New upstream release
This commit is contained in:
parent
caeffbd038
commit
eff20dec27
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/appstream-glib-0.1.0.tar.xz
|
||||
/appstream-glib-0.1.1.tar.xz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user