Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pspp for openSUSE:Factory checked in 
at 2023-07-31 15:24:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pspp (Old)
 and      /work/SRC/openSUSE:Factory/.pspp.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pspp"

Mon Jul 31 15:24:09 2023 rev:20 rq:1101327 version:1.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/pspp/pspp.changes        2022-05-05 
23:08:27.061711413 +0200
+++ /work/SRC/openSUSE:Factory/.pspp.new.32662/pspp.changes     2023-07-31 
15:24:11.231261105 +0200
@@ -1,0 +2,57 @@
+Sat Jul 22 08:41:49 UTC 2023 - Klaus Kämpf <kkae...@suse.com>
+
+- Update to 1.6.2
+  * Previously, numeric variables defaulted to "scale" measurement
+    level.  Now, the default is "unknown", with a better guess chosen
+    based on heuristics the first time the data is read.
+
+  * Bug fixes.
+
+- Update to 1.6.1
+  * The SET command now supports LEADZERO for controlling output of a
+    leading zero in F, COMMA, and DOT format.
+
+  * Bug fixes and translation updates.
+
+- Update to 1.6.0
+  * In the Kruskal-Wallis test, a misleading result could occur
+    if the lower bound specified by the user was in fact higher
+    than the upper bound specified.  This has been fixed.
+
+  * The DEFINE, MATRIX, MCONVERT, and MATRIX DATA commands are now
+    implemented.
+
+  * An error in the displayed signficance of oneway anova
+    contrasts tests has been corrected.
+
+  * Added Drag-N-Drop in output view.
+
+  * The Explore GUI dialog supports the "Plots" subdialog. Boxplots,
+    Q-Q Plots and Spreadlevel plots are now also available via the GUI.
+
+  * The graphical user interface for importing spreadsheets has been
+    improved.
+    The new interface provides the user with a preview of the data to
+    be imported and interactive methods to select the desired ranges.
+
+  * The user manual, in its Info and HTML versions, now includes
+    graphical output examples and screenshots.
+
+  * New command SHOW SYSTEM to easily print system information useful
+    in bug reports.
+
+  * Output improvements:
+    - New drivers for output to TeX source files and to PNG files.
+    - Table output styles may now be set with the new option
+      --table-look and the new SET TLOOK command.
+    - New driver option "trim" to remove empty space from PDF,
+      PostScript, SVG, and PNG output files.
+    - The PDF output driver now adds an outline to allow PDF viewers
+      to display as a "table of contents" for the file.
+    - The HTML output driver has a new option "bare".
+
+  * New features in pspp-output:
+    - New --table-look and --nth-commands options.
+    - New get-table-look and convert-table-look commands.
+
+-------------------------------------------------------------------

Old:
----
  pspp-1.4.1.lt.po
  pspp-1.4.1.tar.gz
  pspp-1.4.1.tar.gz.sig

New:
----
  pspp-1.6.2.tar.gz
  pspp-1.6.2.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pspp.spec ++++++
--- /var/tmp/diff_new_pack.1Yhd0b/_old  2023-07-31 15:24:13.787275861 +0200
+++ /var/tmp/diff_new_pack.1Yhd0b/_new  2023-07-31 15:24:13.791275884 +0200
@@ -26,7 +26,7 @@
 %define _disable_ld_as_needed 1
 %endif
 Name:           pspp
-Version:        1.4.1
+Version:        1.6.2
 Release:        0
 Summary:        A program for statistical analysis of sampled data
 License:        GPL-3.0-or-later
@@ -35,7 +35,6 @@
 Source0:        https://ftp.gnu.org/pub/gnu/pspp/pspp-%{version}.tar.gz
 Source1:        https://ftp.gnu.org/pub/gnu/pspp/pspp-%{version}.tar.gz.sig
 Source2:        
https://savannah.gnu.org/people/viewgpg.php?user_id=245#/%{name}.keyring
-Source3:        
https://translationproject.org/PO-files/lt/pspp-%{version}.lt.po
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?fedora} 
@@ -54,20 +53,19 @@
 BuildRequires:  automake
 BuildRequires:  cairo-devel
 BuildRequires:  desktop-file-utils
-BuildRequires:  gettext
+BuildRequires:  gettext >= 0.20
 BuildRequires:  gsl-devel >= 1.12
 BuildRequires:  gtk3-devel >= 3.22
+BuildRequires:  gtksourceview4-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  m4
 BuildRequires:  pango-devel
