From 78118b02dc516c6cb1ea64f379dc21e10b4adf4c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 26 May 2015 15:49:55 +0100 Subject: [PATCH] New upstream release --- .gitignore | 1 + ...-Fix-exo-web-browser-blacklist-entry.patch | 25 ------------------- libappstream-glib.spec | 22 +++++++++++----- sources | 2 +- 4 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 0001-Fix-exo-web-browser-blacklist-entry.patch diff --git a/.gitignore b/.gitignore index b7c052d..6fa172a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /appstream-glib-0.3.4.tar.xz /appstream-glib-0.3.5.tar.xz /appstream-glib-0.3.6.tar.xz +/appstream-glib-0.4.0.tar.xz diff --git a/0001-Fix-exo-web-browser-blacklist-entry.patch b/0001-Fix-exo-web-browser-blacklist-entry.patch deleted file mode 100644 index 7099d7e..0000000 --- a/0001-Fix-exo-web-browser-blacklist-entry.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 110218325c2f914ee88f2f52341692f518f2e367 Mon Sep 17 00:00:00 2001 -From: Kalev Lember -Date: Wed, 29 Apr 2015 16:35:42 +0200 -Subject: [PATCH] Fix exo-web-browser blacklist entry - ---- - libappstream-glib/as-blacklist-ids.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libappstream-glib/as-blacklist-ids.txt b/libappstream-glib/as-blacklist-ids.txt -index b5ba526..74b69a1 100644 ---- a/libappstream-glib/as-blacklist-ids.txt -+++ b/libappstream-glib/as-blacklist-ids.txt -@@ -24,7 +24,7 @@ emerald-decorator.desktop - exo-file-manager.desktop - exo-mail-reader.desktop - exo-terminal-emulator.desktop --exo-web-browser -+exo-web-browser.desktop - fldigi-doc.desktop - flight-of-the-amazon-queen-cd.desktop - freedink-dfarc.desktop --- -2.3.6 - diff --git a/libappstream-glib.spec b/libappstream-glib.spec index 1112a0e..2617ea0 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,11 +1,10 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.3.6 -Release: 2%{?dist} +Version: 0.4.0 +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 -Patch0: 0001-Fix-exo-web-browser-blacklist-entry.patch BuildRequires: glib2-devel >= 2.16.1 BuildRequires: libtool @@ -36,6 +35,9 @@ BuildRequires: docbook-style-xsl Obsoletes: appdata-tools < 0.1.9 Provides: appdata-tools +# this is not a library version +%define as_plugin_version 2 + %description This library provides GObjects and helper methods to make it easy to read and write AppStream metadata. It also provides a simple DOM implementation that @@ -66,7 +68,6 @@ GLib headers and libraries for appstream-builder. %prep %setup -q -n appstream-glib-%{version} -%patch0 -p1 %build %configure \ @@ -83,7 +84,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %__rm -f %{buildroot}%{_libdir}/libappstream-glib*.la %__rm -f %{buildroot}%{_libdir}/libappstream-builder*.la -%__rm -f %{buildroot}%{_libdir}/asb-plugins/*.la +%__rm -f %{buildroot}%{_libdir}/asb-plugins-%{as_plugin_version}/*.la %find_lang appstream-glib @@ -117,7 +118,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %doc COPYING %{_bindir}/appstream-builder %{_datadir}/bash-completion/completions/appstream-builder -%{_libdir}/asb-plugins/*.so +%{_libdir}/asb-plugins-%{as_plugin_version}/*.so %{_libdir}/libappstream-builder.so.7* %{_mandir}/man1/appstream-builder.1.gz @@ -130,6 +131,15 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Tue May 26 2015 Richard Hughes 0.4.0-1 +- New upstream release +- Add a mirror-screenshots command to appstream-util +- Check for duplicate screenshots when adding fonts +- Detect recolorable symbolic icons +- Fix a crash for an invalid AppData file +- Remove all networking support when building metadata +- Remove overzealous blacklisting entry + * Wed Apr 29 2015 Kalev Lember 0.3.6-2 - Fix exo-web-browser blacklist entry (#1216218) diff --git a/sources b/sources index cc9a6ae..7d76bd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -854085e5216120b9843d680e97f1fb63 appstream-glib-0.3.6.tar.xz +f3bf922874fe106b55dbb4c7dec0bc9c appstream-glib-0.4.0.tar.xz