Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openwsman for openSUSE:Factory checked in at 2025-06-30 13:04:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openwsman (Old) and /work/SRC/openSUSE:Factory/.openwsman.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openwsman" Mon Jun 30 13:04:53 2025 rev:81 rq:1288926 version:2.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes 2025-01-22 16:39:48.506565811 +0100 +++ /work/SRC/openSUSE:Factory/.openwsman.new.7067/openwsman.changes 2025-06-30 13:06:20.725555262 +0200 @@ -1,0 +2,7 @@ +Thu Jun 26 08:09:02 UTC 2025 - [email protected] + +- added patches + https://github.com/Openwsman/openwsman/commit/e619555c3484264a188396bc8b9c77c39ef47bb2 + + openwsman-gcc15.patch + +------------------------------------------------------------------- New: ---- openwsman-gcc15.patch ----------(New B)---------- New: https://github.com/Openwsman/openwsman/commit/e619555c3484264a188396bc8b9c77c39ef47bb2 + openwsman-gcc15.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openwsman.spec ++++++ --- /var/tmp/diff_new_pack.IqgBwJ/_old 2025-06-30 13:06:22.309620894 +0200 +++ /var/tmp/diff_new_pack.IqgBwJ/_new 2025-06-30 13:06:22.313621060 +0200 @@ -159,6 +159,8 @@ Source21: %{name}.pam.rh Source22: %{name}.pam Patch1: openwsman-redhat-initscript.patch +# https://github.com/Openwsman/openwsman/commit/e619555c3484264a188396bc8b9c77c39ef47bb2 +Patch2: openwsman-gcc15.patch %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel} %define pamfile %{S:21} %else @@ -392,6 +394,7 @@ %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel} %patch -P 1 -p1 %endif +%patch -P 2 -p1 %build rm -rf build ++++++ openwsman-gcc15.patch ++++++ >From a279af62e16eb3357a42215aa483c92ae8c63aed Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek <[email protected]> Date: Mon, 3 Feb 2025 11:30:15 +0100 Subject: [PATCH] Fix to build with GCC 15. Signed-off-by: Vitezslav Crhonek <[email protected]> --- src/plugins/swig/src/target_ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/swig/src/target_ruby.c b/src/plugins/swig/src/target_ruby.c index bbce3981..e17bb443 100644 --- a/src/plugins/swig/src/target_ruby.c +++ b/src/plugins/swig/src/target_ruby.c @@ -49,7 +49,7 @@ */ static VALUE -load_module() +load_module(VALUE) { ruby_script(PLUGIN_FILE); return rb_require(PLUGIN_FILE);
