From eff20dec27d8f79131789131ea21f546a3c4118f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 21 Mar 2014 11:33:25 +0000 Subject: [PATCH] New upstream release --- .gitignore | 1 + libappstream-glib.spec | 14 ++++++++++++-- sources | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 03732c1..cbb30d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /appstream-glib-0.1.0.tar.xz +/appstream-glib-0.1.1.tar.xz diff --git a/libappstream-glib.spec b/libappstream-glib.spec index 551b3b9..da31abf 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,12 +1,12 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ Source0: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz -BuildRequires: glib2-devel >= 2.39 +BuildRequires: glib2-devel >= 2.16.1 BuildRequires: libtool BuildRequires: docbook-utils BuildRequires: gtk-doc @@ -60,5 +60,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libappstream-glib*.la %{_datadir}/gir-1.0/*.gir %changelog +* Fri Mar 21 2014 Richard Hughes 0.1.1-1 +- New upstream release +- Add an 'api-version' property to AsStore +- Add the new AsUrlKind's and from API 0.6 +- Support old-style markup-less tags +- Support the 'origin' attribute on the root node +- Do not crash when using getting an unset description +- Do not depend on functions introduced in Glib 2.39.1 +- Fix parsing incompletely translated AppData files + * Tue Mar 18 2014 Richard Hughes 0.1.0-1 - First upstream release diff --git a/sources b/sources index 9dc4f72..bef5140 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8f2bb33d2615be39eed28969173a12e appstream-glib-0.1.0.tar.xz +9958515f321a0efef7d39d1c14355781 appstream-glib-0.1.1.tar.xz