-BuildRequires:  perl(base)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Text::Diff)
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(appstream)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  postgresql-devel
+BuildRequires:  python3-devel >= 3.4
 BuildRequires:  readline-devel
 BuildRequires:  spread-sheet-widget-devel >= 0.6
 BuildRequires:  texinfo
@@ -146,7 +144,6 @@
 
 %prep
 %setup -q -n pspp-%{version}
-cp -f %{SOURCE3} po/lt.po
 
 %build
 export SUSE_ASNEEDED=0
@@ -165,7 +162,7 @@
 %install
 %make_install
 %if 0%{?suse_version}
-%suse_update_desktop_file -r org.fsf.%{name} Education Math
+%suse_update_desktop_file -r org.gnu.%{name} Education Math
 %endif
 cp -r ./doc/pspp.html/ ./doc/pspp-dev.html/ %{buildroot}%{_datadir}/doc/pspp/
 
@@ -241,13 +238,15 @@
 %{_bindir}/pspp-output
 %defattr(644,root,root,755)
 %{_infodir}/pspp*
+%dir %{_infodir}/screenshots
+%{_infodir}/screenshots/*.png
 %dir %{_libdir}/pspp/
 %{_libdir}/pspp/*.so
 %{_datadir}/pspp
 %exclude %dir %{_datadir}/pspp/tests
 %exclude %{_datadir}/pspp/tests/testsuite.log
-%{_datadir}/icons/hicolor/scalable/apps/pspp.svg
-%{_datadir}/icons/hicolor/16x16/apps/pspp.png
+%{_datadir}/icons/hicolor/scalable/apps/org.gnu.pspp.svg
+%{_datadir}/icons/hicolor/16x16/apps/org.gnu.pspp.png
 %{_datadir}/icons/hicolor/16x16/mimetypes/application-x-spss-por.png
 %{_datadir}/icons/hicolor/16x16/mimetypes/application-x-spss-sav.png
 %{_datadir}/icons/hicolor/16x16/mimetypes/application-x-spss-sps.png
@@ -260,24 +259,24 @@
 %{_datadir}/icons/hicolor/24x24/mimetypes/application-x-spss-sav.png
 %{_datadir}/icons/hicolor/24x24/mimetypes/application-x-spss-sps.png
 %{_datadir}/icons/hicolor/24x24/mimetypes/application-x-spss-zsav.png
-%{_datadir}/icons/hicolor/256x256/apps/pspp.png
+%{_datadir}/icons/hicolor/256x256/apps/org.gnu.pspp.png
 %{_datadir}/icons/hicolor/256x256/mimetypes/application-x-spss-por.png
 %{_datadir}/icons/hicolor/256x256/mimetypes/application-x-spss-sav.png
 %{_datadir}/icons/hicolor/256x256/mimetypes/application-x-spss-sps.png
 %{_datadir}/icons/hicolor/256x256/mimetypes/application-x-spss-zsav.png
-%{_datadir}/icons/hicolor/32x32/apps/pspp.png
+%{_datadir}/icons/hicolor/32x32/apps/org.gnu.pspp.png
 %{_datadir}/icons/hicolor/32x32/mimetypes/application-x-spss-por.png
 %{_datadir}/icons/hicolor/32x32/mimetypes/application-x-spss-sav.png
 %{_datadir}/icons/hicolor/32x32/mimetypes/application-x-spss-sps.png
 %{_datadir}/icons/hicolor/32x32/mimetypes/application-x-spss-zsav.png
-%{_datadir}/icons/hicolor/48x48/apps/pspp.png
+%{_datadir}/icons/hicolor/48x48/apps/org.gnu.pspp.png
 %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-spss-por.png
 %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-spss-sav.png
 %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-spss-sps.png
 %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-spss-zsav.png
-%{_datadir}/mime/packages/pspp.xml
-%{_datadir}/applications/org.fsf.pspp.desktop
-%{_datadir}/appdata/org.fsf.pspp.metainfo.xml
+%{_datadir}/mime/packages/org.gnu.pspp.xml
+%{_datadir}/applications/org.gnu.pspp.desktop
+%{_datadir}/appdata/org.gnu.pspp.metainfo.xml
 %if 0%{?mandriva_version} 
 %doc %{_mandir}/man1/pspp.1.xz
 %doc %{_mandir}/man1/psppire.1.xz

++++++ pspp-1.4.1.tar.gz -> pspp-1.6.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/pspp/pspp-1.4.1.tar.gz 
/work/SRC/openSUSE:Factory/.pspp.new.32662/pspp-1.6.2.tar.gz differ: char 12, 
line 1

Reply via email to