Mailinglist Archive: opensuse-commit (1828 mails)

< Previous Next >
commit pacemaker
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 01 Sep 2008 02:37:46 +0200
  • Message-id: <20080901003746.6F1AF6780E8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package pacemaker
checked in at Mon Sep 1 02:37:46 CEST 2008.


--------
--- pacemaker/pacemaker.changes 2008-08-20 17:12:30.000000000 +0200
+++ /mounts/work_src_done/STABLE/pacemaker/pacemaker.changes 2008-08-30
12:42:25.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Aug 30 12:38:56 CEST 2008 - abeekhof@xxxxxxx
+
+- Update source tarball to revision: 902885c90d96
+- Fixes build ordering ssue that prevented compilation of lib/common
+
+-------------------------------------------------------------------



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

Other differences:
------------------
++++++ pacemaker.spec ++++++
--- /var/tmp/diff_new_pack.i12567/_old 2008-09-01 02:37:33.000000000 +0200
+++ /var/tmp/diff_new_pack.i12567/_new 2008-09-01 02:37:33.000000000 +0200
@@ -34,7 +34,7 @@
Name: pacemaker
Summary: The Pacemaker scalable High-Availability cluster resource
manager
Version: 0.7.1
-Release: 1
+Release: 2
License: GPL v2 or later; LGPL v2.1 or later
Url: http://www.clusterlabs.org
Group: Productivity/Clustering/HA
@@ -277,6 +277,9 @@
%{_libdir}/*.so

%changelog
+* Sat Aug 30 2008 abeekhof@xxxxxxx
+- Update source tarball to revision: 902885c90d96
+- Fixes build ordering ssue that prevented compilation of lib/common
* Wed Aug 20 2008 abeekhof@xxxxxxx
- Update source tarball to revision: f567855328b7 (0.7.1)
+ Added features needed to support libdlm and ocfs2-tools

++++++ pacemaker.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/pacemaker/.hg_archival.txt
new/pacemaker/.hg_archival.txt
--- old/pacemaker/.hg_archival.txt 2008-08-20 15:59:55.000000000 +0200
+++ new/pacemaker/.hg_archival.txt 2008-08-30 12:33:29.000000000 +0200
@@ -1,2 +1,2 @@
repo: 8448b17e67437947c48c639c6faa4371c4a14b3b
-node: f567855328b71387b19a2ab9a1647d2e3763baa2
+node: 902885c90d96c01eecbcfaab94d9421db5be8510
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/pacemaker/lib/common/Makefile.am
new/pacemaker/lib/common/Makefile.am
--- old/pacemaker/lib/common/Makefile.am 2008-08-20 15:59:55.000000000
+0200
+++ new/pacemaker/lib/common/Makefile.am 2008-08-30 12:33:29.000000000
+0200
@@ -34,8 +34,10 @@
if BUILD_HEARTBEAT_SUPPORT
libcrmcluster_la_SOURCES += heartbeat.c
endif
+
libcrmcluster_la_LDFLAGS = -version-info 1:0:0
-libcrmcluster_la_LIBADD = $(top_builddir)/lib/common/libcrmcommon.la
$(CLUSTERLIBS)
+libcrmcluster_la_LIBADD = $(CLUSTERLIBS)
$(top_builddir)/lib/common/libcrmcommon.la
+libcrmcluster_la_DEPENDENCIES = $(top_builddir)/lib/common/libcrmcommon.la

# Must use non-fatal CFLAGS because glib insists on pretending things are
const
# when they're not and thus we need the crm_element_value_const() hack
@@ -47,8 +49,7 @@

CFLAGS = $(NON_FATAL_CFLAGS) -fPIC

-libcrmcommon_la_SOURCES = ipc.c utils.c xml.c ctrl.c iso8601.c \
- iso8601_fields.c remote.c
+libcrmcommon_la_SOURCES = ipc.c utils.c xml.c ctrl.c iso8601.c
iso8601_fields.c remote.c

libcrmcommon_la_LDFLAGS = -version-info 2:0:0 $(GNUTLSLIBS)



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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >