[ABS] TSAM-5562 Don't focus to Recipients field when share Calendar or Contact accepted/tizen/mobile/20160712.043328 submit/tizen_mobile_tpk/20160712.034745
authorhyoeun ahn <he.ahn@samsung.com>
Tue, 12 Jul 2016 03:54:56 +0000 (12:54 +0900)
committerhyoeun ahn <he.ahn@samsung.com>
Tue, 12 Jul 2016 03:54:56 +0000 (12:54 +0900)
Reference: submit/tizen/20160712.034745
Commit id: 22cbf380ed9a8b33642393a7b703a3053047bc93
Requested by: he.ahn@samsung.com
SDK rootstrap version: 20160711_2

org.tizen.message-1.0.0-arm.tpk
org.tizen.message-1.0.0-arm_debug.tpk [new file with mode: 0644]
org.tizen.message-1.0.0-i386.tpk
org.tizen.message-1.0.0-i386_debug.tpk [new file with mode: 0644]
packaging/org.tizen.message.spec

index 03479d4..26bd1e0 100644 (file)
Binary files a/org.tizen.message-1.0.0-arm.tpk and b/org.tizen.message-1.0.0-arm.tpk differ
diff --git a/org.tizen.message-1.0.0-arm_debug.tpk b/org.tizen.message-1.0.0-arm_debug.tpk
new file mode 100644 (file)
index 0000000..ad8054c
Binary files /dev/null and b/org.tizen.message-1.0.0-arm_debug.tpk differ
index 9d8d2f5..ac4fe8a 100644 (file)
Binary files a/org.tizen.message-1.0.0-i386.tpk and b/org.tizen.message-1.0.0-i386.tpk differ
diff --git a/org.tizen.message-1.0.0-i386_debug.tpk b/org.tizen.message-1.0.0-i386_debug.tpk
new file mode 100644 (file)
index 0000000..6009fb1
Binary files /dev/null and b/org.tizen.message-1.0.0-i386_debug.tpk differ
index 838e8ac..81a271d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.message
-#VCS_FROM:   profile/mobile/apps/native/message#0ccf2404b99953c8ebfd11db194a7557113e26dd
-#RS_Ver:    20160709_2 
+#VCS_FROM:   profile/mobile/apps/native/message#22cbf380ed9a8b33642393a7b703a3053047bc93
+#RS_Ver:    20160711_2 
 Summary:    Message application
 Version:    1.0.0
 Release:    1
@@ -15,6 +15,8 @@ Requires(post):  /usr/bin/tpk-backend
 %define internal_name org.tizen.message
 %define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk 
 
+%define build_mode %{nil}
+
 %ifarch i386 i486 i586 i686 x86_64
 %define target i386
 %else
@@ -26,7 +28,7 @@ Requires(post):  /usr/bin/tpk-backend
 %endif
 
 %description
-profile/mobile/apps/native/message#0ccf2404b99953c8ebfd11db194a7557113e26dd
+profile/mobile/apps/native/message#22cbf380ed9a8b33642393a7b703a3053047bc93
 This is a container package which have preload TPK files
 
 %prep
@@ -37,7 +39,7 @@ This is a container package which have preload TPK files
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/%{preload_tpk_path}
-install %{internal_name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
+install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{preload_tpk_path}/
 
 %post