summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2013-02-04 00:16:24 +0100
committerAlan Pevec <apevec@redhat.com>2013-02-04 00:56:00 +0100
commitdcb79144b52b300acf43db06b286a5ba361982a9 (patch)
tree1760da464fd0fa6f1e3a572df88f9a1473fbe857
parent7c60f65d2ab8d72e2ea6826611c0a5ca0660bdd8 (diff)
downloadcollectd-dcb79144b52b300acf43db06b286a5ba361982a9.tar.gz
collectd-dcb79144b52b300acf43db06b286a5ba361982a9.tar.xz
collectd-dcb79144b52b300acf43db06b286a5ba361982a9.zip
update to 5.2.1
-rw-r--r--.gitignore2
-rw-r--r--collectd-include-collectd.d.patch10
-rw-r--r--collectd.spec7
-rw-r--r--fixperlinstall.patch18
-rw-r--r--sources2
5 files changed, 21 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index 5df46ca..c9d70df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/collectd-5.2.0.tar.bz2
+/collectd-5.2.1.tar.bz2
diff --git a/collectd-include-collectd.d.patch b/collectd-include-collectd.d.patch
index 2e5dcd0..7b3d469 100644
--- a/collectd-include-collectd.d.patch
+++ b/collectd-include-collectd.d.patch
@@ -1,14 +1,14 @@
---- src/collectd.conf.in.orig 2012-02-19 11:17:59.000000000 +0100
-+++ src/collectd.conf.in 2012-02-26 15:54:51.463235956 +0100
-@@ -19,6 +19,7 @@
- #Interval 10
+--- src/collectd.conf.in.orig 2013-01-27 14:47:18.246255910 +0100
++++ src/collectd.conf.in 2013-02-04 00:18:28.457298392 +0100
+@@ -28,6 +28,7 @@
+
#Timeout 2
#ReadThreads 5
+Include "/etc/collectd.d"
##############################################################################
# Logging #
-@@ -123,7 +124,7 @@
+@@ -136,7 +137,7 @@
#@BUILD_PLUGIN_REDIS_TRUE@LoadPlugin redis
#@BUILD_PLUGIN_ROUTEROS_TRUE@LoadPlugin routeros
#@BUILD_PLUGIN_RRDCACHED_TRUE@LoadPlugin rrdcached
diff --git a/collectd.spec b/collectd.spec
index 997b1c4..5b672c1 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -1,6 +1,6 @@
Summary: Statistics collection daemon for filling RRD files
Name: collectd
-Version: 5.2.0
+Version: 5.2.1
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Daemons
@@ -547,6 +547,7 @@ fi
%doc %{_mandir}/man1/collectd.1*
%doc %{_mandir}/man1/collectdctl.1*
%doc %{_mandir}/man1/collectd-nagios.1*
+%doc %{_mandir}/man1/collectd-tg.1*
%doc %{_mandir}/man1/collectdmon.1*
%doc %{_mandir}/man5/collectd.conf.5*
%doc %{_mandir}/man5/collectd-exec.5*
@@ -659,6 +660,10 @@ fi
%endif
%changelog
+* Mon Feb 04 2013 Alan Pevec <apevec@redhat.com> 5.2.1-1
+- update to 5.2.1
+ http://mailman.verplant.org/pipermail/collectd/2013-January/005577.html
+
* Mon Nov 26 2012 Alan Pevec <apevec@redhat.com> 5.2.0-1
- update to 5.2.0 from Steve Traylen rhbz#877721
diff --git a/fixperlinstall.patch b/fixperlinstall.patch
index 1b8a2f2..f11d573 100644
--- a/fixperlinstall.patch
+++ b/fixperlinstall.patch
@@ -1,23 +1,21 @@
-diff -Nur bindings/Makefile.am bindings/Makefile.am
---- bindings/Makefile.am 2012-11-11 03:43:05.000000000 -0700
-+++ bindings/Makefile.am 2012-11-18 10:34:15.937674174 -0700
-@@ -48,7 +48,7 @@
+--- bindings/Makefile.am.orig 2013-01-27 14:47:05.000000000 +0100
++++ bindings/Makefile.am 2013-02-04 00:48:01.854444442 +0100
+@@ -45,7 +45,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 INSTALL_BASE=$(DESTDIR)$(prefix) @PERL_BINDINGS_OPTIONS@
+ cd buildperl && @PERL@ Makefile.PL @PERL_BINDINGS_OPTIONS@
buildperl/Makefile.PL: .perl-directory-stamp $(top_builddir)/config.status
-diff -Nur bindings/Makefile.in bindings/Makefile.in
---- bindings/Makefile.in 2012-11-18 10:33:13.530044620 -0700
-+++ bindings/Makefile.in 2012-11-18 10:34:21.340724920 -0700
-@@ -710,7 +710,7 @@
+--- bindings/Makefile.in.orig 2013-01-27 14:47:35.000000000 +0100
++++ bindings/Makefile.in 2013-02-04 00:48:51.440147674 +0100
+@@ -716,7 +716,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 INSTALL_BASE=$(DESTDIR)$(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/sources b/sources
index eef037b..45d0d63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8544f3881937c21ab3409dd3f6449f4 collectd-5.2.0.tar.bz2
+350934cfea62d37e10191816744f0eb7 collectd-5.2.1.tar.bz2