summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2011-06-19 16:16:28 -0600
committerKevin Fenzi <kevin@scrye.com>2011-06-19 16:16:28 -0600
commit0957c8eac2ab455e5bd8d8942db31fcb5a162878 (patch)
treef00edd9cfe9ce596b80dc6acf04827f0aca15dc3
parent0adbaac3402801d0249adbc2e327f5748a1965d0 (diff)
downloadcollectd-0957c8eac2ab455e5bd8d8942db31fcb5a162878.tar.gz
collectd-0957c8eac2ab455e5bd8d8942db31fcb5a162878.tar.xz
collectd-0957c8eac2ab455e5bd8d8942db31fcb5a162878.zip
Update to 4.3.10
Add libgcrypt to fix bug #676059
-rw-r--r--.gitignore1
-rw-r--r--collectd.spec14
-rw-r--r--sources2
3 files changed, 10 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 83731d8..9aff7f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
collectd-4.8.3.tar.bz2
+/collectd-4.10.3.tar.bz2
diff --git a/collectd.spec b/collectd.spec
index 037dc07..4608b22 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -1,7 +1,7 @@
Summary: Statistics collection daemon for filling RRD files
Name: collectd
-Version: 4.10.2
-Release: 2%{?dist}
+Version: 4.10.3
+Release: 1%{?dist}
License: GPLv2
Group: System Environment/Daemons
URL: http://collectd.org/
@@ -9,9 +9,7 @@ URL: http://collectd.org/
Source: http://collectd.org/files/%{name}-%{version}.tar.bz2
Source1: collectd-httpd.conf
Source2: collection.conf
-Patch1: %{name}-%{version}-include-collectd.d.patch
-# bug 468067 "pkg-config --libs OpenIPMIpthread" fails
-Patch9999: %{name}-%{version}-configure-OpenIPMI.patch
+Patch1: collectd-4.10.2-include-collectd.d.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -38,6 +36,7 @@ BuildRequires: nut-devel
#BuildRequires: iptables-devel
BuildRequires: liboping-devel
BuildRequires: python-devel
+BuildRequires: libgcrypt-devel
%description
collectd is a small daemon written in C for performance. It reads various
@@ -178,7 +177,6 @@ This plugin collects information from virtualized guests.
%prep
%setup -q
%patch1 -p1
-%patch9999 -p0
sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in
@@ -587,6 +585,10 @@ fi
%endif
%changelog
+* Sun Jul 19 2011 Kevin Fenzi <kevin@scrye.com> - 4.10.3-1
+- Update to 4.3.10
+- Add libgcrypt to fix bug #676059
+
* Thu Mar 24 2011 Kevin Fenzi <kevin@scrye.com> - 4.10.2-2
- Update for EPEL6.
- Ship sensors and libvirt on ppc64, since it's available.
diff --git a/sources b/sources
index 44676db..4c41b1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85d9d8d0a1327782661e3c89800aa70e collectd-4.10.2.tar.bz2
+5f17bfd7342af4f97f78c608f1d1eb1d collectd-4.10.3.tar.bz2