Author: arekm Date: Mon Jan 23 14:05:35 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 5.0.2
---- Files affected: packages/collectd: collectd.spec (1.117 -> 1.118) , collectd-netlink.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/collectd/collectd.spec diff -u packages/collectd/collectd.spec:1.117 packages/collectd/collectd.spec:1.118 --- packages/collectd/collectd.spec:1.117 Fri Jan 13 22:01:24 2012 +++ packages/collectd/collectd.spec Mon Jan 23 15:05:29 2012 @@ -68,12 +68,12 @@ Summary: Collects system information in RRD files Summary(pl.UTF-8): Zbieranie informacji o systemie w plikach RRD Name: collectd -Version: 5.0.1 -Release: 4 +Version: 5.0.2 +Release: 2 License: GPL v2 Group: Daemons Source0: http://collectd.org/files/%{name}-%{version}.tar.bz2 -# Source0-md5: 9ad1e4334bd4a671284e8e92a3e3323e +# Source0-md5: 47f70ae20801f10be355dc8109d696aa Source1: %{name}.conf Source2: %{name}.init Source3: %{name}-http.conf @@ -85,6 +85,7 @@ Patch2: noquote.patch Patch3: libiptc.patch Patch4: pld.patch +Patch5: %{name}-netlink.patch URL: http://collectd.org/ %{?with_ipmi:BuildRequires: OpenIPMI-devel >= 2.0.14-3} BuildRequires: autoconf @@ -1203,6 +1204,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p0 +%patch5 -p1 %build %{__libtoolize} @@ -1990,6 +1992,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.118 2012/01/23 14:05:29 arekm +- up to 5.0.2 + Revision 1.117 2012/01/13 21:01:24 arekm - release 4 ================================================================ Index: packages/collectd/collectd-netlink.patch diff -u /dev/null packages/collectd/collectd-netlink.patch:1.1 --- /dev/null Mon Jan 23 15:05:35 2012 +++ packages/collectd/collectd-netlink.patch Mon Jan 23 15:05:29 2012 @@ -0,0 +1,22 @@ +--- collectd-5.0.2/src/netlink.c~ 2012-01-22 12:10:04.000000000 +0100 ++++ collectd-5.0.2/src/netlink.c 2012-01-23 14:59:51.180465183 +0100 +@@ -570,8 +570,7 @@ + return (-1); + } + +- if (rtnl_dump_filter (&rth, link_filter, /* arg1 = */ NULL, +- NULL, NULL) != 0) ++ if (rtnl_dump_filter (&rth, link_filter, /* arg1 = */ NULL) != 0) + { + ERROR ("netlink plugin: ir_read: rtnl_dump_filter failed."); + return (-1); +@@ -608,8 +607,7 @@ + continue; + } + +- if (rtnl_dump_filter (&rth, qos_filter, (void *) &ifindex, +- NULL, NULL) != 0) ++ if (rtnl_dump_filter (&rth, qos_filter, (void *) &ifindex) != 0) + { + ERROR ("netlink plugin: ir_read: rtnl_dump_filter failed."); + continue; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/collectd/collectd.spec?r1=1.117&r2=1.118&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
