From: Pawel Sikorski Date: Tue, 18 Aug 2015 16:06:42 +0000 (+0200) Subject: Release 1.3-1 X-Git-Tag: accepted/tizen/mobile/20150818.220141^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F46266%2F1;p=platform%2Fcore%2Fappfw%2Fapp-installers.git Release 1.3-1 Main changes: - TPK installer exposed and TPK smoke tests added; smoke tests cleanup; - preserving icons extensions in backup; fix deinstallation rollback - SMACK label changed Change-Id: I7cf616d88423af90e175f57482e0e45173616150 --- diff --git a/packaging/app-installers.spec b/packaging/app-installers.spec index 383cd26..037e89d 100644 --- a/packaging/app-installers.spec +++ b/packaging/app-installers.spec @@ -3,7 +3,7 @@ Name: app-installers Summary: Application installers -Version: 1.2 +Version: 1.3 Release: 1 Group: Application Framework/Package Management License: Apache-2.0 @@ -105,6 +105,11 @@ ln -s %{_bindir}/tpk-backend %{buildroot}%{_sysconfdir}/package-manager/backend/ %{_datadir}/app-installers-ut/* %changelog +* Tue Aug 18 2015 Pawel Sikorski 1.3-1 +- TPK installer exposed and TPK smoke tests added; smoke tests cleanup; +- preserving icons extensions in backup; fix deinstallation rollback +- SMACK label changed + * Fri Aug 14 2015 Pawel Sikorski 1.2-1 - Account info added to manifest.xml during installation; Smoke tests added; TPK update detection