- 0.10.3
- update scriptlets to use 'refresh' instead of 'refresh-index'
This commit is contained in:
Rex Dieter 2016-11-01 20:22:35 -05:00
parent b3351c4ff5
commit f272731506
3 changed files with 10 additions and 7 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/AppStream-0.9.8.tar.xz
/AppStream-0.10.1.tar.xz
/AppStream-0.10.3.tar.xz

View File

@ -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 <rdieter@fedoraproject.org> - 0.10.3-1
- 0.10.3
- update scriptlets to use 'refresh' instead of 'refresh-index'
* Fri Sep 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.10.1-3
- s|share/appstream|share/appdata/

View File

@ -1 +1 @@
a07a54f47a8bc5fafb7d87e86888e019 AppStream-0.10.1.tar.xz
f3616d868ce7e3715c15b11ed8e4f7e1 AppStream-0.10.3.tar.xz