New upstream release

This commit is contained in:
Richard Hughes 2016-01-15 14:07:11 +00:00
parent 2b24f46057
commit 01a0bdbce1
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@
/appstream-glib-0.5.3.tar.xz
/appstream-glib-0.5.4.tar.xz
/appstream-glib-0.5.5.tar.xz
/appstream-glib-0.5.6.tar.xz

View File

@ -1,6 +1,6 @@
Summary: Library for AppStream metadata
Name: libappstream-glib
Version: 0.5.5
Version: 0.5.6
Release: 1%{?dist}
License: LGPLv2+
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
@ -115,6 +115,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
%{_datadir}/aclocal/*.m4
%{_datadir}/installed-tests/appstream-glib/*.test
%{_datadir}/gettext/its/appdata.its
%{_datadir}/gettext/its/appdata.loc
%files builder
%license COPYING
@ -133,6 +135,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
%changelog
* Fri Jan 15 2016 Richard Hughes <richard@hughsie.com> 0.5.6-1
- New upstream release
- Accept various 'or later' metadata content licenses
- Check the project_group when validating
- Cull the application blacklist now we depend on AppData files
- Fix things up for xdg-app use
- Install gettext ITS rules
* Wed Dec 16 2015 Richard Hughes <richard@hughsie.com> 0.5.5-1
- New upstream release
- Add as_utils_license_to_spdx()

View File

@ -1 +1 @@
acfe164c5f6cb8edecc6c99345a5d390 appstream-glib-0.5.5.tar.xz
b3f6250a6c13b37c1452eac7c65205d7 appstream-glib-0.5.6.tar.xz