Hello community,

here is the log from the commit of package openhpi for openSUSE:Factory checked 
in at 2014-02-07 16:44:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-30 
11:35:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openhpi.new/openhpi.changes     2014-02-07 
16:44:26.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb  5 17:06:47 UTC 2014 - [email protected]
+
+- added openhpi-3.4.0_missing_header.patch:
+  include utils/sahpi_gcrypt_utils.h into header files that will be
+  installed. utils/oh_utils.h depends on it.
+
+-------------------------------------------------------------------

New:
----
  openhpi-3.4.0_missing_header.patch

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

Other differences:
------------------
++++++ openhpi.spec ++++++
--- /var/tmp/diff_new_pack.cG3zHH/_old  2014-02-07 16:44:27.000000000 +0100
+++ /var/tmp/diff_new_pack.cG3zHH/_new  2014-02-07 16:44:27.000000000 +0100
@@ -41,6 +41,7 @@
 Source1:        openhpi-rpmlintrc
 Source2:        AUTHORS
 Patch:          unlink-pidfile-on-error.patch
+Patch1:         openhpi-3.4.0_missing_header.patch
 #
 Summary:        Implementation of SA Forum's Hardware Platform Interface (HPI)
 License:        BSD-3-Clause
@@ -128,6 +129,7 @@
 %prep
 %setup -q
 %patch -p1
+%patch1
 
 %build
 cp %{S:2} .

++++++ openhpi-3.4.0_missing_header.patch ++++++
Index: Makefile.am
===================================================================
--- Makefile.am.orig    2013-07-16 20:24:36.000000000 +0200
+++ Makefile.am 2014-02-05 17:57:58.142513918 +0100
@@ -110,6 +110,7 @@ include_HEADERS = $(top_srcdir)/include/
                   $(top_srcdir)/utils/sahpi_event_utils.h \
                   $(top_srcdir)/utils/sahpi_struct_utils.h \
                   $(top_srcdir)/utils/sahpi_time_utils.h \
+                  $(top_srcdir)/utils/sahpi_gcrypt_utils.h \
                   $(top_srcdir)/utils/uid_utils.h \
                   $(top_srcdir)/utils/epath_utils.h \
                   $(top_srcdir)/utils/el_utils.h \
Index: Makefile.in
===================================================================
--- Makefile.in.orig    2013-11-14 18:25:52.000000000 +0100
+++ Makefile.in 2014-02-05 17:58:15.861513887 +0100
@@ -403,6 +403,7 @@ include_HEADERS = $(top_srcdir)/include/
                   $(top_srcdir)/utils/sahpi_event_utils.h \
                   $(top_srcdir)/utils/sahpi_struct_utils.h \
                   $(top_srcdir)/utils/sahpi_time_utils.h \
+                  $(top_srcdir)/utils/sahpi_gcrypt_utils.h \
                   $(top_srcdir)/utils/uid_utils.h \
                   $(top_srcdir)/utils/epath_utils.h \
                   $(top_srcdir)/utils/el_utils.h \
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to