summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2012-11-26 13:15:59 +0100
committerAlan Pevec <apevec@redhat.com>2012-11-26 13:28:05 +0100
commit7c60f65d2ab8d72e2ea6826611c0a5ca0660bdd8 (patch)
treeb47f5029b093af873832d584cdc43861271d7c3c
parent08977c3550ebd1263375b586bd9bb4dbb8074ae5 (diff)
downloadcollectd-7c60f65d2ab8d72e2ea6826611c0a5ca0660bdd8.tar.gz
collectd-7c60f65d2ab8d72e2ea6826611c0a5ca0660bdd8.tar.xz
collectd-7c60f65d2ab8d72e2ea6826611c0a5ca0660bdd8.zip
update to 5.2.0 from Steve Traylen
rhbz#877721
-rw-r--r--.gitignore2
-rw-r--r--collectd.spec13
-rw-r--r--sources2
3 files changed, 12 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 410bb62..5df46ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/collectd-5.1.1.tar.bz2
+/collectd-5.2.0.tar.bz2
diff --git a/collectd.spec b/collectd.spec
index 733c369..997b1c4 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -1,6 +1,6 @@
Summary: Statistics collection daemon for filling RRD files
Name: collectd
-Version: 5.1.1
+Version: 5.2.0
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Daemons
@@ -454,6 +454,7 @@ fi
%endif
%{_bindir}/collectd-nagios
%{_bindir}/collectdctl
+%{_bindir}/collectd-tg
%{_sbindir}/collectd
%{_sbindir}/collectdmon
%dir %{_localstatedir}/lib/collectd/
@@ -524,6 +525,7 @@ fi
%{_libdir}/collectd/target_set.so
%{_libdir}/collectd/ted.so
%{_libdir}/collectd/uptime.so
+%{_libdir}/collectd/aggregation.so
%{_libdir}/collectd/ethstat.so
%{_libdir}/collectd/md.so
%{_libdir}/collectd/numa.so
@@ -533,11 +535,13 @@ fi
# collectdclient - TBD reintroduce -devel subpackage?
%{_libdir}/libcollectdclient.so
-%{_libdir}/libcollectdclient.so.0
-%{_libdir}/libcollectdclient.so.0.0.0
+%{_libdir}/libcollectdclient.so.1
+%{_libdir}/libcollectdclient.so.1.0.0
%{_libdir}/pkgconfig/libcollectdclient.pc
%{_includedir}/collectd/client.h
%{_includedir}/collectd/lcc_features.h
+%{_includedir}/collectd/network.h
+%{_includedir}/collectd/network_buffer.h
%doc AUTHORS ChangeLog COPYING README
%doc %{_mandir}/man1/collectd.1*
@@ -655,6 +659,9 @@ fi
%endif
%changelog
+* Mon Nov 26 2012 Alan Pevec <apevec@redhat.com> 5.2.0-1
+- update to 5.2.0 from Steve Traylen rhbz#877721
+
* Wed Nov 21 2012 Alan Pevec <apevec@redhat.com> 5.1.1-1
- update to 5.1.1
- spec cleanups from Ruben Kerkhof
diff --git a/sources b/sources
index 46936ab..eef037b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8be1e6583a32f16ca193364b5a973216 collectd-5.1.1.tar.bz2
+d8544f3881937c21ab3409dd3f6449f4 collectd-5.2.0.tar.bz2