[ABS] Event views(noti/minicontroller) is modified to fit the window size at each... accepted/tizen/mobile/20170315.221916 submit/tizen_mobile_tpk/20170315.122107
authorEunyoung Lee <ey928.lee@samsung.com>
Wed, 15 Mar 2017 12:23:18 +0000 (21:23 +0900)
committerEunyoung Lee <ey928.lee@samsung.com>
Wed, 15 Mar 2017 12:23:18 +0000 (21:23 +0900)
Reference: submit/tizen/20170315.122107
Commit id: a753a66e38c29e8f7ddc33511e6f921a88d4a676
Requested by: ey928.lee@samsung.com
SDK rootstrap version: 20170315_1

org.tizen.lockscreen-0.1.0-aarch64-debug.tpk
org.tizen.lockscreen-0.1.0-aarch64.tpk
org.tizen.lockscreen-0.1.0-arm-debug.tpk
org.tizen.lockscreen-0.1.0-arm.tpk
org.tizen.lockscreen-0.1.0-i386-debug.tpk [deleted file]
org.tizen.lockscreen-0.1.0-i386.tpk [deleted file]
org.tizen.lockscreen-0.1.0-x86-debug.tpk [new file with mode: 0644]
org.tizen.lockscreen-0.1.0-x86.tpk [new file with mode: 0644]
org.tizen.lockscreen-0.1.0-x86_64-debug.tpk
org.tizen.lockscreen-0.1.0-x86_64.tpk
packaging/org.tizen.lockscreen.spec

index acba82403d9982d063c3be864072190e4c1d109e..8522b95d22aa983d7f177398ccc409216c408984 100644 (file)
Binary files a/org.tizen.lockscreen-0.1.0-aarch64-debug.tpk and b/org.tizen.lockscreen-0.1.0-aarch64-debug.tpk differ
index c7f25013de84256519949f1d8cc632e802f45b0e..aeb3756ec967188a616c32fed66e2a2660aecc99 100644 (file)
Binary files a/org.tizen.lockscreen-0.1.0-aarch64.tpk and b/org.tizen.lockscreen-0.1.0-aarch64.tpk differ
index 3c535430fe90964cae4eb0a264d0470371dd7f95..2ca42176fb9b43142ea4ce86d1c232dc63145860 100644 (file)
Binary files a/org.tizen.lockscreen-0.1.0-arm-debug.tpk and b/org.tizen.lockscreen-0.1.0-arm-debug.tpk differ
index e0b340d31b3f0ed436f8c7e7e6c47d9aaeb07d07..ad293970ddec618281f7b80c607cd3e00ffc2dad 100644 (file)
Binary files a/org.tizen.lockscreen-0.1.0-arm.tpk and b/org.tizen.lockscreen-0.1.0-arm.tpk differ
diff --git a/org.tizen.lockscreen-0.1.0-i386-debug.tpk b/org.tizen.lockscreen-0.1.0-i386-debug.tpk
deleted file mode 100644 (file)
index e69fc34..0000000
Binary files a/org.tizen.lockscreen-0.1.0-i386-debug.tpk and /dev/null differ
diff --git a/org.tizen.lockscreen-0.1.0-i386.tpk b/org.tizen.lockscreen-0.1.0-i386.tpk
deleted file mode 100644 (file)
index a6d67da..0000000
Binary files a/org.tizen.lockscreen-0.1.0-i386.tpk and /dev/null differ
diff --git a/org.tizen.lockscreen-0.1.0-x86-debug.tpk b/org.tizen.lockscreen-0.1.0-x86-debug.tpk
new file mode 100644 (file)
index 0000000..015f4fe
Binary files /dev/null and b/org.tizen.lockscreen-0.1.0-x86-debug.tpk differ
diff --git a/org.tizen.lockscreen-0.1.0-x86.tpk b/org.tizen.lockscreen-0.1.0-x86.tpk
new file mode 100644 (file)
index 0000000..78ad467
Binary files /dev/null and b/org.tizen.lockscreen-0.1.0-x86.tpk differ
index 517b8e3daa3df600316c766ae0e2cbfd03a6f1a1..05a262eddbfbbdd1ee0afcec674a215b1710f543 100644 (file)
Binary files a/org.tizen.lockscreen-0.1.0-x86_64-debug.tpk and b/org.tizen.lockscreen-0.1.0-x86_64-debug.tpk differ
index 5369ab048a20ce0d5d5332d7635a994bc59b421d..ef15510d6ddd1db5d76ab9f56e3104ed485c29c0 100644 (file)
Binary files a/org.tizen.lockscreen-0.1.0-x86_64.tpk and b/org.tizen.lockscreen-0.1.0-x86_64.tpk differ
index 6a1d9f2d1f42e9bb8d870c931f8fe5d96da09973..050231e5e45faa16c8cba624266977416f494401 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.lockscreen
-#VCS_FROM:   profile/mobile/apps/native/lockscreen#923cf880525980ee112350ac504d78b7d4a5a56e
-#RS_Ver:    20170210_1 
+#VCS_FROM:   profile/mobile/apps/native/lockscreen#a753a66e38c29e8f7ddc33511e6f921a88d4a676
+#RS_Ver:    20170315_1 
 Summary:    Lockscreen app
 Version:    0.1.0
 Release:    1
@@ -8,6 +8,7 @@ Group:      Applications/Core Applications
 License:    Flora-1.1
 Source0:    %{name}-%{version}.tar.gz
 
+ExclusiveArch:  x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm
 
 BuildRequires:  pkgconfig(libtzplatform-config)
 Requires(post):  /usr/bin/tpk-backend
@@ -27,10 +28,10 @@ Requires(post):  /usr/bin/tpk-backend
 %define target x86_64
 %endif
 %ifarch i386 i486 i586 i686
-%define target i386
+%define target x86
 %endif
 %description
-profile/mobile/apps/native/lockscreen#923cf880525980ee112350ac504d78b7d4a5a56e
+profile/mobile/apps/native/lockscreen#a753a66e38c29e8f7ddc33511e6f921a88d4a676
 This is a container package which have preload TPK files
 
 %prep