summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2012-11-21 13:02:31 +0100
committerAlan Pevec <apevec@redhat.com>2012-11-23 19:28:05 +0100
commitc8548f64b1f7520a5f23c54803e622c6fe698718 (patch)
tree5f6eecce5547dfcd49c217d7a49fe14e93b507a1
parentab55531b5445e0571e859ad3ec034f9cacb81c93 (diff)
downloadcollectd-c8548f64b1f7520a5f23c54803e622c6fe698718.tar.gz
collectd-c8548f64b1f7520a5f23c54803e622c6fe698718.tar.xz
collectd-c8548f64b1f7520a5f23c54803e622c6fe698718.zip
update to 5.1.1
-rw-r--r--.gitignore2
-rw-r--r--collectd.spec10
-rw-r--r--sources2
3 files changed, 11 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 49e8f12..410bb62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/collectd-5.0.5.tar.bz2
+/collectd-5.1.1.tar.bz2
diff --git a/collectd.spec b/collectd.spec
index 0734de4..bce23aa 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -1,6 +1,6 @@
Summary: Statistics collection daemon for filling RRD files
Name: collectd
-Version: 5.0.5
+Version: 5.1.1
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Daemons
@@ -526,6 +526,10 @@ fi
%{_libdir}/collectd/target_set.so
%{_libdir}/collectd/ted.so
%{_libdir}/collectd/uptime.so
+%{_libdir}/collectd/ethstat.so
+%{_libdir}/collectd/md.so
+%{_libdir}/collectd/numa.so
+%{_libdir}/collectd/write_graphite.so
%{_datadir}/collectd/types.db
@@ -653,6 +657,10 @@ fi
%endif
%changelog
+* Wed Nov 21 2012 Alan Pevec <apevec@redhat.com> 5.1.1-1
+- update to 5.1.1
+- spec cleanups from Ruben Kerkhof
+
* Mon Nov 19 2012 Alan Pevec <apevec@redhat.com> 5.0.5-1
- new upstream version 5.0.5
http://mailman.verplant.org/pipermail/collectd/2012-November/005465.html
diff --git a/sources b/sources
index b8d9f11..46936ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39827e56295783037ea24ea7ab154193 collectd-5.0.5.tar.bz2
+8be1e6583a32f16ca193364b5a973216 collectd-5.1.1.tar.bz2