diff --git a/.gitignore b/.gitignore index 6fa172a..706fb75 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /appstream-glib-0.3.5.tar.xz /appstream-glib-0.3.6.tar.xz /appstream-glib-0.4.0.tar.xz +/appstream-glib-0.4.1.tar.xz diff --git a/libappstream-glib.spec b/libappstream-glib.spec index 739a54e..65a6396 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,7 +1,7 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.4.1 +Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ Source0: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz @@ -131,6 +131,17 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Mon Jul 20 2015 Richard Hughes 0.4.1-1 +- New upstream release +- Add am 'incorporate' command to appstream-util +- Add a 'mirror-local-firmware' and 'compare' commands to appstream-util +- Add extra flags for use when building metadata +- Be less strict when loading incorrect AppData files +- Do not duplicate tags within a release +- Do not expect the INF ClassGuid to be the ESRT GUID +- Don't crash when parsing a with no description +- Update the SPDX licence list to v2.0 + * Wed Jun 17 2015 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 7d76bd0..5456848 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3bf922874fe106b55dbb4c7dec0bc9c appstream-glib-0.4.0.tar.xz +25f261265b71a4a9944028d4304ebc0d appstream-glib-0.4.1.tar.xz