Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pspp for openSUSE:Factory checked in 
at 2024-03-11 15:35:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pspp (Old)
 and      /work/SRC/openSUSE:Factory/.pspp.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pspp"

Mon Mar 11 15:35:15 2024 rev:21 rq:1156933 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pspp/pspp.changes        2023-07-31 
15:24:11.231261105 +0200
+++ /work/SRC/openSUSE:Factory/.pspp.new.1770/pspp.changes      2024-03-11 
15:43:20.591216454 +0100
@@ -1,0 +2,50 @@
+Mon Mar 11 12:39:12 UTC 2024 - opensuse.lietuviu.ka...@gmail.com
+
+- Update to 2.0.0:
+
+ * The CTABLES command is now implemented.
+
+ * FREQUENCIES now honors the LAYERED setting on SPLIT FILE.
+
+ * AGGREGATE:
+
+   - New aggregation functions CGT, CLT, CIN, and COUT.
+
+   - Break variables are now optional.
+
+ * ADD FILES, MATCH FILES, and UPDATE now allow string variables with
+   the same name to have different widths.
+
+ * CROSSTABS now calculates significance of Pearson and Spearman
+   correlations in symmetric measures.
+
+ * DISPLAY MACROS is now implemented.
+
+ * SET SUMMARY is now implemented.
+
+ * SHOW ENVIRONMENT is now implemented.
+
+ * Removed the MODIFY VARS command, which is not in SPSS.
+
+ * Building from a Git repository, which previously required GIMP, now
+   requires rsvg-convert from librsvg2 instead.
+
+ * The pspp-dump-sav program is no longer installed by default.
+
+ * Improved the search options in the syntax editor.
+
+ * Localisations for the ar (Arabic) and ta (Tamil) locales have been
+   added.  Other translations have been updated.
+
+ * Journaling is now enabled by default when PSPP or PSPPIRE is
+   started interactively.  In PSPPIRE, use Edit|Options to override
+   the default.
+
+-------------------------------------------------------------------
+Mon Mar 11 11:55:24 UTC 2024 - opensuse.lietuviu.ka...@gmail.com
+
+- Move screenshots and pspp-figures directories with images from
+   /usr/share/info/ into /usr/share/doc/pspp/pspp.html/ because
+   here HTML pages look for them.
+   
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ pspp.spec ++++++
--- /var/tmp/diff_new_pack.tvpmAu/_old  2024-03-11 15:43:21.059233705 +0100
+++ /var/tmp/diff_new_pack.tvpmAu/_new  2024-03-11 15:43:21.059233705 +0100
@@ -5,7 +5,7 @@
 # Copyright (c) 2008 Matj Cepl <mc...@redhat.com>
 # Copyright (c) 2008 D. Steuer <ste...@hsuhh.de>
 # Copyright (c) 2018 <astie...@suse.com>
-# Copyright (c) 2010-2020 <opensuse.lietuviu.ka...@gmail.com>
+# Copyright (c) 2010-2024 <opensuse.lietuviu.ka...@gmail.com>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %define _disable_ld_as_needed 1
 %endif
 Name:           pspp
-Version:        1.6.2
+Version:        2.0.0
 Release:        0
 Summary:        A program for statistical analysis of sampled data
 License:        GPL-3.0-or-later
@@ -164,7 +164,18 @@
 %if 0%{?suse_version}
 %suse_update_desktop_file -r org.gnu.%{name} Education Math
 %endif
