From: Igor Olshevskyi Date: Wed, 9 Aug 2017 08:54:48 +0000 (+0900) Subject: [ABS] Fix of TizenRefApp-9046 [Gallery] Impossible to delete images X-Git-Tag: submit/tizen_unified_tpk/20170809.085249^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1678f9758d46e78f57583048a59dfacb3d7e88fd;p=profile%2Fwearable%2Fapps%2Fnative%2Fgallery.git [ABS] Fix of TizenRefApp-9046 [Gallery] Impossible to delete images - Fixed issue when images sent via USB not removed; - Fixed GUi issue with display of extra images. Reference: submit/tizen/20170809.085249 Commit id: 181fe5df72b6f8b8653386c3ecb4a82c392dcb81 Requested by: i.olshevskyi@samsung.com SDK rootstrap version: 20170809_1 --- diff --git a/org.tizen.w-gallery-1.0.0-arm-debug.tpk b/org.tizen.w-gallery-1.0.0-arm-debug.tpk index b3a5e4c..5ce36a8 100644 Binary files a/org.tizen.w-gallery-1.0.0-arm-debug.tpk and b/org.tizen.w-gallery-1.0.0-arm-debug.tpk differ diff --git a/org.tizen.w-gallery-1.0.0-arm.tpk b/org.tizen.w-gallery-1.0.0-arm.tpk index ca526ce..53ff602 100644 Binary files a/org.tizen.w-gallery-1.0.0-arm.tpk and b/org.tizen.w-gallery-1.0.0-arm.tpk differ diff --git a/org.tizen.w-gallery-1.0.0-x86-debug.tpk b/org.tizen.w-gallery-1.0.0-x86-debug.tpk index 70c71dc..8ada49f 100644 Binary files a/org.tizen.w-gallery-1.0.0-x86-debug.tpk and b/org.tizen.w-gallery-1.0.0-x86-debug.tpk differ diff --git a/org.tizen.w-gallery-1.0.0-x86.tpk b/org.tizen.w-gallery-1.0.0-x86.tpk index e4f6ca4..b69f3d2 100644 Binary files a/org.tizen.w-gallery-1.0.0-x86.tpk and b/org.tizen.w-gallery-1.0.0-x86.tpk differ diff --git a/packaging/org.tizen.w-gallery.spec b/packaging/org.tizen.w-gallery.spec index 7bb3b8a..b7c94a3 100644 --- a/packaging/org.tizen.w-gallery.spec +++ b/packaging/org.tizen.w-gallery.spec @@ -1,6 +1,6 @@ Name: org.tizen.w-gallery -#VCS_FROM: profile/wearable/apps/native/gallery#6340a6c69fb31fbc6dbed97dec21961a8ae53622 -#RS_Ver: 20170724_2 +#VCS_FROM: profile/wearable/apps/native/gallery#181fe5df72b6f8b8653386c3ecb4a82c392dcb81 +#RS_Ver: 20170809_1 Summary: w-gallery Version: 1.0.0 Release: 1 @@ -10,11 +10,12 @@ Source0: %{name}-%{version}.tar.gz ExclusiveArch: i586 x86 i486 i686 i386 armv7l arm + BuildRequires: pkgconfig(libtzplatform-config) Requires(post): /usr/bin/tpk-backend %define internal_name org.tizen.w-gallery -%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk +%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk %define build_mode %{nil} @@ -30,8 +31,9 @@ Requires(post): /usr/bin/tpk-backend %ifarch i386 i486 i586 i686 %define target x86 %endif + %description -profile/wearable/apps/native/gallery#6340a6c69fb31fbc6dbed97dec21961a8ae53622 +profile/wearable/apps/native/gallery#181fe5df72b6f8b8653386c3ecb4a82c392dcb81 This is a container package which have preload TPK files %prep @@ -49,3 +51,4 @@ install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{pr %files %defattr(-,root,root,-) %{preload_tpk_path}/* +