From ca26a0a7f4313f2d5221b4c333a9aa2dd6e896fb8d2f4696dfc01965c885c571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 23 Jan 2017 16:12:56 +0000 Subject: [PATCH] Accepting request 451781 from GNOME:Next We can now move this forward since the dep is in place in TW OBS-URL: https://build.opensuse.org/request/show/451781 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gucharmap?expand=0&rev=131 --- gucharmap-3.18.2.tar.xz | 3 --- gucharmap-9.0.2.tar.xz | 3 +++ gucharmap.changes | 33 +++++++++++++++++++++++++++++++++ gucharmap.spec | 19 +++++++++++++------ 4 files changed, 49 insertions(+), 9 deletions(-) delete mode 100644 gucharmap-3.18.2.tar.xz create mode 100644 gucharmap-9.0.2.tar.xz diff --git a/gucharmap-3.18.2.tar.xz b/gucharmap-3.18.2.tar.xz deleted file mode 100644 index bfd2c7d..0000000 --- a/gucharmap-3.18.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80141d3e892c3c4812c1a8fad8f89978559ef19e933843267e6e9a5524c09ec9 -size 2031560 diff --git a/gucharmap-9.0.2.tar.xz b/gucharmap-9.0.2.tar.xz new file mode 100644 index 0000000..6b3fff3 --- /dev/null +++ b/gucharmap-9.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723ea92c8e877beae3986432b8e002807c6c2d1140590dff1c5bff34bb6ed265 +size 1023120 diff --git a/gucharmap.changes b/gucharmap.changes index 7db98ee..6f6942c 100644 --- a/gucharmap.changes +++ b/gucharmap.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Nov 9 14:34:56 UTC 2016 - dimstar@opensuse.org + +- Update to version 9.0.2: + + Add korean hangul and vietnamese pronunciations (bgo#773380). + + Updated translations. + +------------------------------------------------------------------- +Wed Sep 21 20:49:42 UTC 2016 - zaitor@opensuse.org + +- Update to version 9.0.1: + + a11y: Fix introspection dump. + + Updated translations. +- Changes from version 9.0.0 + + Update to Unicode 9.0.0 release. +- Changes from version 8.0.0: + + Gucharmap no longer includes Unicode data. Instead the data is + generated a build time from the unicode source data, which can + either be downloaded from unicode.org, or be provided in a + directory specified by the --with-unicode-data=DIRECTORY + configure switch. +- Conditionally apply translations-update-upstream BuildRequires + and macro for non-openSUSE only. +- Stop passing V=1, we do debugging locally. +- Drop scrollkeeper BuildRequires, and stop passing + --disable-scrollkeeper to configure, no longer needed nor + recognized. +- Add gettext, unicode-ucd, unicode-ucd-unihan, unzip and perl(env) + BuildRequires: New dependencies. +- Pass --with-unicode-data to configure following upstreams + changes. +- Drop old FIXME note that is not applicable anymore. + ------------------------------------------------------------------- Mon May 2 20:54:00 UTC 2016 - mgorse@suse.com diff --git a/gucharmap.spec b/gucharmap.spec index 0d36066..8fcdf7d 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -22,25 +22,30 @@ %define pc_api 2.90 Name: gucharmap -Version: 3.18.2 +Version: 9.0.2 Release: 0 -# FIXME vala bindings are currently disabled by upstream and not supposed to auto-enable Summary: A Featureful Unicode Character Map License: GPL-3.0+ and LGPL-2.1+ Group: System/GUI/GNOME Url: http://gucharmap.sourceforge.net/ -Source: http://download.gnome.org/sources/gucharmap/3.18/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gucharmap/9.0/%{name}-%{version}.tar.xz BuildRequires: appdata-tools BuildRequires: fdupes +BuildRequires: gettext BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc BuildRequires: gtk3-devel >= 3.4.0 BuildRequires: intltool BuildRequires: libxml2-tools -BuildRequires: scrollkeeper +%if !0%{?is_opensuse} BuildRequires: translation-update-upstream +%endif +BuildRequires: unicode-ucd +BuildRequires: unicode-ucd-unihan +BuildRequires: unzip BuildRequires: update-desktop-files BuildRequires: yelp-tools +BuildRequires: perl(Env) BuildRequires: pkgconfig(gio-2.0) >= 2.32.0 Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -81,15 +86,17 @@ to develop applications that require these. %lang_package %prep %setup -q +%if !0%{?is_opensuse} translation-update-upstream +%endif %build %configure --disable-static --with-pic \ - --disable-scrollkeeper \ --enable-gtk-doc \ --with-gtk=3.0 \ + --with-unicode-data=%{_datadir}/unicode/ucd \ --enable-introspection -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install %makeinstall