forked from pool/gnumeric
Accepting request 554722 from GNOME:Next
Update to 1.12.37 OBS-URL: https://build.opensuse.org/request/show/554722 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=146
This commit is contained in:
parent
fcb6f9d706
commit
09725447d1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3cbfe25f26bd31b832efed2827ac35c3c1600bed9ccd233a4037a9f4d7c54848
|
|
||||||
size 20021564
|
|
3
gnumeric-1.12.37.tar.xz
Normal file
3
gnumeric-1.12.37.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40371b9587857deefb0d1df950c3e02228d3f9b56def2e3aa86736ee24292468
|
||||||
|
size 20039012
|
7
gnumeric-rpmlintrc
Normal file
7
gnumeric-rpmlintrc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Filter the following hidden-file warnings as the files in questin are meant to be hidden:
|
||||||
|
addFilter("gnumeric.* hidden-file-or-dir /usr/share/gnumeric/.*/autoformat-templates/.*/.category")
|
||||||
|
# Filter shared library policy missing suffix as we don't want to split the package at the moment:
|
||||||
|
addFilter("gnumeric.* shlib-policy-missing-suffix")
|
||||||
|
# Filter script-without-shebang warnings for python scripts as they are not meant to be used in
|
||||||
|
# command line:
|
||||||
|
addFilter("gnumeric.* script-without-shebang /usr/(lib|lib64)/gnumeric/.*/plugins/.*/.*\.py")
|
@ -1,8 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 2 21:24:43 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 1.12.37:
|
||||||
|
+ Improvements in:
|
||||||
|
- Test suite.
|
||||||
|
- Format guessing for newly entered formulas.
|
||||||
|
- PERMUTATIONA for unusual arguments (bgo#790742).
|
||||||
|
- xlsx export of cell comments (bgo#790756).
|
||||||
|
+ Fixes:
|
||||||
|
- Combo object icon.
|
||||||
|
- Potential crash:
|
||||||
|
. On exit.
|
||||||
|
. in gtk scroll bar bug workaround.
|
||||||
|
+ Speed-up number theory functions.
|
||||||
|
+ Avoid large stack use here and there.
|
||||||
|
+ Extend range of NT_PI.
|
||||||
|
+ Plug leaks.
|
||||||
|
- Point fdupes to the data directory instead of build root, which
|
||||||
|
is a practice that must be avoided.
|
||||||
|
- Adopt the use of %make_build macro instead of raw make command,
|
||||||
|
following the best practices.
|
||||||
|
- Add gnumeric-rpmlintrc to filter the following warnings:
|
||||||
|
+ hidden-file-or-dir: some .category files are not meant to be
|
||||||
|
edited.
|
||||||
|
+ shlib-policy-missing-suffix: spliting the package into a libfoo
|
||||||
|
subpackage are not desired at the moment.
|
||||||
|
+ script-without-shebang: some python scripts under
|
||||||
|
/usr/lib(64)/gnumeric/$version/plugins/foo/foo.py are not meant
|
||||||
|
to be used in command line.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 19 23:07:25 UTC 2017 - luc14n0@linuxmail.org
|
Sun Nov 19 23:07:25 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
- Update to version 1.12.36:
|
- Update to version 1.12.36:
|
||||||
+ Improves:
|
+ Improvements in:
|
||||||
- Contour plot:
|
- Contour plot:
|
||||||
. Export/import to/from ODF (bgo#788728).
|
. Export/import to/from ODF (bgo#788728).
|
||||||
. Import of Excel generated ODF (bgo#788801).
|
. Import of Excel generated ODF (bgo#788801).
|
||||||
|
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnumeric
|
Name: gnumeric
|
||||||
Version: 1.12.36
|
Version: 1.12.37
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Spreadsheet Application
|
Summary: Spreadsheet Application
|
||||||
License: GPL-2.0 or GPL-3.0
|
License: GPL-2.0 or GPL-3.0
|
||||||
Group: Productivity/Office/Spreadsheets
|
Group: Productivity/Office/Spreadsheets
|
||||||
Url: http://www.gnumeric.org/
|
Url: http://www.gnumeric.org/
|
||||||
Source0: http://download.gnome.org/sources/gnumeric/1.12/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnumeric/1.12/%{name}-%{version}.tar.xz
|
||||||
|
Source1: gnumeric-rpmlintrc
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: docbook-dtds
|
BuildRequires: docbook-dtds
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -150,7 +151,7 @@ autoreconf -fiv
|
|||||||
%configure\
|
%configure\
|
||||||
--disable-static
|
--disable-static
|
||||||
# --enable-pdfdocs
|
# --enable-pdfdocs
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -160,7 +161,7 @@ make %{?_smp_mflags}
|
|||||||
%find_lang %{name}-%{version} %{?no_lang_C} %{name}.lang
|
%find_lang %{name}-%{version} %{?no_lang_C} %{name}.lang
|
||||||
%find_lang gnumeric-%{version}-functions %{?no_lang_C} %{name}.lang
|
%find_lang gnumeric-%{version}-functions %{?no_lang_C} %{name}.lang
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user