New upstream release

This commit is contained in:
Richard Hughes 2015-05-26 15:49:55 +01:00
parent aa6e685d2e
commit 78118b02dc
4 changed files with 18 additions and 32 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1,25 +0,0 @@
From 110218325c2f914ee88f2f52341692f518f2e367 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
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

View File

@ -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 <richard@hughsie.com> 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 <kalevlember@gmail.com> 0.3.6-2
- Fix exo-web-browser blacklist entry (#1216218)

View File

@ -1 +1 @@
854085e5216120b9843d680e97f1fb63 appstream-glib-0.3.6.tar.xz
f3bf922874fe106b55dbb4c7dec0bc9c appstream-glib-0.4.0.tar.xz