From f53f36c262f79d1231ab1dc31d95297843e72b32 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz yselkowi@redhat.com Date: Tue, 26 Jul 2016 02:20:15 -0500 Subject: Update for https://fedoraproject.org/wiki/Changes/Unicode_9.0
https://bugzilla.redhat.com/show_bug.cgi?id=1319468 --- .gitignore | 1 + gucharmap.spec | 15 +++++++++++---- sources | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore index 131938a..dd2ec26 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ gucharmap-2.30.1.tar.bz2 /gucharmap-3.18.0.tar.xz /gucharmap-3.18.1.tar.xz /gucharmap-3.18.2.tar.xz +/gucharmap-9.0.0.tar.xz diff --git a/gucharmap.spec b/gucharmap.spec index 78c86e9..07cf822 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -2,15 +2,15 @@ %define gtk3_version 3.4.0
Name: gucharmap -Version: 3.18.2 -Release: 2%{?dist} +Version: 9.0.0 +Release: 1%{?dist} Summary: Unicode character picker and font browser
License: GPLv3+ and GFDL and MIT # GPL for the source code, GFDL for the docs, MIT for Unicode data URL: http://live.gnome.org/Apps/Gucharmap #VCS: git:git://git.gnome.org/gucharmap -Source: http://download.gnome.org/sources/gucharmap/3.18/gucharmap-%%7Bversion%7D.ta... +Source: http://download.gnome.org/sources/gucharmap/9.0/gucharmap-%%7Bversion%7D.tar...
BuildRequires: appdata-tools BuildRequires: glib2-devel >= %{glib2_version} @@ -21,6 +21,9 @@ BuildRequires: intltool BuildRequires: itstool BuildRequires: /usr/bin/appstream-util BuildRequires: /usr/bin/desktop-file-validate +BuildRequires: unicode-ucd = 9.0.0 +BuildRequires: unicode-ucd-unihan = 9.0.0 +BuildRequires: perl(Env)
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -49,7 +52,8 @@ needed to use the libgucharmap library.
%build %configure --with-gtk=3.0 \ - --enable-introspection + --enable-introspection \ + --with-unicode-data=%{_datadir}/unicode/ucd make %{?_smp_mflags}
@@ -115,6 +119,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%changelog +* Tue Jul 26 2016 Yaakov Selkowitz yselkowi@redhat.com - 9.0.0-1 +- Update for https://fedoraproject.org/wiki/Changes/Unicode_9.0 + * Wed Feb 03 2016 Fedora Release Engineering releng@fedoraproject.org - 3.18.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
diff --git a/sources b/sources index dd5f643..ee180f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79670f9b8c9a4888f4ea439fd2e8c589 gucharmap-3.18.2.tar.xz +c8618d22c684286f551bef465eb6beda gucharmap-9.0.0.tar.xz
scm-commits@lists.fedoraproject.org