diff --git a/.gitignore b/.gitignore index 7e11f7b..8614951 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /appstream-glib-0.1.0.tar.xz /appstream-glib-0.1.1.tar.xz /appstream-glib-0.1.2.tar.xz +/appstream-glib-0.1.3.tar.xz diff --git a/libappstream-glib.spec b/libappstream-glib.spec index d88a028..bfaa666 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,6 +1,6 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.1.2 +Version: 0.1.3 Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ @@ -61,6 +61,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libappstream-glib*.la %{_datadir}/gir-1.0/*.gir %changelog +* Thu Apr 10 2014 Richard Hughes 0.1.3-1 +- New upstream release +- Add new API required by gnome-software +- Ignore settings panels when parsing desktop files +- Load AppStream files assuming literal text strings + * Wed Mar 26 2014 Richard Hughes 0.1.2-1 - New upstream release - Add more API for gnome-software to use diff --git a/sources b/sources index eea265c..d1877c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f8f7a48f7befe664825a336c75763ca appstream-glib-0.1.2.tar.xz +e4c5eeb89699ba8122f701382871c09e appstream-glib-0.1.3.tar.xz