From efeafcb6b631bde13134c57eb3c409f94731db9121af34066255498cd0a56027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 23 Aug 2016 17:09:05 +0000 Subject: [PATCH] Accepting request 420809 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/420809 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=137 --- gnumeric-1.12.31.tar.xz | 3 --- gnumeric-1.12.32.tar.xz | 3 +++ gnumeric.changes | 21 +++++++++++++++++++++ gnumeric.spec | 9 +++++---- 4 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 gnumeric-1.12.31.tar.xz create mode 100644 gnumeric-1.12.32.tar.xz diff --git a/gnumeric-1.12.31.tar.xz b/gnumeric-1.12.31.tar.xz deleted file mode 100644 index 63b6cb1..0000000 --- a/gnumeric-1.12.31.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8ace78e75c280dced3f15b27c44c7a98e8d21cd8361c6b2599cce191f6d6ae7 -size 18742540 diff --git a/gnumeric-1.12.32.tar.xz b/gnumeric-1.12.32.tar.xz new file mode 100644 index 0000000..46b8da9 --- /dev/null +++ b/gnumeric-1.12.32.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07bc83e2adaeb94bfa2c737c9a19d90381a19cb203dd7c4d5f7d6cfdbee6de8 +size 18748772 diff --git a/gnumeric.changes b/gnumeric.changes index 7ea8b6c..822bbe8 100644 --- a/gnumeric.changes +++ b/gnumeric.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Aug 20 21:21:03 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.12.32: + + Improve html4.0 fragment export (bgo#769343). + + Fix moving averages, exponential smothing and principal + component tools (bgo#769659). + + Fix paradox plugin build with pxlib-0.6.7 (bgo#769319). + + Avoid gnome-common dependency. + + New text functions CONCAT, TEXTJOIN. + + New selection functions IFS, SWITCH. + + New aggregation functions SUMIFS, AVERAGEIFS, MINIFS, MAXIFS, + COUNTIFS. + + Fix criteria function issue with errors in the selector area. + + Fix corner case for MINA and MAXA. + + Fix criteria matching of numbers against strings. + + Test suite improvements. +- Conditionally apply translations-update-upstream BuildRequires + and macro for non-openSUSE only. +- Remove obsolete clean section. + ------------------------------------------------------------------- Thu Jun 30 08:39:15 UTC 2016 - zaitor@opensuse.org diff --git a/gnumeric.spec b/gnumeric.spec index 6724c23..d9efbdc 100644 --- a/gnumeric.spec +++ b/gnumeric.spec @@ -17,7 +17,7 @@ Name: gnumeric -Version: 1.12.31 +Version: 1.12.32 Release: 0 Summary: Spreadsheet Application License: GPL-2.0 or GPL-3.0 @@ -30,7 +30,9 @@ BuildRequires: intltool BuildRequires: libgsf-devel BuildRequires: python-devel BuildRequires: rarian-scrollkeeper-compat +%if !0%{?is_opensuse} BuildRequires: translation-update-upstream +%endif BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) >= 2.38.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.0.0 @@ -98,6 +100,7 @@ Gnumeric is part of the GNOME project. %lang_package %prep %setup -q +%if !0%{?is_opensuse} translation-update-upstream translation-update-upstream po-functions gnumeric-functions # remove incomplete translations caused by translation-update-upstream (global LINGUAS file, two domains) @@ -108,6 +111,7 @@ for LNG in po/*.po ; do sed -i "/^$LNG\$/d" po/LINGUAS fi done +%endif %build export CFLAGS="%{optflags} -fno-strict-aliasing" @@ -127,9 +131,6 @@ make %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print %fdupes %{buildroot} -%clean -rm -rf %{buildroot} - %post /sbin/ldconfig %glib2_gsettings_schema_post