diff --git a/0001-Fix-exo-web-browser-blacklist-entry.patch b/0001-Fix-exo-web-browser-blacklist-entry.patch new file mode 100644 index 0000000..7099d7e --- /dev/null +++ b/0001-Fix-exo-web-browser-blacklist-entry.patch @@ -0,0 +1,25 @@ +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 456688f..1112a0e 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,10 +1,11 @@ Summary: Library for AppStream metadata Name: libappstream-glib Version: 0.3.6 -Release: 1%{?dist} +Release: 2%{?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 @@ -65,6 +66,7 @@ GLib headers and libraries for appstream-builder. %prep %setup -q -n appstream-glib-%{version} +%patch0 -p1 %build %configure \ @@ -128,6 +130,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Wed Apr 29 2015 Kalev Lember 0.3.6-2 +- Fix exo-web-browser blacklist entry (#1216218) + * Mon Mar 30 2015 Richard Hughes 0.3.6-1 - New upstream release - Add a 'replace-screenshots' command to appstream-util