summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Pevec <apevec@fedoraproject.org>2008-06-09 13:39:27 +0000
committerAlan Pevec <apevec@fedoraproject.org>2008-06-09 13:39:27 +0000
commitdd3f4ab01ddaa5077c7c14dad7ff32e7fdfe0e32 (patch)
tree0121605cfc1d92ab352620c61a216ecb7c357c4e
parent93e652de070043fa468c2c61f783b139d5868b00 (diff)
downloadcollectd-dd3f4ab01ddaa5077c7c14dad7ff32e7fdfe0e32.tar.gz
collectd-dd3f4ab01ddaa5077c7c14dad7ff32e7fdfe0e32.tar.xz
collectd-dd3f4ab01ddaa5077c7c14dad7ff32e7fdfe0e32.zip
- New upstream version 4.4.1.collectd-4_4_1-1_fc10
- plugin changes: reenable iptables, disable ascent
-rw-r--r--.cvsignore2
-rw-r--r--collectd.spec10
-rw-r--r--sources2
3 files changed, 9 insertions, 5 deletions
diff --git a/.cvsignore b/.cvsignore
index e9a5a16..d2c3c6b 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-collectd-4.4.0.tar.bz2
+collectd-4.4.1.tar.bz2
diff --git a/collectd.spec b/collectd.spec
index 4f6180f..9d5d6bc 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -1,7 +1,7 @@
Summary: Statistics collection daemon for filling RRD files
Name: collectd
-Version: 4.4.0
-Release: 2%{?dist}
+Version: 4.4.1
+Release: 1%{?dist}
License: GPLv2
Group: System Environment/Daemons
URL: http://collectd.org/
@@ -108,7 +108,7 @@ sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in
%build
%configure \
--without-libiptc \
- --disable-iptables \
+ --disable-ascent \
--disable-static \
--enable-mysql \
--enable-sensors \
@@ -262,6 +262,10 @@ fi
%changelog
+* Mon Jun 09 2008 Alan Pevec <apevec@redhat.com> 4.4.1-1
+- New upstream version 4.4.1.
+- plugin changes: reenable iptables, disable ascent
+
* Tue May 27 2008 Alan Pevec <apevec@redhat.com> 4.4.0-2
- disable iptables/libiptc
diff --git a/sources b/sources
index fe26d20..d304739 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76ec42bf1976c1d4110443d845decca3 collectd-4.4.0.tar.bz2
+176880c32a06bee9d5e6e2e7c76751a3 collectd-4.4.1.tar.bz2