Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2025-05-26 18:32:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui (Old)
 and      /work/SRC/openSUSE:Factory/.libyui.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui"

Mon May 26 18:32:09 2025 rev:94 rq:1279580 version:4.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui/libyui.changes    2025-05-15 
16:59:43.926062993 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new.2732/libyui.changes  2025-05-26 
18:33:22.073953247 +0200
@@ -1,0 +2,5 @@
+Fri May 23 08:11:46 UTC 2025 - Bernhard Wiedemann <bwiedem...@suse.de>
+
+- Use %make_build instead of %jobs to improve reproducible builds (boo#1237231)
+
+-------------------------------------------------------------------
@@ -8 +12,0 @@
-- 4.7.1

Old:
----
  libyui-4.7.1.tar.bz2

New:
----
  libyui-4.7.2.tar.bz2

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

Other differences:
------------------
++++++ libyui-bindings.spec ++++++
--- /var/tmp/diff_new_pack.3UKhQd/_old  2025-05-26 18:33:23.622018153 +0200
+++ /var/tmp/diff_new_pack.3UKhQd/_new  2025-05-26 18:33:23.626018320 +0200
@@ -20,7 +20,7 @@
 Name:           libyui-bindings
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 Summary:        Bindings for libyui
 License:        LGPL-2.1-only OR LGPL-3.0-only
@@ -68,7 +68,7 @@
       -DCMAKE_SKIP_RPATH=1 \
       -DBUILD_RUBY_GEM=no \
       ..
-make %{?jobs:-j %jobs}
+%make_build
 popd
 
 %install

++++++ libyui-ncurses-pkg.spec ++++++
--- /var/tmp/diff_new_pack.3UKhQd/_old  2025-05-26 18:33:23.650019327 +0200
+++ /var/tmp/diff_new_pack.3UKhQd/_new  2025-05-26 18:33:23.650019327 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -104,7 +104,7 @@
 cmake .. \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install

libyui-ncurses-rest-api.spec: same change
libyui-ncurses.spec: same change
++++++ libyui-qt-graph.spec ++++++
--- /var/tmp/diff_new_pack.3UKhQd/_old  2025-05-26 18:33:23.734022849 +0200
+++ /var/tmp/diff_new_pack.3UKhQd/_new  2025-05-26 18:33:23.738023016 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-graph
 
 # DO NOT manually bump the version here; instead, use   rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -97,7 +97,7 @@
  -DBUILD_EXAMPLES=on \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install

++++++ libyui-qt-pkg.spec ++++++
--- /var/tmp/diff_new_pack.3UKhQd/_old  2025-05-26 18:33:23.762024023 +0200
+++ /var/tmp/diff_new_pack.3UKhQd/_new  2025-05-26 18:33:23.766024190 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -110,7 +110,7 @@
 cmake .. \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install

libyui-qt-rest-api.spec: same change
libyui-qt.spec: same change
libyui-rest-api.spec: same change
libyui.spec: same change
++++++ libyui-4.7.1.tar.bz2 -> libyui-4.7.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/VERSION.cmake 
new/libyui-4.7.2/VERSION.cmake
--- old/libyui-4.7.1/VERSION.cmake      2025-05-13 15:31:30.000000000 +0200
+++ new/libyui-4.7.2/VERSION.cmake      2025-05-23 10:35:20.000000000 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "4")
 SET( VERSION_MINOR "7" )
