[ABS] clock: Do not use locale timezone key to register its change accepted/tizen/mobile/20160513.004307 submit/tizen_mobile_tpk/20160512.095313
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 12 May 2016 09:54:35 +0000 (18:54 +0900)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 12 May 2016 09:54:35 +0000 (18:54 +0900)
SYSTEM_SETTINGS_KEY_LOCALE_TIMEZONE is a key only used as getter and
can not be used to register callback on its change. However when
the timezone is changed, system setting calls event registered on
SYSTEM_SETTINGS_KEY_TIME_CHANGED so removing this key does not
effect on shown hour.

Reference: submit/tizen/20160512.095313
Commit id: fc9121421f1dd49637475bbd6d1adf29be20164c
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160512_1

org.tizen.indicator-1.0.0-arm.tpk
org.tizen.indicator-1.0.0-i386.tpk
packaging/org.tizen.indicator.spec

index 0e2bd0e8487ebb724407393760786f81e3649aa7..205f293cf17afec148eef7dc8a7e2b1087e4eb87 100644 (file)
Binary files a/org.tizen.indicator-1.0.0-arm.tpk and b/org.tizen.indicator-1.0.0-arm.tpk differ
index fb44daaaebd308a009892a5f470c662b0324aba0..bec362895c358d6a11e4b2d3f3c299a7e1b13da9 100644 (file)
Binary files a/org.tizen.indicator-1.0.0-i386.tpk and b/org.tizen.indicator-1.0.0-i386.tpk differ
index 0173dbebdc51c49833af269948cc51c7cbfcb46f..3d34fe848cee0e7d0f7e68b3396cd469dd102556 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.indicator
-#VCS_FROM:   profile/mobile/apps/native/indicator#ff6df58906a864020c627180afdb51a1d2a3b813
-#RS_Ver:    20160422_1 
+#VCS_FROM:   profile/mobile/apps/native/indicator#fc9121421f1dd49637475bbd6d1adf29be20164c
+#RS_Ver:    20160512_1 
 Summary:    indicator window
 Version:    1.0.0
 Release:    1
@@ -11,6 +11,7 @@ Source0:    %{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig(libtzplatform-config)
 Requires(post):  /usr/bin/tpk-backend
 
+%define internal_name org.tizen.indicator
 %define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk 
 
 %ifarch i386 i486 i586 i686 x86_64
@@ -24,6 +25,7 @@ Requires(post):  /usr/bin/tpk-backend
 %endif
 
 %description
+profile/mobile/apps/native/indicator#fc9121421f1dd49637475bbd6d1adf29be20164c
 This is a container package which have preload TPK files
 
 %prep
@@ -34,7 +36,7 @@ This is a container package which have preload TPK files
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/%{preload_tpk_path}
-install %{name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
+install %{internal_name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
 
 %post