diff --git a/libappstream-glib.spec b/libappstream-glib.spec index f8e95b1..349a708 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,6 +1,6 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.5.3 +Version: 0.5.4 Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ @@ -19,6 +19,7 @@ BuildRequires: gtk3-devel BuildRequires: gettext BuildRequires: intltool BuildRequires: libgcab1-devel +BuildRequires: libuuid-devel # for the builder component BuildRequires: fontconfig-devel @@ -132,6 +133,11 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Wed Nov 18 2015 Richard Hughes 0.5.4-1 +- New upstream release +- Add as_utils_version_from_uint16() +- Generate GUID values according to RFC4122 + * Thu Nov 05 2015 Richard Hughes 0.5.3-1 - New upstream release - Return the correct error when the desktop file has no group