Hello community,

here is the log from the commit of package openhpi for openSUSE:Factory checked 
in at 2014-07-23 22:06:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openhpi (Old)
 and      /work/SRC/openSUSE:Factory/.openhpi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openhpi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openhpi/openhpi.changes  2014-02-07 
16:44:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openhpi.new/openhpi.changes     2014-07-23 
22:06:13.000000000 +0200
@@ -1,0 +2,13 @@
+Mon Jul 21 15:40:23 UTC 2014 - mrueck...@suse.de
+
+- added openhpi-3.4.0_undefined_behavior.patch:
+  Fix a compiler warning about undefined behavior. This warning was
+  not triggered by the previous change.
+
+-------------------------------------------------------------------
+Mon Jul 21 15:28:21 UTC 2014 - mrueck...@suse.de
+
+- enabled oa_soap and ilo2_ribcl features (bnc#882549):
+  new buildrequires libxml2-devel
+
+-------------------------------------------------------------------

New:
----
  openhpi-3.4.0_undefined_behavior.patch

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

Other differences:
------------------
++++++ openhpi.spec ++++++
--- /var/tmp/diff_new_pack.ia38O4/_old  2014-07-23 22:06:16.000000000 +0200
+++ /var/tmp/diff_new_pack.ia38O4/_new  2014-07-23 22:06:16.000000000 +0200
@@ -28,6 +28,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
 BuildRequires:  glib2-devel
+BuildRequires:  libxml2-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  tcpd-devel
@@ -42,6 +43,7 @@
 Source2:        AUTHORS
 Patch:          unlink-pidfile-on-error.patch
 Patch1:         openhpi-3.4.0_missing_header.patch
+Patch2:         openhpi-3.4.0_undefined_behavior.patch
 #
 Summary:        Implementation of SA Forum's Hardware Platform Interface (HPI)
 License:        BSD-3-Clause
@@ -130,6 +132,7 @@
 %setup -q
 %patch -p1
 %patch1
+%patch2
 
 %build
 cp %{S:2} .
@@ -140,6 +143,7 @@
     --disable-static \
     --enable-ipmi --disable-sysfs --enable-daemon \
     --enable-snmp_client --enable-simulator --enable-clients \
+    --enable-ilo2_ribcl --enable-oa_soap \
     --with-varpath=/var/lib/%{name}
 %{__make}
 %{__make} documentation

++++++ openhpi-3.4.0_undefined_behavior.patch ++++++
Index: plugins/snmp_bc/snmp_bc_utils.c
===================================================================
--- plugins/snmp_bc/snmp_bc_utils.c.orig        2007-10-04 00:40:10.000000000 
+0200
+++ plugins/snmp_bc/snmp_bc_utils.c     2014-07-21 17:36:43.971386421 +0200
@@ -314,7 +314,6 @@ SaErrorT snmp_bc_set_resource_add_oh_eve
        if (e->resource.ResourceCapabilities & SAHPI_CAPABILITY_FRU) {
                e->event.EventType = SAHPI_ET_HOTSWAP;
                e->event.EventDataUnion.HotSwapEvent.HotSwapState = 
-                       e->event.EventDataUnion.HotSwapEvent.HotSwapState = 
                                                res_info_ptr->cur_state;
                
        } else {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to