[ABS] [TIZENIOT-2141] fix ctxpopup position in folder tab accepted/tizen/unified/20201209.030958 submit/tizen_tizeniot_tpk/20201209.025508
authorEunyoung Lee <ey928.lee@samsung.com>
Wed, 9 Dec 2020 02:55:38 +0000 (11:55 +0900)
committerEunyoung Lee <ey928.lee@samsung.com>
Wed, 9 Dec 2020 02:55:38 +0000 (11:55 +0900)
Reference: submit/tizen/20201209.025508
Commit id: ef84bb3be5952d26e9df18d7a80e924be874d785
Requested by: ey928.lee@samsung.com
SDK rootstrap version: 20201208_2

org.tizen.videos_common-1.0.0-aarch64-debug.tpk
org.tizen.videos_common-1.0.0-aarch64.tpk
org.tizen.videos_common-1.0.0-arm-debug.tpk
org.tizen.videos_common-1.0.0-arm.tpk
org.tizen.videos_common-1.0.0-i586-debug.tpk [new file with mode: 0644]
org.tizen.videos_common-1.0.0-i586.tpk [new file with mode: 0644]
org.tizen.videos_common-1.0.0-x86_64-debug.tpk [new file with mode: 0644]
org.tizen.videos_common-1.0.0-x86_64.tpk [new file with mode: 0644]
packaging/org.tizen.videos_common.spec

index 3511aaaa9a90bb5684498b639e36a72eb5ca80ad..261aa330d720dc077b0f2c566ef38a3f997f8938 100644 (file)
Binary files a/org.tizen.videos_common-1.0.0-aarch64-debug.tpk and b/org.tizen.videos_common-1.0.0-aarch64-debug.tpk differ
index 8d713977af2e51e0215994ce34736bd0874160bd..d55c56643f98103ee09f2238e704c2f0a56c1a71 100644 (file)
Binary files a/org.tizen.videos_common-1.0.0-aarch64.tpk and b/org.tizen.videos_common-1.0.0-aarch64.tpk differ
index 3fcc6e8c71abe79847479bbe434ffb66c8ef9533..5f7a967cf630572c7839e787e44e855bd3e00a92 100644 (file)
Binary files a/org.tizen.videos_common-1.0.0-arm-debug.tpk and b/org.tizen.videos_common-1.0.0-arm-debug.tpk differ
index 1d1909e2a93c74abf4825bfdd74eda1d41b4d658..504fe817ca66830bce29f564784e5892674b7e38 100644 (file)
Binary files a/org.tizen.videos_common-1.0.0-arm.tpk and b/org.tizen.videos_common-1.0.0-arm.tpk differ
diff --git a/org.tizen.videos_common-1.0.0-i586-debug.tpk b/org.tizen.videos_common-1.0.0-i586-debug.tpk
new file mode 100644 (file)
index 0000000..26a6647
Binary files /dev/null and b/org.tizen.videos_common-1.0.0-i586-debug.tpk differ
diff --git a/org.tizen.videos_common-1.0.0-i586.tpk b/org.tizen.videos_common-1.0.0-i586.tpk
new file mode 100644 (file)
index 0000000..00b4e06
Binary files /dev/null and b/org.tizen.videos_common-1.0.0-i586.tpk differ
diff --git a/org.tizen.videos_common-1.0.0-x86_64-debug.tpk b/org.tizen.videos_common-1.0.0-x86_64-debug.tpk
new file mode 100644 (file)
index 0000000..1d87593
Binary files /dev/null and b/org.tizen.videos_common-1.0.0-x86_64-debug.tpk differ
diff --git a/org.tizen.videos_common-1.0.0-x86_64.tpk b/org.tizen.videos_common-1.0.0-x86_64.tpk
new file mode 100644 (file)
index 0000000..0605fdc
Binary files /dev/null and b/org.tizen.videos_common-1.0.0-x86_64.tpk differ
index 9e162ba4feb15c638900334c816e20f8d0bed354..f2e9ed7f3fa3d083ae468d376d3e22b5f7f55f10 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.videos_common
 #VCS_FROM:   profile/iot/apps/native/video-player#ef84bb3be5952d26e9df18d7a80e924be874d785
-#RS_Ver:    20201118_1
+#RS_Ver:    20201208_2
 Summary:    video library & store
 Version:    1.0.0
 Release:    1
@@ -8,7 +8,7 @@ Group:      Applications
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
-ExclusiveArch:  aarch64 armv7l arm
+ExclusiveArch:  x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm
 
 
 BuildRequires:  pkgconfig(libtzplatform-config)
@@ -29,7 +29,7 @@ Requires(post):  /usr/bin/tpk-backend
 %define target x86_64
 %endif
 %ifarch i386 i486 i586 i686
-%define target x86
+%define target i586
 %endif
 
 %description