summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2012-11-18 10:46:23 -0700
committerKevin Fenzi <kevin@scrye.com>2012-11-18 10:46:23 -0700
commitba93e651ec501fe69e30df00dc24eaa1b3e45478 (patch)
treed10f2268c7c57e82c01bf9a86da4e375cec2a8e6
parent8a8d41ee53b5386636b300c17f5d0c9c4e7f9572 (diff)
downloadcollectd-ba93e651ec501fe69e30df00dc24eaa1b3e45478.tar.gz
collectd-ba93e651ec501fe69e30df00dc24eaa1b3e45478.tar.xz
collectd-ba93e651ec501fe69e30df00dc24eaa1b3e45478.zip
Update to 4.10.8
-rw-r--r--.gitignore1
-rw-r--r--collectd-4.10.8-fixperlinstall.patch24
-rw-r--r--collectd.spec7
-rw-r--r--sources2
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@scrye.com> 4.10.8-1
+- Update to 4.10.8
+
* Wed Apr 04 2012 Kevin Fenzi <kevin@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