Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory 
checked in at 2015-01-30 17:49:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-09-28 
19:54:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric.changes   2015-01-30 
17:49:49.000000000 +0100
@@ -1,0 +2,37 @@
+Wed Jan 28 20:40:32 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.12.19:
+  + Add latex fragment exporter of visible rows only (bgo#739512).
+  + Fix ants problems.
+  + Plug leaks.
+  + Pay more attention to union access rules.
+  + Attempt a fix for clipboard crash (rh#1160975).
+  + Truncate long strings for display in stf import.
+  + Fix crash on closing a graph sheet.
+  + Fix undo crash with conditional formatting and insert row
+    (bgo#741197).
+  + Fix xlsx export of HYPGEOMDIST.
+  + Fix xlsx export of document properties.
+  + Fix multihead issue with graph windows.
+  + Improve test suite.
+  + Reorganize icon handling.
+  + Allow removing a specific item from the history (bgo#735305).
+  + Fix GNM_HALIGN_DISTRIBUTED rendering (bgo#726155).
+  + Restore translations of function help texts.
+  + Fix import of extended float formula results from wk4 files.
+  + Fix ADDRESS problem.
+  + Fix sheet-filter problem with errors (bgo#742601).
+  + Improve error handling for .gnumeric a bit.
+  + Improve xlsx graph import: line colour; marker size; marker
+    color; no lines; bounding box; trend lines;
+    regressionequations; axis label.
+  + Improve xlsx graph export: line style; bar/col direction;
+    marker shape; marker size; marker color; axis label; chart
+    title; trend lines.
+  + Improve xlsx export: default col widths; schema validity.
+  + Improve modifier handling (bgo#743130).
+  + Fix import of extended floats from wk4 files (bgo#739679).
+- Add gnumeric-add-gda-missing-include.patch: Fix build. Patch
+  taken from upstream git.
+
+-------------------------------------------------------------------

Old:
----
  gnumeric-1.12.18.tar.xz

New:
----
  gnumeric-1.12.19.tar.xz
  gnumeric-add-gda-missing-include.patch

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

Other differences:
------------------
++++++ gnumeric.spec ++++++
--- /var/tmp/diff_new_pack.d5Bddp/_old  2015-01-30 17:49:53.000000000 +0100
+++ /var/tmp/diff_new_pack.d5Bddp/_new  2015-01-30 17:49:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnumeric
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,13 +17,15 @@
 
 
 Name:           gnumeric
-Version:        1.12.18
+Version:        1.12.19
 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-add-gda-missing-include.patch 
zai...@opensuse.org -- Add a missing include, patch from upstream git.
+Patch0:         gnumeric-add-gda-missing-include.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libgsf-devel
@@ -36,7 +38,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.8.7
 BuildRequires:  pkgconfig(libgda-5.0) >= 5.0.0
 BuildRequires:  pkgconfig(libgda-ui-5.0) >= 5.0.0
-BuildRequires:  pkgconfig(libgoffice-0.10) >= 0.10.10
+BuildRequires:  pkgconfig(libgoffice-0.10) >= 0.10.19
 BuildRequires:  pkgconfig(libgsf-1) >= 1.14.24
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.12
 BuildRequires:  pkgconfig(pango) >= 1.24.0
@@ -97,6 +99,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 translation-update-upstream po-functions gnumeric-functions
 # remove incomplete translations caused by translation-update-upstream (global 
LINGUAS file, two domains)

++++++ gnumeric-1.12.18.tar.xz -> gnumeric-1.12.19.tar.xz ++++++
/work/SRC/openSUSE:Factory/gnumeric/gnumeric-1.12.18.tar.xz 
/work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric-1.12.19.tar.xz differ: char 
27, line 1

++++++ gnumeric-add-gda-missing-include.patch ++++++
>From 8c7017d2cfef8c1c2e65b94bce7e19b61e94ded8 Mon Sep 17 00:00:00 2001
From: Morten Welinder <te...@gnome.org>
Date: Mon, 26 Jan 2015 08:45:27 -0500
Subject: Compilation: missing include.


 Gnumeric 1.12.19
diff --git a/plugins/gda/plugin-gda.c b/plugins/gda/plugin-gda.c
index c3f5e4f..aa300b4 100644
--- a/plugins/gda/plugin-gda.c
+++ b/plugins/gda/plugin-gda.c
@@ -34,6 +34,7 @@
 #include "workbook.h"
 #include "sheet.h"
 #include "gnm-i18n.h"
+#include "gui-util.h"
 #include <goffice/goffice.h>
 #include <gnm-plugin.h>
 #include <dead-kittens.h>
-- 
cgit v0.10.1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to