Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pspp for openSUSE:Factory checked in 
at 2026-03-19 17:38:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pspp (Old)
 and      /work/SRC/openSUSE:Factory/.pspp.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pspp"

Thu Mar 19 17:38:37 2026 rev:26 rq:1341031 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pspp/pspp.changes        2025-03-16 
18:59:38.971137204 +0100
+++ /work/SRC/openSUSE:Factory/.pspp.new.8177/pspp.changes      2026-03-19 
17:39:18.942628389 +0100
@@ -1,0 +2,16 @@
+Wed Mar 18 19:26:09 UTC 2026 - <[email protected]>
+
+- Remove optional free-ttf-fonts dependency to build for openSUSE 16.0.
+
+-------------------------------------------------------------------
+Sun Mar 15 17:45:39 UTC 2026 - Andreas Stieger <[email protected]>
+
+- update to 2.1.1:
+ * Bug fixes in build system and tests
+ * Translation updates
+- fix non-breaking space warning in package changelog
+- add patches to remove "test version" warning":
+  * pspp-2.1.1-gui-Avoid-using-test-splash-screen-for-odd-minor-rel.patch
+  * pspp-2.1.1-gui-Remove-test-version-from-title.patch
+
+-------------------------------------------------------------------
@@ -214 +230 @@
-  * drop CVE-2019-9211.patch
+  * drop CVE-2019-9211.patch

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

New:
----
  pspp-2.1.1-gui-Avoid-using-test-splash-screen-for-odd-minor-rel.patch
  pspp-2.1.1-gui-Remove-test-version-from-title.patch
  pspp-2.1.1.tar.gz
  pspp-2.1.1.tar.gz.sig

----------(New B)----------
  New:- add patches to remove "test version" warning":
  * pspp-2.1.1-gui-Avoid-using-test-splash-screen-for-odd-minor-rel.patch
  * pspp-2.1.1-gui-Remove-test-version-from-title.patch
  New:  * pspp-2.1.1-gui-Avoid-using-test-splash-screen-for-odd-minor-rel.patch
  * pspp-2.1.1-gui-Remove-test-version-from-title.patch
----------(New E)----------

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

Other differences:
------------------
++++++ pspp.spec ++++++
--- /var/tmp/diff_new_pack.hHoqUT/_old  2026-03-19 17:39:19.474650434 +0100
+++ /var/tmp/diff_new_pack.hHoqUT/_new  2026-03-19 17:39:19.478650599 +0100
@@ -20,13 +20,8 @@
 #
 
 
-%if 0%{?mandriva_version}
-%define _disable_ld_no_undefined 1
-#Next line is needed for Mandriva build
-%define _disable_ld_as_needed 1
-%endif
 Name:           pspp
-Version:        2.0.1
+Version:        2.1.1
 Release:        0
 Summary:        A program for statistical analysis of sampled data
 License:        GPL-3.0-or-later
@@ -35,20 +30,14 @@
 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
-
+Patch0:         
pspp-2.1.1-gui-Avoid-using-test-splash-screen-for-odd-minor-rel.patch
+Patch1:         pspp-2.1.1-gui-Remove-test-version-from-title.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?fedora} 
-BuildRequires:  atlas
-%endif
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 PreReq:         %install_info_prereq
 %endif
-%if 0%{?is_opensuse}
-# Next package only for "make check", but "free-ttf-fonts" exist only in 
openSUSE, not in SUSE
-BuildRequires:  free-ttf-fonts
-%endif
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cairo-devel
@@ -150,7 +139,7 @@
 
 
 %prep
-%setup -q -n pspp-%{version}
+%autosetup -p1
 
 %build
 export SUSE_ASNEEDED=0
@@ -292,4 +281,3 @@
 %dir %{_datadir}/doc/pspp/pspp-dev.html/
 %doc %{_datadir}/doc/pspp/pspp-dev.html/*.html
 
-

++++++ pspp-2.1.1-gui-Avoid-using-test-splash-screen-for-odd-minor-rel.patch 
++++++
>From 9028c6e208d7677b1d7775f9eb55c491c6db84ea Mon Sep 17 00:00:00 2001
From: Ben Pfaff <[email protected]>
Date: Wed, 11 Mar 2026 08:07:07 -0700
Subject: [PATCH 2/2] gui: Avoid using "test" splash screen for odd minor
 releases.

Friedrich found another case.
---
 src/ui/gui/icons/automake.mk | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/ui/gui/icons/automake.mk b/src/ui/gui/icons/automake.mk
index 8e84c0187..d2f2bb5f1 100644
--- a/src/ui/gui/icons/automake.mk
+++ b/src/ui/gui/icons/automake.mk
@@ -91,14 +91,9 @@ UNINSTALL_DATA_HOOKS += uninstall-icons uninstall-ext-icons
 if building_gui
 nodist_src_ui_gui_psppire_DATA = src/ui/gui/icons/splash.png
 
-src/ui/gui/icons/splash.png: $(top_srcdir)/src/ui/gui/icons/splash-t.png 
$(top_srcdir)/src/ui/gui/icons/splash-r.png Makefile
+src/ui/gui/icons/splash.png: $(top_srcdir)/src/ui/gui/icons/splash-r.png 
Makefile
        @$(MKDIR_P) src/ui/gui/icons
-       @case `echo $(VERSION) | $(SED) -e 
's/[0-9][0-9]*\.[0-9]*\([0-9]\)\.[0-9][0-9]*/\1/'` in \
-         [13579]) cp $(top_srcdir)/src/ui/gui/icons/splash-t.png $@ ; \
-       ;;\
-         *) cp $(top_srcdir)/src/ui/gui/icons/splash-r.png $@ ; \
-       ;;\
-esac
+       cp $< $@
 
 EXTRA_DIST += $(top_srcdir)/src/ui/gui/artwork/splash.svg $(icons) $(icon_srcs)
 
-- 
2.53.0


++++++ pspp-2.1.1-gui-Remove-test-version-from-title.patch ++++++
>From 7905927997d88c7789845968b22980944c5a7453 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <[email protected]>
Date: Mon, 9 Mar 2026 15:57:32 -0700
Subject: [PATCH 1/2] gui: Remove "test version" from title.

Commit 5b587f70f274 ("Remove the "unreleased test version" code.")
was supposed to take care of this, but it was incomplete.

Thanks to Friedrich Beckmann for the report.
---
 src/ui/gui/psppire-window.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/ui/gui/psppire-window.c b/src/ui/gui/psppire-window.c
index 8736eed49..4f4f09d84 100644
--- a/src/ui/gui/psppire-window.c
+++ b/src/ui/gui/psppire-window.c
@@ -83,8 +83,6 @@ psppire_window_set_title (PsppireWindow *window)
 
   int minor = 1;
   sscanf (bare_version, "%*d.%d.%*d", &minor);
-  if (minor % 2)
-    g_string_append_printf (title, " - Test version! Please report bugs to 
%s", PACKAGE_BUGREPORT);
 
   gtk_window_set_title (GTK_WINDOW (window), title->str);
 
-- 
2.53.0


++++++ pspp-2.0.1.tar.gz -> pspp-2.1.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/pspp/pspp-2.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.pspp.new.8177/pspp-2.1.1.tar.gz differ: char 14, 
line 1

Reply via email to