diff --git a/.gitignore b/.gitignore index adfb0b5..feee327 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /appstream-glib-0.3.2.tar.xz /appstream-glib-0.3.3.tar.xz /appstream-glib-0.3.4.tar.xz +/appstream-glib-0.3.5.tar.xz diff --git a/libappstream-glib.spec b/libappstream-glib.spec index d9934d4..c6b3a75 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,6 +1,6 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.3.4 +Version: 0.3.5 Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ @@ -25,6 +25,7 @@ BuildRequires: freetype-devel BuildRequires: pango-devel BuildRequires: rpm-devel BuildRequires: sqlite-devel +BuildRequires: gcab # for the manpages BuildRequires: libxslt @@ -127,6 +128,11 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Wed Mar 11 2015 Richard Hughes 0.3.5-1 +- New upstream release +- Add new API required for firmware support +- Add new API required for OSTree and xdg-app support + * Sat Jan 17 2015 Richard Hughes 0.3.4-1 - New upstream release - Add more applications to the blacklist diff --git a/sources b/sources index 0ba2ea4..979ac33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3652e289d5fade9efbc07b9eabff488 appstream-glib-0.3.4.tar.xz +ddec5541cced9cecf041dee3d1b69743 appstream-glib-0.3.5.tar.xz