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
This commit is contained in:
parent
281315d7b7
commit
efeafcb6b6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8ace78e75c280dced3f15b27c44c7a98e8d21cd8361c6b2599cce191f6d6ae7
|
||||
size 18742540
|
3
gnumeric-1.12.32.tar.xz
Normal file
3
gnumeric-1.12.32.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a07bc83e2adaeb94bfa2c737c9a19d90381a19cb203dd7c4d5f7d6cfdbee6de8
|
||||
size 18748772
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user