diff --git a/.gitignore b/.gitignore index 5de7b21..4d792f5 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /appstream-glib-0.5.11.tar.xz /appstream-glib-0.5.12.tar.xz /appstream-glib-0.5.13.tar.xz +/appstream-glib-0.5.14.tar.xz diff --git a/libappstream-glib.spec b/libappstream-glib.spec index 80cd167..251766f 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,6 +1,6 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.5.13 +Version: 0.5.14 Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ @@ -138,6 +138,14 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Wed Apr 20 2016 Richard Hughes 0.5.14-1 +- New upstream release +- Add new API for gnome-software 3.21 +- Add search-pkgname to appstream-cmd +- Fall back to searching in as_store_get_app_by_pkgname() +- Ignore desktop files with X-AppStream-Ignore +- Search /usr/share/metainfo for local files + * Fri Apr 01 2016 Richard Hughes 0.5.13-1 - New upstream release - Enforce the requirement of AppData for 'Categories=DesktopSettings' diff --git a/sources b/sources index ee7312e..6737ccf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db006ec0f8371d6fa1b600a43f19a5d0 appstream-glib-0.5.13.tar.xz +97099d06c0936ad2ca9e325f7afc60f1 appstream-glib-0.5.14.tar.xz