Update to 3.21.91.1

This commit is contained in:
Kalev Lember 2016-08-27 10:49:13 +02:00
parent a66901f06e
commit a21f81db06
4 changed files with 38 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/gnome-characters-3.19.92.tar.xz /gnome-characters-3.19.92.tar.xz
/gnome-characters-3.20.0.tar.xz /gnome-characters-3.20.0.tar.xz
/gnome-characters-3.20.1.tar.xz /gnome-characters-3.20.1.tar.xz
/gnome-characters-3.21.91.1.tar.xz

View File

@ -0,0 +1,29 @@
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,14 +1,16 @@
%global appname org.gnome.Characters %global appname org.gnome.Characters
Name: gnome-characters Name: gnome-characters
Version: 3.20.1 Version: 3.21.91.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Character map application for GNOME Summary: Character map application for GNOME
# Files from gtk-js-app are licensed under 3-clause BSD. # Files from gtk-js-app are licensed under 3-clause BSD.
# Other files are GPL 2.0 or later. # Other files are GPL 2.0 or later.
License: BSD and GPLv2+ License: BSD and GPLv2+
URL: https://wiki.gnome.org/Design/Apps/CharacterMap URL: https://wiki.gnome.org/Design/Apps/CharacterMap
Source0: https://download.gnome.org/sources/gnome-characters/3.20/%{name}-%{version}.tar.xz 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. # 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 BuildRequires: gjs-devel >= 1.43.3, gtk3-devel, intltool, desktop-file-utils
@ -82,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
%changelog %changelog
* Sat Aug 27 2016 Kalev Lember <klember@redhat.com> - 3.21.91.1-1
- Update to 3.21.91.1
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1 * Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
- Update to 3.20.1 - Update to 3.20.1

View File

@ -1 +1 @@
5e1ce3cd54bede98aa0ee9cb9dd7934c gnome-characters-3.20.1.tar.xz 4c6f51640cd6a4c3223714573a33fc7f gnome-characters-3.21.91.1.tar.xz