Accepting request 973124 from GNOME:Apps
(forwarded request 971100 from dimstar) OBS-URL: https://build.opensuse.org/request/show/973124 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnumeric?expand=0&rev=127
This commit is contained in:
commit
f179ff526c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a00e6c6e4ecddadabd9b0ae18013d7b05937fdcb8f9aad5a73b95923c7aeb1dd
|
|
||||||
size 18117120
|
|
3
gnumeric-1.12.52.tar.xz
Normal file
3
gnumeric-1.12.52.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73cf73049a22a1d828506275b2c9378ec37c5ff37b68bb1f2f494f0d6400823b
|
||||||
|
size 18115444
|
@ -1,7 +1,7 @@
|
|||||||
# Filter the following hidden-file warnings as the files in questin are meant to be hidden:
|
# 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")
|
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:
|
# Filter shared library policy missing suffix as we don't want to split the package at the moment:
|
||||||
addFilter("gnumeric.* shlib-policy-missing-suffix")
|
# addFilter("gnumeric.* shlib-policy-missing-suffix")
|
||||||
# Filter script-without-shebang warnings for python scripts as they are not meant to be used in
|
# Filter script-without-shebang warnings for python scripts as they are not meant to be used in
|
||||||
# command line:
|
# command line:
|
||||||
addFilter("gnumeric.* script-without-shebang /usr/(lib|lib64)/gnumeric/.*/plugins/.*/.*\.py")
|
# addFilter("gnumeric.* script-without-shebang /usr/(lib|lib64)/gnumeric/.*/plugins/.*/.*\.py")
|
||||||
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 19 20:09:16 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.12.52
|
||||||
|
+ Attach the verticle alignment selector to the toolbar.
|
||||||
|
+ Improve the toolbar styling a bit.
|
||||||
|
+ Fix toolbar overflow menu's labeling.
|
||||||
|
+ Many improvements to verticle toolbars.
|
||||||
|
+ Install appdata file in new location.
|
||||||
|
+ Allow styling of cell extension indicators.
|
||||||
|
+ Restore bolding of active sheet tab.
|
||||||
|
+ Fix import of mildly broken print settings in xlsx files from OnlyOffice.
|
||||||
|
+ Various --with-long-double fixes.
|
||||||
|
+ Fix BITAND.
|
||||||
|
+ Test improvements.
|
||||||
|
+ Fix xlsx write for sheet objects with text contents.
|
||||||
|
+ Fix leak.
|
||||||
|
+ Fix old problem saving column widths.
|
||||||
|
+ Set default number of sheets to 1.
|
||||||
|
+ Fix edge error case for SMALL and LARGE.
|
||||||
|
+ Increase the default column width a bit.
|
||||||
|
+ Fix xlsx import/export of default column width.
|
||||||
|
+ Be less aggressive with automatic column widening.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 7 07:03:52 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Apr 7 07:03:52 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnumeric
|
Name: gnumeric
|
||||||
Version: 1.12.51
|
Version: 1.12.52
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Spreadsheet Application
|
Summary: Spreadsheet Application
|
||||||
License: GPL-2.0-only OR GPL-3.0-only
|
License: GPL-2.0-only OR GPL-3.0-only
|
||||||
@ -154,8 +154,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%files
|
%files
|
||||||
%license COPYING COPYING-gpl2 COPYING-gpl3
|
%license COPYING COPYING-gpl2 COPYING-gpl3
|
||||||
%doc AUTHORS BEVERAGES BUGS HACKING MAINTAINERS NEWS README ChangeLog
|
%doc AUTHORS BEVERAGES BUGS HACKING MAINTAINERS NEWS README ChangeLog
|
||||||
%dir %{_datadir}/appdata/
|
|
||||||
%{_datadir}/appdata/%{name}.appdata.xml
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%dir %{_libdir}/gnumeric
|
%dir %{_libdir}/gnumeric
|
||||||
@ -174,6 +172,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnumeric.plugin.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gnumeric.plugin.gschema.xml
|
||||||
%{_datadir}/gnumeric/
|
%{_datadir}/gnumeric/
|
||||||
%{_datadir}/icons/hicolor/*/apps/gnumeric.*
|
%{_datadir}/icons/hicolor/*/apps/gnumeric.*
|
||||||
|
%{_datadir}/metainfo/gnumeric.appdata.xml
|
||||||
%{_mandir}/man?/*%{ext_man}
|
%{_mandir}/man?/*%{ext_man}
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
|
Loading…
Reference in New Issue
Block a user