New upstream release

This commit is contained in:
Richard Hughes 2014-03-21 11:33:25 +00:00
parent caeffbd038
commit eff20dec27
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/appstream-glib-0.1.0.tar.xz
/appstream-glib-0.1.1.tar.xz

View File

@ -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 <richard@hughsie.com> 0.1.1-1
- New upstream release
- Add an 'api-version' property to AsStore
- Add the new AsUrlKind's and <architectures> from API 0.6
- Support old-style markup-less <description> 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 <richard@hughsie.com> 0.1.0-1
- First upstream release

View File

@ -1 +1 @@
c8f2bb33d2615be39eed28969173a12e appstream-glib-0.1.0.tar.xz
9958515f321a0efef7d39d1c14355781 appstream-glib-0.1.1.tar.xz