[collectd/el6] Update to 4.3.10 Add libgcrypt to fix bug #676059

Kevin Fenzi kevin at fedoraproject.org
Sun Jun 19 22:16:53 UTC 2011


commit 0957c8eac2ab455e5bd8d8942db31fcb5a162878
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Jun 19 16:16:28 2011 -0600

    Update to 4.3.10
    Add libgcrypt to fix bug #676059

 .gitignore    |    1 +
 collectd.spec |   14 ++++++++------
 sources       |    2 +-
 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 at scrye.com> - 4.10.3-1
+- Update to 4.3.10
+- Add libgcrypt to fix bug #676059
+
 * Thu Mar 24 2011 Kevin Fenzi <kevin at 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


More information about the scm-commits mailing list