From f27273150667b33f04f3183c805cc480f346c010 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 1 Nov 2016 20:22:35 -0500 Subject: [PATCH] 0.10.3-1 - 0.10.3 - update scriptlets to use 'refresh' instead of 'refresh-index' --- .gitignore | 3 +-- appstream.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index bff140b..34484a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/AppStream-0.9.8.tar.xz -/AppStream-0.10.1.tar.xz +/AppStream-0.10.3.tar.xz diff --git a/appstream.spec b/appstream.spec index 1bbf1d4..8904f7c 100644 --- a/appstream.spec +++ b/appstream.spec @@ -4,8 +4,8 @@ Summary: Utilities to generate, maintain and access the AppStream database Name: appstream -Version: 0.10.1 -Release: 3%{?dist} +Version: 0.10.3 +Release: 1%{?dist} # lib LGPLv2+, tools GPLv2+ License: GPLv2+ and LGPLv2+ @@ -103,10 +103,10 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" %postun -p /sbin/ldconfig %posttrans -%{_bindir}/appstreamcli refresh-index --force >& /dev/null ||: +%{_bindir}/appstreamcli refresh --force >& /dev/null ||: %triggerun -- appstream-data -%{_bindir}/appstreamcli refresh-index >& /dev/null ||: +%{_bindir}/appstreamcli refresh >& /dev/null ||: %files -f appstream.lang %doc AUTHORS @@ -159,6 +159,10 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" %changelog +* Tue Nov 01 2016 Rex Dieter - 0.10.3-1 +- 0.10.3 +- update scriptlets to use 'refresh' instead of 'refresh-index' + * Fri Sep 30 2016 Rex Dieter - 0.10.1-3 - s|share/appstream|share/appdata/ diff --git a/sources b/sources index f164944..5298c3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a07a54f47a8bc5fafb7d87e86888e019 AppStream-0.10.1.tar.xz +f3616d868ce7e3715c15b11ed8e4f7e1 AppStream-0.10.3.tar.xz