[Tizen][PushD] Update to 4.30 & dbus call wakeup feature added 87/51187/2 accepted/tizen/mobile/20151106.045301 accepted/tizen/tv/20151106.045312 accepted/tizen/wearable/20151106.045318 submit/tizen/20151105.080535 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
authorHaJun, Sung <hajun.sung@samsung.com>
Thu, 5 Nov 2015 06:14:58 +0000 (15:14 +0900)
committerHaJun, Sung <hajun.sung@samsung.com>
Thu, 5 Nov 2015 06:19:20 +0000 (15:19 +0900)
Change-Id: I57ff21f0cb2e9684083273a352e9cbe259ba1442
Signed-off-by: HaJun, Sung <hajun.sung@samsung.com>
14 files changed:
aarch64/bin/push_tool
aarch64/bin/pushd
aarch64/lib64/libpush.so.0.2.12
arm/bin/push_tool
arm/bin/pushd
arm/lib/libpush.so.0.2.12
packaging/push.spec [changed mode: 0644->0755]
packaging/pushd.service [changed mode: 0644->0755]
x86/bin/push_tool
x86/bin/pushd
x86/lib/libpush.so.0.2.12
x86_64/bin/push_tool
x86_64/bin/pushd
x86_64/lib64/libpush.so.0.2.12

index af81cc1..2704971 100755 (executable)
Binary files a/aarch64/bin/push_tool and b/aarch64/bin/push_tool differ
index 620b6e3..06c755e 100755 (executable)
Binary files a/aarch64/bin/pushd and b/aarch64/bin/pushd differ
index e20af9e..70b858b 100644 (file)
Binary files a/aarch64/lib64/libpush.so.0.2.12 and b/aarch64/lib64/libpush.so.0.2.12 differ
index 600e31d..7acc90b 100755 (executable)
Binary files a/arm/bin/push_tool and b/arm/bin/push_tool differ
index fcc4940..04056ad 100755 (executable)
Binary files a/arm/bin/pushd and b/arm/bin/pushd differ
index a671b7e..069d653 100644 (file)
Binary files a/arm/lib/libpush.so.0.2.12 and b/arm/lib/libpush.so.0.2.12 differ
old mode 100644 (file)
new mode 100755 (executable)
index 255ce37..5f01dd4
@@ -2,7 +2,7 @@
 
 Name:       push
 Summary:    Push services and client library
-Version:    0.4.25
+Version:    0.4.30
 Release:    1
 Group:      Application Framework/Service
 License:    SAMSUNG and Apache-2.0
old mode 100644 (file)
new mode 100755 (executable)
index b6cad54..d0bd7e1
@@ -1,5 +1,6 @@
 [Unit]
 Description=Push daemon
+After=dbus.service
 
 [Service]
 Type=simple
@@ -10,3 +11,4 @@ MemoryLimit=10M
 
 [Install]
 WantedBy=default.target
+
index c9ac385..e9495a2 100755 (executable)
Binary files a/x86/bin/push_tool and b/x86/bin/push_tool differ
index 4942b27..c48588d 100755 (executable)
Binary files a/x86/bin/pushd and b/x86/bin/pushd differ
index e18185b..80d0d9e 100644 (file)
Binary files a/x86/lib/libpush.so.0.2.12 and b/x86/lib/libpush.so.0.2.12 differ
index 2f2d571..fc3eb71 100755 (executable)
Binary files a/x86_64/bin/push_tool and b/x86_64/bin/push_tool differ
index a7300c4..c60d372 100755 (executable)
Binary files a/x86_64/bin/pushd and b/x86_64/bin/pushd differ
index 7d7251a..f77a59c 100644 (file)
Binary files a/x86_64/lib64/libpush.so.0.2.12 and b/x86_64/lib64/libpush.so.0.2.12 differ