This commit is contained in:
Rex Dieter 2014-05-12 15:05:08 -05:00
parent 0beee92791
commit c5b6da208d
3 changed files with 8 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/AppStream-0.6.tar.gz
/AppStream-0.6.1.tar.gz
/AppStream-0.6.2.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Utilities to generate, maintain and access the AppStream Xapian database
Name: appstream
Version: 0.6.1
Version: 0.6.2
Release: 1%{?dist}
# lib LGPLv3+, tools GPLv3+
@ -83,6 +83,8 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||:
%doc LICENSE.GPLv3 LICENSE.LGPLv3
%config(noreplace) %{_sysconfdir}/appstream.conf
%{_bindir}/appstream-index
%{_bindir}/appstream-validate
%{_mandir}/man1/appstream-validate.1*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/Appstream-0.6.typelib
%{_libdir}/libappstream.so.0*
@ -111,6 +113,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||:
%changelog
* Mon May 12 2014 Rex Dieter <rdieter@fedoraproject.org> 0.6.2-1
- 0.6.2
* Sat Apr 26 2014 Rex Dieter <rdieter@fedoraproject.org> 0.6.1-1
- Appstream-0.6.1, -vala support lives!

View File

@ -1 +1 @@
8c278853a4cb59d32e0b4b5e66a18bad AppStream-0.6.1.tar.gz
c5df357df76156f7a6d4dd9a27b50b66 AppStream-0.6.2.tar.gz