diff --git a/.gitignore b/.gitignore index e51941b..4eb3d73 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /appstream-glib-0.2.4.tar.xz /appstream-glib-0.2.5.tar.xz /appstream-glib-0.3.0.tar.xz +/appstream-glib-0.3.1.tar.xz diff --git a/libappstream-glib.spec b/libappstream-glib.spec index de18d05..d527daf 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,6 +1,6 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ @@ -21,7 +21,6 @@ BuildRequires: intltool # for the builder component BuildRequires: fontconfig-devel BuildRequires: freetype-devel -BuildRequires: gtk3-devel BuildRequires: pango-devel BuildRequires: rpm-devel BuildRequires: sqlite-devel @@ -122,6 +121,17 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Tue Oct 21 2014 Richard Hughes 0.3.1-1 +- New upstream release +- Add an --enable-hidpi argument to appstream-builder +- Add AS_ICON_KIND_EMBEDDED and AS_ICON_KIND_LOCAL +- Add more applications to the blacklist +- Allow application with NoDisplay=true and an AppData file +- Allow AppStream files to be upgraded using appstream-util +- Install AppStream files with correct permissions +- Monitor the XML and icons path for changes +- Relax validation requirements for font metainfo files + * Mon Sep 01 2014 Richard Hughes 0.3.0-1 - New upstream release - Add a new kudo for high contrast icons diff --git a/sources b/sources index dfe446d..b97f49f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4be91093be4d43856258766684e7744 appstream-glib-0.3.0.tar.xz +c8aaa5536e4f8bb90a0a1a23c2b1b254 appstream-glib-0.3.1.tar.xz