Accepting request 283296 from GNOME:Apps

1

OBS-URL: https://build.opensuse.org/request/show/283296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnumeric?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2015-01-30 16:49:36 +00:00 committed by Git OBS Bridge
commit 3accaf3008
5 changed files with 67 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:402224f858cfa4e91503ab1be0491fa3322713dabe56b6eae171def8b736d9e9
size 18064824

3
gnumeric-1.12.19.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dc6b2203887e5a28b52da7493219c8acf7f131b44c214c5b00522aa5bc8e9d3
size 18432584

View File

@ -0,0 +1,21 @@
From 8c7017d2cfef8c1c2e65b94bce7e19b61e94ded8 Mon Sep 17 00:00:00 2001
From: Morten Welinder <terra@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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Wed Jan 28 20:40:32 UTC 2015 - zaitor@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.
-------------------------------------------------------------------
Fri Sep 26 07:14:09 UTC 2014 - zaitor@opensuse.org

View File

@ -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 zaitor@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(gobject-introspection-1.0) >= 1.0.0
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 @@ Gnumeric is part of the GNOME project.
%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)