-cp -r ./doc/pspp.html/ ./doc/pspp-dev.html/ %{buildroot}%{_datadir}/doc/pspp/
+mv ./doc/pspp.html/ ./doc/pspp-dev.html/ %{buildroot}%{_datadir}/doc/pspp/
+mv ./doc/pspp-figures/ ./doc/screenshots/ 
%{buildroot}%{_datadir}/doc/pspp/pspp.html/
+
+# don't own /usr/share/info/dir if it exist
+[ -f %{buildroot}/%{_infodir}/dir ] && rm %{buildroot}/%{_infodir}/dir
+
+# pspp-figures/*.png and screenshots/*.png most not be in /usr/share/info
+[ -d %{buildroot}/%{_infodir}/pspp-figures ] && rm -fr 
%{buildroot}/%{_infodir}/pspp-figures
+[ -d %{buildroot}/%{_infodir}/screenshots  ] && rm -fr 
%{buildroot}/%{_infodir}/screenshots
+
+# PSPP 2.0 no longer installs /usr/bin/pspp-dump-sav by default, thus its man 
is not needed
+[ -f %{buildroot}/%{_mandir}/man1/pspp-dump-sav.1 ] && rm -f 
%{buildroot}/%{_mandir}/man1/pspp-dump-sav.1
 
 # don't own /usr/share/info/dir if it exist
 [ -f %{buildroot}/%{_infodir}/dir ] && rm %{buildroot}/%{_infodir}/dir
@@ -226,20 +237,22 @@
 %else
 %doc %{_datadir}/doc/pspp/pspp.xml
 %endif
+%exclude %dir %{_datadir}/doc/pspp/
 %exclude %dir %{_datadir}/doc/pspp/pspp.html/
 %exclude %{_datadir}/doc/pspp/pspp.html/*.html
+%exclude %dir %{_datadir}/doc/pspp/pspp.html/screenshots/
+%exclude %{_datadir}/doc/pspp/pspp.html/screenshots/*.png
+%exclude %dir %{_datadir}/doc/pspp/pspp.html/pspp-figures/
+%exclude %{_datadir}/doc/pspp/pspp.html/pspp-figures/*.png
 %exclude %dir %{_datadir}/doc/pspp/pspp-dev.html/
 %exclude %{_datadir}/doc/pspp/pspp-dev.html/*.html
 %config(noreplace) %{_sysconfdir}/ld.so.conf.d/pspp.conf
 %{_bindir}/pspp
 %{_bindir}/psppire
-%{_bindir}/pspp-dump-sav
 %{_bindir}/pspp-convert
 %{_bindir}/pspp-output
 %defattr(644,root,root,755)
-%{_infodir}/pspp*
-%dir %{_infodir}/screenshots
-%{_infodir}/screenshots/*.png
+%{_infodir}/pspp*info*
 %dir %{_libdir}/pspp/
 %{_libdir}/pspp/*.so
 %{_datadir}/pspp
@@ -280,13 +293,11 @@
 %if 0%{?mandriva_version} 
 %doc %{_mandir}/man1/pspp.1.xz
 %doc %{_mandir}/man1/psppire.1.xz
-%doc %{_mandir}/man1/pspp-dump-sav.1.xz
 %doc %{_mandir}/man1/pspp-convert.1.xz
 %doc %{_mandir}/man1/pspp-output.1.xz
 %else
 %doc %{_mandir}/man1/pspp.1.gz
 %doc %{_mandir}/man1/psppire.1.gz
-%doc %{_mandir}/man1/pspp-dump-sav.1.gz
 %doc %{_mandir}/man1/pspp-convert.1.gz
 %doc %{_mandir}/man1/pspp-output.1.gz
 %endif
@@ -302,8 +313,13 @@
 
 %files doc
 %defattr(-, root, root)
+%dir %{_datadir}/doc/pspp/
 %dir %{_datadir}/doc/pspp/pspp.html/
 %doc %{_datadir}/doc/pspp/pspp.html/*.html
+%dir %{_datadir}/doc/pspp/pspp.html/screenshots/
+%{_datadir}/doc/pspp/pspp.html/screenshots/*.png
+%dir %{_datadir}/doc/pspp/pspp.html/pspp-figures/
+%{_datadir}/doc/pspp/pspp.html/pspp-figures/*.png
 
 %files devel-doc
 %defattr(-, root, root)

++++++ pspp-1.6.2.tar.gz -> pspp-2.0.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/pspp/pspp-1.6.2.tar.gz 
/work/SRC/openSUSE:Factory/.pspp.new.1770/pspp-2.0.0.tar.gz differ: char 13, 
line 1

Reply via email to