Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory 
checked in at 2017-02-09 11:19:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnumeric (Old)
 and      /work/SRC/openSUSE:Factory/.gnumeric.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnumeric"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnumeric/gnumeric.changes        2016-08-25 
09:57:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric.changes   2017-02-09 
11:19:40.924557502 +0100
@@ -1,0 +2,24 @@
+Tue Jan 31 22:34:30 UTC 2017 - firebird...@gmail.com
+
+- Update to version 1.12.33:
+  + Fix export/import of scaling information to/from ODF.
+  + Fix Wilcoxon Signed Rank Test handling of ties (bgo#772718).
+  + Fix xlsx export of scale to page information (bgo#776196).
+  + Fix use of cell formats in graphs data labels (bgo#777338).
+  + Speed up sstest part of test suite.
+  + Bring documentation build into the 21 century.
+  + Non-linear solver improvements.
+  + Avoid atomizing style regions with conditional formats.
+  + Adapt to glpk file format changes.
+  + Fix stf problems with text format (bgo#777543).
+- Updated Recommends: liberation-fonts to liberation2-fonts.
+- Add gnumeric-1.12.33-destdir.patch: Fix compilation, destdir of
+  helpfiles.
+- Add docbook-dtds and itstool BuildRequires: New dependency after
+  above patch.
+- Following the above, drop rarian-scrollkeeper-compat
+  BuildRequires: No longer needed.
+- Add gnumeric-1.12.33-docbook.patch: Fixes some problems with
+  non-ascii parameter names.
+
+-------------------------------------------------------------------

Old:
----
  gnumeric-1.12.32.tar.xz

New:
----
  gnumeric-1.12.33-destdir.patch
  gnumeric-1.12.33-docbook.patch
  gnumeric-1.12.33.tar.xz

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

Other differences:
------------------
++++++ gnumeric.spec ++++++
--- /var/tmp/diff_new_pack.prWmD2/_old  2017-02-09 11:19:42.060396810 +0100
+++ /var/tmp/diff_new_pack.prWmD2/_new  2017-02-09 11:19:42.064396245 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnumeric
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,25 @@
 
 
 Name:           gnumeric
-Version:        1.12.32
+Version:        1.12.33
 Release:        0
 Summary:        Spreadsheet Application
 License:        GPL-2.0 or GPL-3.0
 Group:          Productivity/Office/Spreadsheets
 Url:            http://www.gnumeric.org/
 Source0:        
http://download.gnome.org/sources/gnumeric/1.12/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnumeric-1.12.33-destdir.patch firebird...@gmail.com -- 
Fix compilation, destdir of helpfiles.
+Patch0:         gnumeric-1.12.33-destdir.patch
+# PATCH-FIX-UPSTREAM gnumeric-1.12.33-docbook.patch firebird...@gmail.com -- 
Fixes some problems with non-ascii parameter names.
+Patch1:         gnumeric-1.12.33-docbook.patch
 BuildRequires:  bison
+BuildRequires:  docbook-dtds
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  itstool
 BuildRequires:  libgsf-devel
+BuildRequires:  libtool
 BuildRequires:  python-devel
-BuildRequires:  rarian-scrollkeeper-compat
 %if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
 %endif
@@ -47,7 +53,7 @@
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
 Recommends:     %{name}-lang
 Recommends:     ghostscript-fonts-std
-Recommends:     liberation-fonts
+Recommends:     liberation2-fonts
 # gnumeric uses a ghelp: URI to launch the help application. Let's recommend 
to have an app that can handle it (bnc#719679)
 Recommends:     mimehandler(x-scheme-handler/ghelp)
 Provides:       gnumeric2 = %{version}
@@ -100,6 +106,10 @@
 %lang_package
 %prep
 %setup -q
+# Destdir fix for Gnumeric 1.12.33
+%patch0 -p1
+# Use xml-dtd
+%patch1 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 translation-update-upstream po-functions gnumeric-functions
@@ -115,6 +125,7 @@
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
+autoreconf -fiv
 %configure\
        --disable-scrollkeeper\
        --disable-static\
@@ -126,6 +137,7 @@
 %make_install
 # FIXME: Build as root modifies system!
 %suse_update_desktop_file -r %{name} Office Spreadsheet GNOME GTK
+%find_lang %{name} %{?no_lang_C}
 %find_lang %{name}-%{version} %{?no_lang_C} %{name}.lang
 %find_lang gnumeric-%{version}-functions %{?no_lang_C} %{name}.lang
 find %{buildroot} -type f -name "*.la" -delete -print
@@ -146,13 +158,7 @@
 %files
 %defattr(-, root, root)
 %doc AUTHORS BEVERAGES BUGS COPYING COPYING-gpl2 COPYING-gpl3 HACKING 
MAINTAINERS NEWS README ChangeLog OChangeLog*
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/gnome/help/
-%dir %{_datadir}/gnome/help/%{name}/
-%doc %{_datadir}/gnome/help/%{name}/C/
-%dir %{_datadir}/omf/
-%dir %{_datadir}/omf/%{name}/
-%doc %{_datadir}/omf/%{name}/%{name}-C.omf
+%doc %{_datadir}/help/C/%{name}
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_bindir}/*

++++++ gnumeric-1.12.33-destdir.patch ++++++
>From 798755af32c42e395d167d9d49d14cbe449d2842 Mon Sep 17 00:00:00 2001
From: Morten Welinder <te...@gnome.org>
Date: Tue, 31 Jan 2017 18:26:55 -0500
Subject: Compilation: destdir fix from Redhat.

---
 doc/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7e3f9a4..52a011d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -527,7 +527,7 @@ HELP_MEDIA= \
 
 install-exec-hook:
        for d in C $(HELP_LINGUAS); do \
-               helpdir="$(HELP_DIR)/$$d/$(HELP_ID)"; \
+               helpdir="$(DESTDIR)$(HELP_DIR)/$$d/$(HELP_ID)"; \
                install -d $$helpdir; \
                $(RM) $$helpdir/index.docbook; \
                $(LN_S) gnumeric.xml $$helpdir/index.docbook; \
@@ -535,7 +535,7 @@ install-exec-hook:
 
 uninstall-hook:
        for d in C $(HELP_LINGUAS); do \
-               helpdir="$(HELP_DIR)/$$d/$(HELP_ID)"; \
+               helpdir="$(DESTDIR)$(HELP_DIR)/$$d/$(HELP_ID)"; \
                $(RM) $$helpdir/index.docbook; \
        done
 
-- 
cgit v0.12

++++++ gnumeric-1.12.33-docbook.patch ++++++
diff -up gnumeric-1.12.33/doc/C/gnumeric.xml.docbook 
gnumeric-1.12.33/doc/C/gnumeric.xml
--- gnumeric-1.12.33/doc/C/gnumeric.xml.docbook 2017-02-01 03:58:38.893646538 
+0100
+++ gnumeric-1.12.33/doc/C/gnumeric.xml 2017-02-01 04:05:40.111116668 +0100
@@ -47,17 +47,17 @@
 
   <!-- For mdash, hellip and friends -->
   <!ENTITY % isopub PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML"
-           "http://www.oasis-open.org/docbook/xmlcharent/0.3/iso-pub.ent";>
+           "http://www.oasis-open.org/docbook/xml/4.5/ent/isopub.ent";>
   %isopub;
 
   <!-- For nbsp, pound, yen and friends -->
   <!ENTITY % isonum PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special 
Graphic//EN//XML"
-           "http://www.oasis-open.org/docbook/xmlcharent/0.3/iso-num.ent";>
+           "http://www.oasis-open.org/docbook/xml/4.5/ent/isonum.ent";>
   %isonum;
 
   <!-- Character entity to provide greek letters in simulation chapter -->
   <!ENTITY % isogrk1 PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
-           "http://www.oasis-open.org/docbook/xmlcharent/0.3/iso-grk1.ent";>
+           "http://www.oasis-open.org/docbook/xml/4.5/ent/isogrk1.ent";>
   %isogrk1;
 
   <!ENTITY legal                SYSTEM "legal.xml">
++++++ gnumeric-1.12.32.tar.xz -> gnumeric-1.12.33.tar.xz ++++++
/work/SRC/openSUSE:Factory/gnumeric/gnumeric-1.12.32.tar.xz 
/work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric-1.12.33.tar.xz differ: char 
26, line 1


Reply via email to