Hello community,

here is the log from the commit of package collectd for openSUSE:Factory 
checked in at 2017-03-12 20:03:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/collectd (Old)
 and      /work/SRC/openSUSE:Factory/.collectd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "collectd"

Sun Mar 12 20:03:11 2017 rev:25 rq:477594 version:5.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/collectd/collectd.changes        2016-08-17 
12:06:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.collectd.new/collectd.changes   2017-03-12 
20:03:12.232516151 +0100
@@ -1,0 +2,5 @@
+Sun Oct 30 15:53:07 UTC 2016 - seife+...@b1-systems.com
+
+- rebase and rename collectd-5.5.2-exec-no-output.diff
+
+-------------------------------------------------------------------
@@ -562,0 +568,9 @@
+
+-------------------------------------------------------------------
+Sun Nov  9 08:38:16 UTC 2014 - seife+...@b1-systems.com
+
+- do not create a journal entry for every PUTVAL e.g. from the
+  exec plugin, collectd-5.4.1-exec-no-output.diff
+- remove crazy kernel-source build dependency
+- fix smp_mflags spelling to really build with multiple jobs
+- make build output verbose to let rpmlint find problems

New:
----
  collectd-5.5.2-exec-no-output.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ collectd.spec ++++++
--- /var/tmp/diff_new_pack.pNtc4G/_old  2017-03-12 20:03:13.012405796 +0100
+++ /var/tmp/diff_new_pack.pNtc4G/_new  2017-03-12 20:03:13.016405230 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package collectd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2005-2013 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -153,6 +153,8 @@
 Patch20:        collectd-split_README.patch
 Patch21:        collectd-fix_collectd_config_path_in_snmp_probe.patch
 Patch23:        collectd-javac_target.patch
+Patch25:        collectd-5.5.2-exec-no-output.diff
+
 # for /etc/apache2/... ownership (rpmlint):
 BuildRequires:  apache2
 BuildRequires:  autoconf
@@ -166,7 +168,7 @@
 BuildRequires:  gettext-devel
 BuildRequires:  intltool
 # for ipvs and madwifi:
-BuildRequires:  kernel-source
+#BuildRequires:  kernel-source
 BuildRequires:  libart_lgpl-devel
 BuildRequires:  libatasmart-devel
 BuildRequires:  libevent-devel
@@ -564,6 +566,7 @@
 %if 0%{?suse_version} <= 1140 && !0%{?sles_version}
 %patch24 -p1
 %endif
+%patch25 -p1
 
 sed -i 's|@@VERSION@@|%{version}|g' configure.ac
 
@@ -658,7 +661,7 @@
     --disable-serial
 %endif #os linux
 
-make %{?_smp_flags} \
+make %{?_smp_flags} V=1 \
 %if 0%{?suse_version} < 1120
      JAVAC_TARGET="-source 1.5 -target 1.5"
 %else

++++++ collectd-5.5.2-exec-no-output.diff ++++++
Index: b/src/utils_cmd_putval.c
===================================================================
--- a/src/utils_cmd_putval.c
+++ b/src/utils_cmd_putval.c
@@ -217,10 +217,11 @@ int handle_putval (FILE *fh, char *buffe
                values_submitted++;
        } /* while (*buffer != 0) */
        /* Done parsing the options. */
-
+#if 0
        print_to_socket (fh, "0 Success: %i %s been dispatched.\n",
                        values_submitted,
                        (values_submitted == 1) ? "value has" : "values have");
+#endif
 
        sfree (vl.values);
        return (0);

Reply via email to