-SET( VERSION_PATCH "1" )
+SET( VERSION_PATCH "2" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 SET( SONAME_MAJOR "16" )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui-bindings.spec 
new/libyui-4.7.2/package/libyui-bindings.spec
--- old/libyui-4.7.1/package/libyui-bindings.spec       2025-05-13 
15:31:30.000000000 +0200
+++ new/libyui-4.7.2/package/libyui-bindings.spec       2025-05-23 
10:35:20.000000000 +0200
@@ -20,7 +20,7 @@
 Name:           libyui-bindings
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 Summary:        Bindings for libyui
 License:        LGPL-2.1-only OR LGPL-3.0-only
@@ -69,7 +69,7 @@
       -DCMAKE_SKIP_RPATH=1 \
       -DBUILD_RUBY_GEM=no \
       ..
-make %{?jobs:-j %jobs}
+%make_build
 popd
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui-ncurses-pkg.spec 
new/libyui-4.7.2/package/libyui-ncurses-pkg.spec
--- old/libyui-4.7.1/package/libyui-ncurses-pkg.spec    2025-05-13 
15:31:30.000000000 +0200
+++ new/libyui-4.7.2/package/libyui-ncurses-pkg.spec    2025-05-23 
10:35:20.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -107,7 +107,7 @@
 cmake .. \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui-ncurses-rest-api.spec 
new/libyui-4.7.2/package/libyui-ncurses-rest-api.spec
--- old/libyui-4.7.1/package/libyui-ncurses-rest-api.spec       2025-05-13 
15:31:30.000000000 +0200
+++ new/libyui-4.7.2/package/libyui-ncurses-rest-api.spec       2025-05-23 
10:35:20.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses-rest-api
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -100,7 +100,7 @@
 cmake .. \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui-ncurses.spec 
new/libyui-4.7.2/package/libyui-ncurses.spec
--- old/libyui-4.7.1/package/libyui-ncurses.spec        2025-05-13 
15:31:30.000000000 +0200
+++ new/libyui-4.7.2/package/libyui-ncurses.spec        2025-05-23 
10:35:20.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -110,7 +110,7 @@
 cmake .. \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui-qt-graph.spec 
new/libyui-4.7.2/package/libyui-qt-graph.spec
--- old/libyui-4.7.1/package/libyui-qt-graph.spec       2025-05-13 
15:31:30.000000000 +0200
+++ new/libyui-4.7.2/package/libyui-qt-graph.spec       2025-05-23 
10:35:20.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-graph
 
 # DO NOT manually bump the version here; instead, use   rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -101,7 +101,7 @@
  -DBUILD_EXAMPLES=on \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui-qt-pkg.spec 
new/libyui-4.7.2/package/libyui-qt-pkg.spec
--- old/libyui-4.7.1/package/libyui-qt-pkg.spec 2025-05-13 15:31:30.000000000 
+0200
+++ new/libyui-4.7.2/package/libyui-qt-pkg.spec 2025-05-23 10:35:20.000000000 
+0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -113,7 +113,7 @@
 cmake .. \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui-qt-rest-api.spec 
new/libyui-4.7.2/package/libyui-qt-rest-api.spec
--- old/libyui-4.7.1/package/libyui-qt-rest-api.spec    2025-05-13 
15:31:30.000000000 +0200
+++ new/libyui-4.7.2/package/libyui-qt-rest-api.spec    2025-05-23 
10:35:20.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-rest-api
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -106,7 +106,7 @@
 cmake .. \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui-qt.spec 
new/libyui-4.7.2/package/libyui-qt.spec
--- old/libyui-4.7.1/package/libyui-qt.spec     2025-05-13 15:31:30.000000000 
+0200
+++ new/libyui-4.7.2/package/libyui-qt.spec     2025-05-23 10:35:20.000000000 
+0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -100,7 +100,7 @@
 cmake .. \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui-rest-api.spec 
new/libyui-4.7.2/package/libyui-rest-api.spec
--- old/libyui-4.7.1/package/libyui-rest-api.spec       2025-05-13 
15:31:30.000000000 +0200
+++ new/libyui-4.7.2/package/libyui-rest-api.spec       2025-05-23 
10:35:20.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-rest-api
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -94,7 +94,7 @@
 cmake .. \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui.changes 
new/libyui-4.7.2/package/libyui.changes
--- old/libyui-4.7.1/package/libyui.changes     2025-05-13 15:31:30.000000000 
+0200
+++ new/libyui-4.7.2/package/libyui.changes     2025-05-23 10:35:20.000000000 
+0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Fri May 23 08:11:46 UTC 2025 - Bernhard Wiedemann <bwiedem...@suse.de>
+
+- Use %make_build instead of %jobs to improve reproducible builds (boo#1237231)
+
+-------------------------------------------------------------------
 Tue May 13 12:19:32 UTC 2025 - Stefan Hundhammer <shundham...@suse.com>
 
 - Fix build failure with gcc-15:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.7.1/package/libyui.spec 
new/libyui-4.7.2/package/libyui.spec
--- old/libyui-4.7.1/package/libyui.spec        2025-05-13 15:31:30.000000000 
+0200
+++ new/libyui-4.7.2/package/libyui.spec        2025-05-23 10:35:20.000000000 
+0200
@@ -19,7 +19,7 @@
 Name:           libyui
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 
 %define         so_version 16
@@ -104,7 +104,7 @@
 cmake .. \
  $CMAKE_OPTS
 
-make %{?jobs:-j%jobs}
+%make_build
 popd
 
 %install

Reply via email to