From 7f901fd5aaa9061376bef258b7a9794d19710877 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 21 Sep 2016 09:10:39 +0200 Subject: [PATCH] Update to 3.22.0-1 --- .gitignore | 1 + 0001-build-Fix-appdata-installation.patch | 29 ----------------------- gnome-characters.spec | 7 +++--- sources | 2 +- 4 files changed, 6 insertions(+), 33 deletions(-) delete mode 100644 0001-build-Fix-appdata-installation.patch diff --git a/.gitignore b/.gitignore index 4e3cf30..5da3c9f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /gnome-characters-3.20.0.tar.xz /gnome-characters-3.20.1.tar.xz /gnome-characters-3.21.91.1.tar.xz +/gnome-characters-3.22.0.tar.xz diff --git a/0001-build-Fix-appdata-installation.patch b/0001-build-Fix-appdata-installation.patch deleted file mode 100644 index f77e2e0..0000000 --- a/0001-build-Fix-appdata-installation.patch +++ /dev/null @@ -1,29 +0,0 @@ -From cdbb6a50131810c154720d614f87b0f54860418f Mon Sep 17 00:00:00 2001 -From: Kalev Lember -Date: Sat, 27 Aug 2016 10:39:03 +0200 -Subject: [PATCH] build: Fix appdata installation - -Add back @APPSTREAM_XML_RULES@ that got accidentally lost in the gettext -conversion. - -https://bugzilla.gnome.org/show_bug.cgi?id=770472 ---- - data/Makefile.am | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/data/Makefile.am b/data/Makefile.am -index 8115716..3c346f9 100644 ---- a/data/Makefile.am -+++ b/data/Makefile.am -@@ -25,6 +25,8 @@ gsettings_SCHEMAS = org.gnome.Characters.gschema.xml - - appstream_XML = org.gnome.Characters.appdata.xml - -+@APPSTREAM_XML_RULES@ -+ - org.gnome.Characters.appdata.xml: org.gnome.Characters.appdata.xml.in - $(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ - --- -2.7.4 - diff --git a/gnome-characters.spec b/gnome-characters.spec index 0204abf..2ad700f 100644 --- a/gnome-characters.spec +++ b/gnome-characters.spec @@ -1,7 +1,7 @@ %global appname org.gnome.Characters Name: gnome-characters -Version: 3.21.91.1 +Version: 3.22.0 Release: 1%{?dist} Summary: Character map application for GNOME # Files from gtk-js-app are licensed under 3-clause BSD. @@ -9,8 +9,6 @@ Summary: Character map application for GNOME License: BSD and GPLv2+ URL: https://wiki.gnome.org/Design/Apps/CharacterMap Source0: https://download.gnome.org/sources/gnome-characters/3.21/%{name}-%{version}.tar.xz -# https://bugzilla.gnome.org/show_bug.cgi?id=770472 -Patch0: 0001-build-Fix-appdata-installation.patch # This package uses GtkWidget template, which was added in Gjs 1.43.3. BuildRequires: gjs-devel >= 1.43.3, gtk3-devel, intltool, desktop-file-utils @@ -84,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || : %changelog +* Wed Sep 21 2016 Daiki Ueno - 3.22.0-1 +- Update to 3.22.0 + * Sat Aug 27 2016 Kalev Lember - 3.21.91.1-1 - Update to 3.21.91.1 diff --git a/sources b/sources index e598217..995f8cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c6f51640cd6a4c3223714573a33fc7f gnome-characters-3.21.91.1.tar.xz +d8a993f36449e2dc3f9fa64fcd95f168 gnome-characters-3.22.0.tar.xz