New upstream release
This commit is contained in:
parent
675c499a7e
commit
ca64f08d5a
@ -5,8 +5,8 @@
|
||||
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.5.16
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5.17
|
||||
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
|
||||
@ -25,6 +25,7 @@ BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgcab1-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libstemmer-devel
|
||||
BuildRequires: json-glib-devel >= %{json_glib_version}
|
||||
|
||||
# for the builder component
|
||||
@ -86,6 +87,7 @@ GLib headers and libraries for appstream-builder.
|
||||
%build
|
||||
%configure \
|
||||
--enable-gtk-doc \
|
||||
--enable-stemmer \
|
||||
--disable-dep11 \
|
||||
--disable-static \
|
||||
--disable-silent-rules \
|
||||
@ -149,6 +151,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Wed Jul 13 2016 Richard Hughes <richard@hughsie.com> 0.5.17-1
|
||||
- New upstream release
|
||||
- Add external (X-*) keys of an app's desktop file as metadata AsApp
|
||||
- Correct disabling of timestamps for gzip
|
||||
- Do not add multiple categories for apps with AudioVideo
|
||||
- Do not emit a warning when flatpak user directory doesn't exist
|
||||
- Fall back to the country code in as_app_get_language()
|
||||
- Use libstemmer for keyword stemming
|
||||
|
||||
* Fri Jul 01 2016 Kalev Lember <klember@redhat.com> 0.5.16-2
|
||||
- Set minimum required versions for dependencies
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user