Accepting request 586721 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/586721 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=154
This commit is contained in:
parent
b03e3f2246
commit
6ba3411b3e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3435d7d93a47a32764b1ec2d03f7fbb348a97af52530815e49370803a1a69c65
|
||||
size 19807364
|
3
gnumeric-1.12.39.tar.xz
Normal file
3
gnumeric-1.12.39.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26cceb7fa97dc7eee7181a79a6251a85b1f1464dcaaaf7624829f7439c5f7d3f
|
||||
size 20040688
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 04:02:36 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 1.12.39:
|
||||
+ Fix ssdiff problem (bgo#792038).
|
||||
+ Fix ISREF.
|
||||
+ Fix problem with stopping a glpk solver.
|
||||
+ Improve workaround for gtk+ scrollbar bug (bgo#792417).
|
||||
+ Fix minor issue for MUNIT.
|
||||
+ Documentation fixes (bgo#792556, bgo#792592).
|
||||
- Drop update-desktop-files BuildRequires and suse_update_desktop_\
|
||||
file macro: they are no longer required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:30:53 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnumeric
|
||||
Version: 1.12.38
|
||||
Version: 1.12.39
|
||||
Release: 0
|
||||
Summary: Spreadsheet Application
|
||||
License: GPL-2.0-only OR GPL-3.0-only
|
||||
@ -34,7 +34,6 @@ BuildRequires: libgsf-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.38.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.38.0
|
||||
@ -157,10 +156,9 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install
|
||||
# FIXME: Build as root modifies system!
|
||||
%suse_update_desktop_file -r %{name} Office Spreadsheet GNOME GTK
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%find_lang %{name}-%{version} %{?no_lang_C} %{name}.lang
|
||||
%find_lang gnumeric-%{version}-functions %{?no_lang_C} %{name}.lang
|
||||
%find_lang %{name}-%{version}-functions %{?no_lang_C} %{name}.lang
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
@ -168,8 +166,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS BEVERAGES BUGS COPYING-gpl2 COPYING-gpl3 HACKING MAINTAINERS NEWS README ChangeLog OChangeLog*
|
||||
%license COPYING COPYING-gpl2 COPYING-gpl3
|
||||
%doc AUTHORS BEVERAGES BUGS HACKING MAINTAINERS NEWS README ChangeLog OChangeLog*
|
||||
%dir %{_datadir}/appdata/
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%{_bindir}/*
|
||||
|
Loading…
Reference in New Issue
Block a user