Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2012-01-09 16:22:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cluster-glue (Old)
 and      /work/SRC/openSUSE:Factory/.cluster-glue.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cluster-glue", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes        
2011-12-25 17:33:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2012-01-09 16:22:39.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan  9 06:49:48 UTC 2012 - [email protected]
+
+- Only include glib.h in cl_uuid.h (don't directly use glib/gtypes.h)
+
+-------------------------------------------------------------------

New:
----
  fix-glib_h-include.patch

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

Other differences:
------------------
++++++ cluster-glue.spec ++++++
--- /var/tmp/diff_new_pack.5dz5fE/_old  2012-01-09 16:22:42.000000000 +0100
+++ /var/tmp/diff_new_pack.5dz5fE/_new  2012-01-09 16:22:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cluster-glue
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,6 +46,7 @@
 Patch1:         bug-694243_cluster-glue_symbol-conflict.patch
 Patch2:         bnc662816_cluster-glue_hb_report_abspath.patch
 Patch4:         bug-728579_glue-stonith-dev-id.patch
+Patch5:         fix-glib_h-include.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  OpenIPMI-devel
 BuildRequires:  autoconf
@@ -147,6 +148,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
+%patch5 -p1
 ###########################################################
 
 %build

++++++ fix-glib_h-include.patch ++++++
Index: cluster-glue/include/clplumbing/cl_uuid.h
===================================================================
--- cluster-glue.orig/include/clplumbing/cl_uuid.h
+++ cluster-glue/include/clplumbing/cl_uuid.h
@@ -16,7 +16,7 @@
 
 #ifndef _CL_UUID_H_
 #define _CL_UUID_H_
-#include <glib/gtypes.h>
+#include <glib.h>
 
 typedef struct cl_uuid_s{      
        unsigned char   uuid[16];
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to