Update to 3.22.0-1

This commit is contained in:
Daiki Ueno 2016-09-21 09:10:39 +02:00
parent a21f81db06
commit 7f901fd5aa
4 changed files with 6 additions and 33 deletions

1
.gitignore vendored
View File

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

View File

@ -1,29 +0,0 @@
From cdbb6a50131810c154720d614f87b0f54860418f Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember@redhat.com>
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

View File

@ -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 <dueno@redhat.com> - 3.22.0-1
- Update to 3.22.0
* Sat Aug 27 2016 Kalev Lember <klember@redhat.com> - 3.21.91.1-1
- Update to 3.21.91.1

View File

@ -1 +1 @@
4c6f51640cd6a4c3223714573a33fc7f gnome-characters-3.21.91.1.tar.xz
d8a993f36449e2dc3f9fa64fcd95f168 gnome-characters-3.22.0.tar.xz