diff --git a/.gitignore b/.gitignore index cbb30d3..7e11f7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /appstream-glib-0.1.0.tar.xz /appstream-glib-0.1.1.tar.xz +/appstream-glib-0.1.2.tar.xz diff --git a/libappstream-glib.spec b/libappstream-glib.spec index da31abf..d88a028 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,6 +1,6 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ @@ -11,6 +11,7 @@ BuildRequires: libtool BuildRequires: docbook-utils BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel +BuildRequires: gperf %description This library provides GObjects and helper methods to make it easy to read and @@ -60,6 +61,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libappstream-glib*.la %{_datadir}/gir-1.0/*.gir %changelog +* Wed Mar 26 2014 Richard Hughes 0.1.2-1 +- New upstream release +- Add more API for gnome-software to use +- Reduce the number of small attr key allocations +- Use gperf to generate a perfect hash for the tag names +- Use the full ID for the AsStore hash + * Fri Mar 21 2014 Richard Hughes 0.1.1-1 - New upstream release - Add an 'api-version' property to AsStore diff --git a/sources b/sources index bef5140..eea265c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9958515f321a0efef7d39d1c14355781 appstream-glib-0.1.1.tar.xz +0f8f7a48f7befe664825a336c75763ca appstream-glib-0.1.2.tar.xz