Accepting request 44172 from home:anubisg1:branches:GNOME:Apps
Copy from home:anubisg1:branches:GNOME:Apps/gnumeric via accept of submit request 44172 revision 8. Request was accepted with message: thanks; the .changes entry doesn't mention releases before 1.10.7; see my tweaks I will do OBS-URL: https://build.opensuse.org/request/show/44172 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=20
This commit is contained in:
parent
524b61bcaa
commit
da85d3cf44
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b42b5320f44e49ad0a838469c59065dbb51f4b18e5b63464870c341c932dd4c9
|
|
||||||
size 17549678
|
|
3
gnumeric-1.10.7.tar.bz2
Normal file
3
gnumeric-1.10.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4438408f02932a234ddfd7bdbc45cc3f6b037874bbd0fa100ad777000301ebab
|
||||||
|
size 17798806
|
@ -1,26 +0,0 @@
|
|||||||
Index: gnumeric-1.9.17/configure
|
|
||||||
===================================================================
|
|
||||||
--- gnumeric-1.9.17.orig/configure
|
|
||||||
+++ gnumeric-1.9.17/configure
|
|
||||||
@@ -14828,7 +14828,7 @@ else
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
-if test $gnumeric_devel = yes; then
|
|
||||||
+if test $gnumeric_devel = never; then
|
|
||||||
CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED"
|
|
||||||
CFLAGS="$CFLAGS -DPANGO_DISABLE_DEPRECATED"
|
|
||||||
if test "x$gnumeric_with_gtk" = xtrue; then
|
|
||||||
Index: gnumeric-1.9.17/configure.in
|
|
||||||
===================================================================
|
|
||||||
--- gnumeric-1.9.17.orig/configure.in
|
|
||||||
+++ gnumeric-1.9.17/configure.in
|
|
||||||
@@ -272,7 +272,7 @@ fi
|
|
||||||
AC_SUBST(GNUMERIC_PLUGIN_LDFLAGS)
|
|
||||||
|
|
||||||
dnl disable for in stable release, enable for development series
|
|
||||||
-if test $gnumeric_devel = yes; then
|
|
||||||
+if test $gnumeric_devel = never; then
|
|
||||||
CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED"
|
|
||||||
CFLAGS="$CFLAGS -DPANGO_DISABLE_DEPRECATED"
|
|
||||||
if test "x$gnumeric_with_gtk" = xtrue; then
|
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 27 22:41:43 UTC 2010 - andrea@opensuse.org
|
||||||
|
|
||||||
|
- new upstream version 1.10.7
|
||||||
|
* Improve function syntax and formula guru tooltips.
|
||||||
|
+ Avoid superfluous redo items under validation failure[#622509]
|
||||||
|
+ Fix validation for array and range entry. [#622511]
|
||||||
|
+ Autofit column widths in stf import. [#427382]
|
||||||
|
+ Ensure the table range is unlocked before allowing the data
|
||||||
|
table to be configured.
|
||||||
|
+ Also store any markup if entering text in several cells
|
||||||
|
at once.[#622530]
|
||||||
|
+ Read HTML files with nested tables. [#594789]
|
||||||
|
+ Fixed autofilter (and other) combo positions. [#621817]
|
||||||
|
+ Improve function syntax tooltips.
|
||||||
|
+ Fix excessive memory use problem with xlsx. [#622365]
|
||||||
|
+ Make BackSpace work as Delete on pane. [#622599]
|
||||||
|
+ Improve handling of MS-style HTML in clipboard. [#617801]
|
||||||
|
- removed gnumeric-no-disable-deprecated.patch
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 14 19:08:42 CEST 2010 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Removed incomplete translations imported by
|
||||||
|
translation-update-upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 28 11:02:43 CEST 2010 - dimstar@opensuse.org
|
Wed Apr 28 11:02:43 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnumeric (Version 1.10.2)
|
# spec file for package gnumeric (Version 1.10.7)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,15 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnumeric
|
Name: gnumeric
|
||||||
Version: 1.10.2
|
Version: 1.10.7
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Spreadsheet Application
|
Summary: Spreadsheet Application
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: http://www.gnumeric.org/
|
Url: http://www.gnumeric.org/
|
||||||
Group: Productivity/Office/Spreadsheets
|
Group: Productivity/Office/Spreadsheets
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-%{version}.tar.bz2
|
Source0: gnumeric-%{version}.tar.bz2
|
||||||
# PATCH-FIX-UPSTREAM gnumeric-no-disable-deprecated.patch bgo607758 vuntz@opensuse.org -- Remove *_DISABLE_DEPRECATED defines to not uselessly break build
|
|
||||||
Patch0: gnumeric-no-disable-deprecated.patch
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gconf2-devel
|
BuildRequires: gconf2-devel
|
||||||
BuildRequires: goffice-devel
|
BuildRequires: goffice-devel
|
||||||
@ -99,7 +97,24 @@ Gnumeric is part of the GNOME project.
|
|||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
translation-update-upstream po-functions gnumeric-functions
|
translation-update-upstream po-functions gnumeric-functions
|
||||||
%patch0 -p1
|
# translation-update-upstream provides incomplete upstream translations
|
||||||
|
# from the upstream git. Remove them until upstream provides a fix. See
|
||||||
|
# po/LINGUAS for more.
|
||||||
|
if test -f po-functions/id.po ; then
|
||||||
|
echo "\"id\" locale removal in gnumeric.spec is obsolete. Please remove it."
|
||||||
|
else
|
||||||
|
sed -i '/^id$/d' po/LINGUAS
|
||||||
|
fi
|
||||||
|
if test -f po-functions/pa.po ; then
|
||||||
|
echo "\"pa\" locale removal in gnumeric.spec is obsolete. Please remove it."
|
||||||
|
else
|
||||||
|
sed -i '/^pa$/d' po/LINGUAS
|
||||||
|
fi
|
||||||
|
if test -f po-functions/zh_HK.po ; then
|
||||||
|
echo "\"zh_HK\" locale removal in gnumeric.spec is obsolete. Please remove it."
|
||||||
|
else
|
||||||
|
sed -i '/^zh_HK$/d' po/LINGUAS
|
||||||
|
fi
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
Loading…
Reference in New Issue
Block a user