New upstream release

This commit is contained in:
Richard Hughes 2015-09-15 10:57:45 +01:00
parent 4ff8b191ef
commit 42f0ba4d61
3 changed files with 16 additions and 6 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/appstream-glib-0.4.0.tar.xz
/appstream-glib-0.4.1.tar.xz
/appstream-glib-0.5.0.tar.xz
/appstream-glib-0.5.1.tar.xz

View File

@ -1,20 +1,20 @@
Summary: Library for AppStream metadata
Name: libappstream-glib
Version: 0.5.0
Release: 2%{?dist}
Version: 0.5.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.16.1
BuildRequires: glib2-devel >= 2.45.8
BuildRequires: libtool
BuildRequires: docbook-utils
BuildRequires: gtk-doc
BuildRequires: gobject-introspection-devel
BuildRequires: gperf
BuildRequires: libarchive-devel
BuildRequires: libsoup-devel
BuildRequires: gdk-pixbuf2-devel
BuildRequires: libsoup-devel >= 2.51.92
BuildRequires: gdk-pixbuf2-devel >= 2.31.5
BuildRequires: gtk3-devel
BuildRequires: gettext
BuildRequires: intltool
@ -131,6 +131,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
%changelog
* Tue Sep 15 2015 Richard Hughes <richard@hughsie.com> 0.5.1-1
- New upstream release
- Add a few applications that have changed desktop ID
- Add support for release urgency
- Do not blacklist the 'desktop' token
- Don't show mangled version numbers as negatives
- Ignore empty AppStream XML files
- Support SPDX IDs with the LicenseRef prefix
* Sat Sep 05 2015 Kalev Lember <klember@redhat.com> - 0.5.0-2
- Rebuilt for librpm soname bump

View File

@ -1 +1 @@
fe6ed74576bfff0d4071b97c104b9649 appstream-glib-0.5.0.tar.xz
51584924fb0d33254433ef495348b58e appstream-glib-0.5.1.tar.xz