New upstream release
This commit is contained in:
parent
4ff8b191ef
commit
42f0ba4d61
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user