[collectd/el6] Update to 4.10.8

Kevin Fenzi kevin at fedoraproject.org
Sun Nov 18 17:46:26 UTC 2012


commit ba93e651ec501fe69e30df00dc24eaa1b3e45478
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Nov 18 10:46:23 2012 -0700

    Update to 4.10.8

 .gitignore                           |    1 +
 collectd-4.10.8-fixperlinstall.patch |   24 ++++++++++++++++++++++++
 collectd.spec                        |    7 ++++++-
 sources                              |    2 +-
 4 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a04123b..1d07eab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ collectd-4.8.3.tar.bz2
 /collectd-4.10.3.tar.bz2
 /collectd-4.10.6.tar.bz2
 /collectd-4.10.7.tar.bz2
+/collectd-4.10.8.tar.bz2
diff --git a/collectd-4.10.8-fixperlinstall.patch b/collectd-4.10.8-fixperlinstall.patch
new file mode 100644
index 0000000..fbc96d6
--- /dev/null
+++ b/collectd-4.10.8-fixperlinstall.patch
@@ -0,0 +1,24 @@
+diff -Nur collectd-4.10.8.orig/bindings/Makefile.am collectd-4.10.8/bindings/Makefile.am
+--- collectd-4.10.8.orig/bindings/Makefile.am	2012-11-11 03:43:05.000000000 -0700
++++ collectd-4.10.8/bindings/Makefile.am	2012-11-18 10:34:15.937674174 -0700
+@@ -48,7 +48,7 @@
+ 
+ buildperl/Makefile: .perl-directory-stamp buildperl/Makefile.PL \
+ 	$(top_builddir)/config.status
+-	cd buildperl && @PERL@ Makefile.PL INSTALL_BASE=$(prefix) @PERL_BINDINGS_OPTIONS@
++	cd buildperl && @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@
+ 
+ buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status
+ 
+diff -Nur collectd-4.10.8.orig/bindings/Makefile.in collectd-4.10.8/bindings/Makefile.in
+--- collectd-4.10.8.orig/bindings/Makefile.in	2012-11-18 10:33:13.530044620 -0700
++++ collectd-4.10.8/bindings/Makefile.in	2012-11-18 10:34:21.340724920 -0700
+@@ -710,7 +710,7 @@
+ 
+ buildperl/Makefile: .perl-directory-stamp buildperl/Makefile.PL \
+ 	$(top_builddir)/config.status
+-	cd buildperl && @PERL@ Makefile.PL INSTALL_BASE=$(prefix) @PERL_BINDINGS_OPTIONS@
++	cd buildperl && @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@
+ 
+ buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status
+ 
diff --git a/collectd.spec b/collectd.spec
index 52b24f2..f5cefe3 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -1,6 +1,6 @@
 Summary: Statistics collection daemon for filling RRD files
 Name: collectd
-Version: 4.10.7
+Version: 4.10.8
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
@@ -10,6 +10,7 @@ Source: http://collectd.org/files/%{name}-%{version}.tar.bz2
 Source1: collectd-httpd.conf
 Source2: collection.conf
 Patch1: collectd-4.10.6-include-collectd.d.patch
+Patch2: collectd-4.10.8-fixperlinstall.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -177,6 +178,7 @@ This plugin collects information from virtualized guests.
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in
 
@@ -585,6 +587,9 @@ fi
 %endif
 
 %changelog
+* Sun Nov 18 2012 Kevin Fenzi <kevin at scrye.com> 4.10.8-1
+- Update to 4.10.8
+
 * Wed Apr 04 2012 Kevin Fenzi <kevin at scrye.com> 4.10.7-1
 - Update to 4.10.7
 
diff --git a/sources b/sources
index 2de58f6..b7f1a18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4193fdb5002ddac8159c88032a726bc  collectd-4.10.7.tar.bz2
+7a60495208b9383225493c6dd6abb2f0  collectd-4.10.8.tar.bz2


More information about the scm-commits mailing list