Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-prctl for
openSUSE:Factory checked in at 2026-09-17 16:59:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-prctl (Old)
and /work/SRC/openSUSE:Factory/.python-python-prctl.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-prctl"
Thu Sep 17 16:59:59 2026 rev:8 rq:1378558 version:1.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-prctl/python-python-prctl.changes
2025-06-11 16:24:50.828270061 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-prctl.new.383539/python-python-prctl.changes
2026-09-17 17:00:09.201960900 +0200
@@ -1,0 +2,6 @@
+Wed Sep 16 08:56:56 UTC 2026 - Michal Suchanek <[email protected]>
+
+- Fix powerpc build (bsc#1176085)
+ * refresh powerpc.patch
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-prctl.spec ++++++
--- /var/tmp/diff_new_pack.xAI3O7/_old 2026-09-17 17:00:10.645021372 +0200
+++ /var/tmp/diff_new_pack.xAI3O7/_new 2026-09-17 17:00:10.647021456 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-prctl
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ powerpc.patch ++++++
--- /var/tmp/diff_new_pack.xAI3O7/_old 2026-09-17 17:00:10.783027156 +0200
+++ /var/tmp/diff_new_pack.xAI3O7/_new 2026-09-17 17:00:10.792027533 +0200
@@ -78,4 +78,15 @@
else:
self.assertRaises(OSError, prctl.get_fpexc)
self.assertRaises(OSError, prctl.set_fpexc)
+@@ -195,8 +195,8 @@
+ self.assertEqual(prctl.get_fp_mode(), prctl.FP_MODE_FRE)
+ self.assertRaises(ValueError, prctl.set_fp_mode, 999)
+ else:
+- self.assertRaises(OSError, prctl.get_fpexc)
+- self.assertRaises(OSError, prctl.set_fpexc)
++ self.assertRaises(OSError, prctl.get_fp_mode)
++ self.assertRaises((OSError,ValueError), prctl.set_fp_mode)
+
+ @require('set_io_flusher')
+ def test_io_flusher(self):