From fcb6f9d706bd0ae747c52f97062b66b92b6faa6b148edfbe659b13210f0a0e93 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 Nov 2017 08:34:36 +0000 Subject: [PATCH] Accepting request 545151 from GNOME:Next - Update to version 1.12.36: + Improves: - Contour plot: . Export/import to/from ODF (bgo#788728). . Import of Excel generated ODF (bgo#788801). - Surface plot export to ODF (bgo#788447). + Fixes: - Export/import of CONCATENATE and minor axis divisors to and from ODF. - Import of affine trendline from ODF (bgo#789538). - Background of multiple selection (bgo#789411). - Error on xlsx files with bogus Print_Area. - xlsx: . Export of trend line equation. . Import and export of trend line affine flag. - VDB for partial periods (bgo#790299). + Workaround for gtk scroll bar bug (bgo#789412). + Convert all xpm files to png. + Avoid to-pixdata options for resources. It's going away. + Minor CORREL improvement. + xlsx import and export improvements for contour graphs. + Avoid critical on exporting unnamed xlsx trend line. - Drop %glib2_gsettings_schema_*, %desktop_database_* and %icon_theme_cache_* post/postun scriptlets: they are no longer needed since RPM file triggers. - Drop --disable-scrollkeeper and --enable-ssindex configure parameters: no longer available. - Add gio-2.0, gmodule-2.0, gobject-2.0 and gthread-2.0 pkgconfig BuildRequires: note that they already were being pulled with pkgconfig(glib-2.0) and used since they live in the same devel OBS-URL: https://build.opensuse.org/request/show/545151 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=145 --- gnumeric-1.12.35.tar.xz | 3 --- gnumeric-1.12.36.tar.xz | 3 +++ gnumeric.changes | 39 +++++++++++++++++++++++++++++ gnumeric.spec | 55 ++++++++++++++++++++++++++++------------- 4 files changed, 80 insertions(+), 20 deletions(-) delete mode 100644 gnumeric-1.12.35.tar.xz create mode 100644 gnumeric-1.12.36.tar.xz diff --git a/gnumeric-1.12.35.tar.xz b/gnumeric-1.12.35.tar.xz deleted file mode 100644 index 16c6637..0000000 --- a/gnumeric-1.12.35.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77b1e3ce523578a807767ad71680fb865ac021d7bfadf93eada99ae094c06c0a -size 20019316 diff --git a/gnumeric-1.12.36.tar.xz b/gnumeric-1.12.36.tar.xz new file mode 100644 index 0000000..07f4a88 --- /dev/null +++ b/gnumeric-1.12.36.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbfe25f26bd31b832efed2827ac35c3c1600bed9ccd233a4037a9f4d7c54848 +size 20021564 diff --git a/gnumeric.changes b/gnumeric.changes index 3d3c575..d7531fc 100644 --- a/gnumeric.changes +++ b/gnumeric.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Sun Nov 19 23:07:25 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 1.12.36: + + Improves: + - Contour plot: + . Export/import to/from ODF (bgo#788728). + . Import of Excel generated ODF (bgo#788801). + - Surface plot export to ODF (bgo#788447). + + Fixes: + - Export/import of CONCATENATE and minor axis divisors to and + from ODF. + - Import of affine trendline from ODF (bgo#789538). + - Background of multiple selection (bgo#789411). + - Error on xlsx files with bogus Print_Area. + - xlsx: + . Export of trend line equation. + . Import and export of trend line affine flag. + - VDB for partial periods (bgo#790299). + + Workaround for gtk scroll bar bug (bgo#789412). + + Convert all xpm files to png. + + Avoid to-pixdata options for resources. It's going away. + + Minor CORREL improvement. + + xlsx import and export improvements for contour graphs. + + Avoid critical on exporting unnamed xlsx trend line. +- Drop %glib2_gsettings_schema_*, %desktop_database_* and + %icon_theme_cache_* post/postun scriptlets: they are no longer + needed since RPM file triggers. +- Drop --disable-scrollkeeper and --enable-ssindex configure + parameters: no longer available. +- Add gio-2.0, gmodule-2.0, gobject-2.0 and gthread-2.0 pkgconfig + BuildRequires: note that they already were being pulled with + pkgconfig(glib-2.0) and used since they live in the same devel + package. +- Change Group of devel package to Development/Libraries/GNOME + since it's where the package belongs. +- Split package into a -doc subpackage: more than half the size of + the package was documentation. + ------------------------------------------------------------------- Tue Jul 11 08:54:31 UTC 2017 - zaitor@opensuse.org diff --git a/gnumeric.spec b/gnumeric.spec index aac38e4..5856fea 100644 --- a/gnumeric.spec +++ b/gnumeric.spec @@ -17,7 +17,7 @@ Name: gnumeric -Version: 1.12.35 +Version: 1.12.36 Release: 0 Summary: Spreadsheet Application License: GPL-2.0 or GPL-3.0 @@ -36,8 +36,12 @@ BuildRequires: python-devel BuildRequires: translation-update-upstream %endif 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 +BuildRequires: pkgconfig(gobject-2.0) >= 2.38.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.0.0 +BuildRequires: pkgconfig(gthread-2.0) >= 2.38.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.8.7 BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0 BuildRequires: pkgconfig(libgda-ui-5.0) >= 5.0.0 @@ -47,6 +51,7 @@ BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12 BuildRequires: pkgconfig(pango) >= 1.24.0 BuildRequires: pkgconfig(pangocairo) >= 1.24.0 BuildRequires: pkgconfig(pygobject-3.0) >= 3.0.0 +Recommends: %{name}-doc Recommends: %{name}-lang Recommends: ghostscript-fonts-std Recommends: liberation2-fonts @@ -76,9 +81,33 @@ needs. Gnumeric is part of the GNOME project. +%package doc +Summary: Documentation files for Gnumeric +Group: Documentation/Other +Requires: %{name} = %{version} +BuildArch: noarch + +%description doc +Gnumeric is a spreadsheet application with advanced features and +analytics. It aims to minimize the cost of transition from proprietary +spreadsheets by offering a familiar look and feature set. In addition +to read and write support for all versions of Microsoft Excel +(including reading encrypted files), there is also support for many +other formats including: + +*Applix 4 and 5 *DIF *Lotus-123 (wk1, wk2, wk3) *OpenOffice.org (Oasis) +*PlanPerfect (pln) *Psion5 *Quattro Pro (wb1, wb2, wb3) *SYLK +*XBase/DB3 + +Text formats, such as comma or tab separated values, HTML, XHTML, and +Latex, are supported and there are powerful assistants to handle custom +needs. + +Gnumeric is part of the GNOME project. + %package devel Summary: Spreadsheet Application -Group: Productivity/Office/Spreadsheets +Group: Development/Libraries/GNOME Requires: %{name} = %{version} %description devel @@ -119,9 +148,7 @@ done export CFLAGS="%{optflags} -fno-strict-aliasing" autoreconf -fiv %configure\ - --disable-scrollkeeper\ - --disable-static\ - --enable-ssindex + --disable-static # --enable-pdfdocs make %{?_smp_mflags} @@ -135,22 +162,13 @@ make %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print %fdupes %{buildroot} -%post -/sbin/ldconfig -%glib2_gsettings_schema_post -%desktop_database_post -%icon_theme_cache_post +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig -%glib2_gsettings_schema_postun -%desktop_database_postun -%icon_theme_cache_postun +%postun -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS BEVERAGES BUGS COPYING COPYING-gpl2 COPYING-gpl3 HACKING MAINTAINERS NEWS README ChangeLog OChangeLog* -%doc %{_datadir}/help/C/%{name} %dir %{_datadir}/appdata/ %{_datadir}/appdata/%{name}.appdata.xml %{_bindir}/* @@ -176,11 +194,14 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_datadir}/pixmaps/gnumeric/ %{_mandir}/man?/*.* -%files lang -f %{name}.lang +%files doc +%doc %{_datadir}/help/C/%{name} %files devel %defattr(-, root, root) %{_includedir}/libspreadsheet-*/ %{_libdir}/pkgconfig/libspreadsheet-*.pc +%files lang -f %{name}.lang + %changelog