Hello community,

here is the log from the commit of package libdlm for openSUSE:Factory checked 
in at 2011-12-25 17:35:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdlm (Old)
 and      /work/SRC/openSUSE:Factory/.libdlm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdlm", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdlm/libdlm.changes    2011-11-14 
12:00:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdlm.new/libdlm.changes       2011-12-25 
17:35:39.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Dec 16 04:55:40 UTC 2011 - [email protected]
+
+- fix build with current pacemaker
+  (/usr/include/pacemaker/crm/common/stack.h
+   moved to
+   /usr/include/pacemaker/crm/cluster/stack.h) 
+
+-------------------------------------------------------------------

New:
----
  libdlm-pacemaker.patch

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

Other differences:
------------------
++++++ libdlm.spec ++++++
--- /var/tmp/diff_new_pack.DHHdo9/_old  2011-12-25 17:35:39.000000000 +0100
+++ /var/tmp/diff_new_pack.DHHdo9/_new  2011-12-25 17:35:39.000000000 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %if 0%{?suse_version}
 %define _libexecdir %{_libdir}
 %endif
@@ -31,16 +29,22 @@
 
 Name:           libdlm
 Summary:        Application interface to the kernel's distributed lock manager
-Version:        3.00.01
-Release:        14
 License:        GPL-2.0 ; GPL-2.0+ ; LGPL-2.1+
-Url:            http://sources.redhat.com/cluster/wiki
 Group:          Productivity/Clustering/HA
+Version:        3.00.01
+Release:        0
+Url:            http://sources.redhat.com/cluster/wiki
 Source:         libdlm.tar.bz2
+Patch0:         libdlm-pacemaker.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       pacemaker
-BuildRequires:  glib2-devel kernel-source >= 2.6.26 libcorosync-devel 
libopenais-devel libpacemaker-devel libxml2-devel
+BuildRequires:  glib2-devel
+BuildRequires:  kernel-source >= 2.6.26
+BuildRequires:  libcorosync-devel
+BuildRequires:  libopenais-devel
+BuildRequires:  libpacemaker-devel
 BuildRequires:  libtool
+BuildRequires:  libxml2-devel
 
 %description
 Libraries and tools that allow applications, particularly filesystems
@@ -126,8 +130,8 @@
     jparsons <[email protected]>
 
 %package        devel 
-License:        LGPL-2.1+
 Summary:        Application interface to the kernel's distributed lock manager
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       libdlm3 = %{version}
 
@@ -173,6 +177,7 @@
 %prep
 ###########################################################
 %setup -n libdlm
+%patch0
 ###########################################################
 
 %build

++++++ libdlm-pacemaker.patch ++++++
--- group/dlm_controld/pacemaker.c
+++ group/dlm_controld/pacemaker.c
@@ -16,7 +16,7 @@
 #undef SUPPORT_HEARTBEAT 
 #define SUPPORT_HEARTBEAT 0
 #include <pacemaker/crm/common/cluster.h>
-#include <pacemaker/crm/common/stack.h>
+#include <pacemaker/crm/cluster/stack.h>
 #include <pacemaker/crm/common/ipc.h>
 #include <pacemaker/crm/msg_xml.h>
 #include <pacemaker/crm/cib.h>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to