New upstream release

This commit is contained in:
Richard Hughes 2016-10-12 19:53:31 +01:00
parent c796f013d7
commit dc7ae5e25a
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@
/appstream-glib-0.6.1.tar.xz
/appstream-glib-0.6.2.tar.xz
/appstream-glib-0.6.3.tar.xz
/appstream-glib-0.6.4.tar.xz

View File

@ -5,7 +5,7 @@
Summary: Library for AppStream metadata
Name: libappstream-glib
Version: 0.6.3
Version: 0.6.4
Release: 1%{?dist}
License: LGPLv2+
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
@ -150,6 +150,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
%changelog
* Wed Oct 12 2016 Richard Hughes <richard@hughsie.com> 0.6.4-1
- New upstream release
- Add more API used by gnome-software master branch
- Add support for AppImage bundles
- Don't show a critical warning on invalid yaml file
- Fix a small memory leak when parsing yaml files
- Fix building metadata on repos with mixed architecture content
- Fix setting the origin for Flatpak user repos
- Fix the CSM rating age calculation
- Never inhierit Name and Comment when using appstream-compose
* Tue Sep 06 2016 Richard Hughes <richard@hughsie.com> 0.6.3-1
- New upstream release
- Add a component kind of 'driver'

View File

@ -1 +1 @@
2654b73dd55dcc2a1b52f3a19ed7cdd0 appstream-glib-0.6.3.tar.xz
cebd99f53e289c51bc9f58709049c28e appstream-glib-0.6.4.tar.xz