Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package freeipmi for openSUSE:Factory 
checked in at 2024-06-17 19:27:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freeipmi (Old)
 and      /work/SRC/openSUSE:Factory/.freeipmi.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freeipmi"

Mon Jun 17 19:27:14 2024 rev:53 rq:1181319 version:1.6.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes        2024-02-11 
15:44:54.349233010 +0100
+++ /work/SRC/openSUSE:Factory/.freeipmi.new.19518/freeipmi.changes     
2024-06-17 19:27:45.466441545 +0200
@@ -1,0 +2,12 @@
+Mon Jun  3 14:40:55 UTC 2024 - Klaus Kämpf <kkae...@suse.com>
+
+- use %autosetup
+
+- apply patches with -p1
+
+-------------------------------------------------------------------
+Thu Mar  7 13:07:37 UTC 2024 - Klaus Kämpf <kkae...@suse.com>
+
+- fix gcc-14 build: gcc-14.patch (bsc#1220476)
+
+-------------------------------------------------------------------

New:
----
  gcc-14.patch

BETA DEBUG BEGIN:
  New:
- fix gcc-14 build: gcc-14.patch (bsc#1220476)
BETA DEBUG END:

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

Other differences:
------------------
++++++ freeipmi.spec ++++++
--- /var/tmp/diff_new_pack.btF3SK/_old  2024-06-17 19:27:46.342473603 +0200
+++ /var/tmp/diff_new_pack.btF3SK/_new  2024-06-17 19:27:46.346473750 +0200
@@ -43,6 +43,7 @@
 Source0:        http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz
 Source1:        
http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz.sig
 Source2:        %{name}.keyring
+Patch1:         gcc-14.patch
 Summary:        IPMI Service Processor, BMC management tool
 License:        GPL-3.0-or-later
 Group:          System/Management
@@ -177,7 +178,7 @@
 This package contains the libfreeipmi library.
 
 %prep
-%setup -q -n %{name}-%{srcversion}
+%autosetup -p1 -n %{name}-%{srcversion}
 
 %build
 # simple .spec expressions for SLE10



++++++ gcc-14.patch ++++++
Index: 
freeipmi.spec_dir/freeipmi-1.6.14/libfreeipmi/sel/ipmi-sel-string-supermicro-common.h
===================================================================
--- freeipmi.spec_dir.orig/libfreeipmi/sel/ipmi-sel-string-supermicro-common.h
+++ freeipmi.spec_dir/libfreeipmi/sel/ipmi-sel-string-supermicro-common.h
@@ -38,5 +38,14 @@ int sel_string_output_supermicro_overhea
                                                                  unsigned int 
flags,
                                                                  unsigned int 
*wlen,
                                                                  struct 
ipmi_sel_system_event_record_data *system_event_record_data);
+int sel_string_output_supermicro_dimm_event_data2_event_data3 (ipmi_sel_ctx_t 
ctx,
+                                                               struct 
ipmi_sel_entry *sel_entry,
+                                                               uint8_t 
sel_record_type,
+                                                               char *buf,
+                                                               unsigned int 
buflen,
+                                                               unsigned int 
flags,
+                                                               unsigned int 
*wlen,
+                                                               struct 
ipmi_sel_system_event_record_data *system_event_record_data,
+                                                               int *oem_rv);

 #endif /* IPMI_SEL_STRING_SUPERMICRO_COMMON_H */
Index: freeipmi.spec_dir/freeipmi-1.6.14/ipmi-sensors/ipmi-sensors-oem-intel.c
===================================================================
--- freeipmi.spec_dir.orig/ipmi-sensors/ipmi-sensors-oem-intel.c
+++ freeipmi.spec_dir/ipmi-sensors/ipmi-sensors-oem-intel.c
@@ -34,6 +34,7 @@
 #include "ipmi-sensors-oem-intel.h"
 #include "ipmi-sensors-oem-intel-s5500wb.h"
 #include "ipmi-sensors-oem-intel-s2600jf.h"
+#include "ipmi-sensors-oem-intel-s2600wp.h"
 #include "ipmi-sensors-oem-intel-quanta-qssc-s4r.h"
 #include "ipmi-sensors-oem-intel-node-manager.h"

Reply via email to