diff --git a/gnumeric-1.10.2.tar.bz2 b/gnumeric-1.10.2.tar.bz2 deleted file mode 100644 index e4f82dd..0000000 --- a/gnumeric-1.10.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b42b5320f44e49ad0a838469c59065dbb51f4b18e5b63464870c341c932dd4c9 -size 17549678 diff --git a/gnumeric-1.10.7.tar.bz2 b/gnumeric-1.10.7.tar.bz2 new file mode 100644 index 0000000..f630c8f --- /dev/null +++ b/gnumeric-1.10.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4438408f02932a234ddfd7bdbc45cc3f6b037874bbd0fa100ad777000301ebab +size 17798806 diff --git a/gnumeric-no-disable-deprecated.patch b/gnumeric-no-disable-deprecated.patch deleted file mode 100644 index 4b62bb4..0000000 --- a/gnumeric-no-disable-deprecated.patch +++ /dev/null @@ -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 diff --git a/gnumeric.changes b/gnumeric.changes index 0ddacdc..bb02c27 100644 --- a/gnumeric.changes +++ b/gnumeric.changes @@ -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 diff --git a/gnumeric.spec b/gnumeric.spec index 37a10da..2a4c639 100644 --- a/gnumeric.spec +++ b/gnumeric.spec @@ -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. # @@ -19,15 +19,13 @@ Name: gnumeric -Version: 1.10.2 -Release: 1 +Version: 1.10.7 +Release: 2 Summary: Spreadsheet Application License: GPLv2+ Url: http://www.gnumeric.org/ Group: Productivity/Office/Spreadsheets -Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/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 +Source0: gnumeric-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: gconf2-devel BuildRequires: goffice-devel @@ -99,7 +97,24 @@ Gnumeric is part of the GNOME project. %setup -q translation-update-upstream 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 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"