rpms/collectd/EL-5 collectd-4.6.2-configure-OpenIPMI.patch, NONE, 1.1 collectd.spec, 1.21, 1.22 collectd-4.5.1-configure-OpenIPMI.patch, 1.1, NONE

Mike McGrath mmcgrath at fedoraproject.org
Thu Jun 10 17:55:27 UTC 2010


Author: mmcgrath

Update of /cvs/pkgs/rpms/collectd/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7570

Modified Files:
	collectd.spec 
Added Files:
	collectd-4.6.2-configure-OpenIPMI.patch 
Removed Files:
	collectd-4.5.1-configure-OpenIPMI.patch 
Log Message:
Release bump and using proper patch name

collectd-4.6.2-configure-OpenIPMI.patch:
 configure |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE collectd-4.6.2-configure-OpenIPMI.patch ---
diff -up ./configure.orig ./configure
--- ./configure.orig	2009-09-10 14:22:48.000000000 -0400
+++ ./configure	2009-09-11 19:39:02.408651561 -0400
@@ -27913,7 +27913,7 @@ if test "x$with_libopenipmipthread" = "x
 then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libOpenIPMIpthread" >&5
 $as_echo_n "checking for libOpenIPMIpthread... " >&6; }
-	$PKG_CONFIG --exists OpenIPMIpthread 2>/dev/null
+	$PKG_CONFIG --exists OpenIPMI 2>/dev/null
 	if test "$?" != "0"
 	then
 		with_libopenipmipthread="no ($PKG_CONFIG doesn't know OpenIPMIpthread)"
@@ -27926,7 +27926,7 @@ if test "x$with_libopenipmipthread" = "x
 then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libOpenIPMIpthread CFLAGS" >&5
 $as_echo_n "checking for libOpenIPMIpthread CFLAGS... " >&6; }
-	temp_result="`$PKG_CONFIG --cflags OpenIPMIpthread`"
+	temp_result="`$PKG_CONFIG --cflags OpenIPMI`"
 	if test "$?" = "0"
 	then
 		with_libopenipmipthread_cflags="$temp_result"
@@ -27942,7 +27942,7 @@ if test "x$with_libopenipmipthread" = "x
 then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libOpenIPMIpthread LDFLAGS" >&5
 $as_echo_n "checking for libOpenIPMIpthread LDFLAGS... " >&6; }
-	temp_result="`$PKG_CONFIG --libs OpenIPMIpthread`"
+	temp_result="`$PKG_CONFIG --libs OpenIPMI`"
 	if test "$?" = "0"
 	then
 		with_libopenipmipthread_ldflags="$temp_result"


Index: collectd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/collectd/EL-5/collectd.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- collectd.spec	10 Jun 2010 17:47:27 -0000	1.21
+++ collectd.spec	10 Jun 2010 17:55:26 -0000	1.22
@@ -1,7 +1,7 @@
 Summary: Statistics collection daemon for filling RRD files
 Name: collectd
 Version: 4.10.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 URL: http://collectd.org/
@@ -499,7 +499,7 @@ fi
 %endif
 
 %changelog
-* Thu Jun 10 2010 Mike McGrath <mmcgrath at redhat.com> 4.10.0-1
+* Thu Jun 10 2010 Mike McGrath <mmcgrath at redhat.com> 4.10.0-2
 - New upstram version
 
 * Tue Jun 08 2010 Alan Pevec <apevec at redhat.com> 4.8.5-1


--- collectd-4.5.1-configure-OpenIPMI.patch DELETED ---



More information about the scm-commits mailing list