Hello community,

here is the log from the commit of package gucharmap for openSUSE:Factory 
checked in at 2017-01-27 10:43:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gucharmap (Old)
 and      /work/SRC/openSUSE:Factory/.gucharmap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gucharmap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gucharmap/gucharmap.changes      2016-06-03 
16:31:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gucharmap.new/gucharmap.changes 2017-02-03 
17:42:12.402437758 +0100
@@ -1,0 +2,33 @@
+Wed Nov  9 14:34:56 UTC 2016 - [email protected]
+
+- Update to version 9.0.2:
+  + Add korean hangul and vietnamese pronunciations (bgo#773380).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Sep 21 20:49:42 UTC 2016 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  gucharmap-3.18.2.tar.xz

New:
----
  gucharmap-9.0.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gucharmap.spec ++++++
--- /var/tmp/diff_new_pack.gOJxnh/_old  2017-02-03 17:42:12.942361337 +0100
+++ /var/tmp/diff_new_pack.gOJxnh/_new  2017-02-03 17:42:12.946360771 +0100
@@ -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 @@
 %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

++++++ gucharmap-3.18.2.tar.xz -> gucharmap-9.0.2.tar.xz ++++++
++++ 346947 lines of diff (skipped)


Reply via email to