Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openhpi for openSUSE:Factory checked 
in at 2023-01-27 10:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openhpi (Old)
 and      /work/SRC/openSUSE:Factory/.openhpi.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openhpi"

Fri Jan 27 10:16:28 2023 rev:6 rq:1061306 version:3.8.0.ge4631e8a

Changes:
--------
--- /work/SRC/openSUSE:Factory/openhpi/openhpi.changes  2022-11-18 
15:44:03.242699402 +0100
+++ /work/SRC/openSUSE:Factory/.openhpi.new.32243/openhpi.changes       
2023-01-27 10:17:34.395982126 +0100
@@ -1,0 +2,7 @@
+Thu Jan 26 09:04:06 UTC 2023 - tr...@suse.de
+
+- Fix build error due to deprecated net-snmp included variable
+  DES is removed from net-snmp(-devel)
+  Therefore disable the plugin making use of it (snmp_bc)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openhpi.spec ++++++
--- /var/tmp/diff_new_pack.gmOubW/_old  2023-01-27 10:17:35.003984575 +0100
+++ /var/tmp/diff_new_pack.gmOubW/_new  2023-01-27 10:17:35.007984591 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openhpi
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,8 +40,9 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  net-snmp-devel
-BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(systemd)
 
 %description
 OpenHPI implements the SA Forum's Hardware Platform Interface (HPI). HPI is an
@@ -79,9 +80,9 @@
 Requires:       libtool
 Requires:       ncurses-devel
 Requires:       net-snmp-devel
-Requires:       pkgconfig(openssl)
 Requires:       popt-devel
 Requires:       zlib-devel
+Requires:       pkgconfig(openssl)
 
 %description devel
 Contains additional files needed for a developer to create applications
@@ -124,9 +125,11 @@
 
 export CFLAGS="%{optflags} -fno-strict-aliasing 
-DGLIB_DISABLE_DEPRECATION_WARNINGS"
 export CXXFLAGS="${CFLAGS}"
+
+# --disable-snmp_bc since usmDESPrivProtocol is not defined anymore
 %configure \
     --disable-static \
-    --disable-ipmi --disable-sysfs --enable-daemon \
+    --disable-ipmi --disable-sysfs --enable-daemon --disable-snmp_bc \
     --enable-ipmidirect --enable-simulator --enable-clients \
     --enable-ilo2_ribcl --enable-oa_soap \
     --with-systemdsystemunitdir=%{_unitdir} \

++++++ openhpi.obsinfo ++++++
--- /var/tmp/diff_new_pack.gmOubW/_old  2023-01-27 10:17:35.079984881 +0100
+++ /var/tmp/diff_new_pack.gmOubW/_new  2023-01-27 10:17:35.083984897 +0100
@@ -3,4 +3,3 @@
 mtime: 1556837697
 commit: e4631e8a229b68dd4b1a2d1ec7d09f75c9ae6381
 
-

Reply via email to