Hello community,

here is the log from the commit of package munin for openSUSE:Factory checked 
in at 2018-05-29 10:49:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/munin (Old)
 and      /work/SRC/openSUSE:Factory/.munin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "munin"

Tue May 29 10:49:03 2018 rev:12 rq:612632 version:2.0.37

Changes:
--------
--- /work/SRC/openSUSE:Factory/munin/munin.changes      2017-09-29 
11:57:50.174075852 +0200
+++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2018-05-29 
10:49:16.610846741 +0200
@@ -1,0 +2,21 @@
+Mon May 28 08:22:36 UTC 2018 - w...@rosenauer.org
+
+- update to 2.0.37
+  * Add support for IBM i
+  * Update lighttpd.rst
+  * Update nginx.rst
+  * ejabberd improvements
+  * add example plugin graphs
+  * Add support for MySQL 5.5/5.6
+  * Added HP-UX support to processes plugin
+  * snmp__if_multi: Set warning to 75% of interface speed instead of 133%
+  * Add support for rndc options in bind9_rndc plugin
+  * Correcting mysql_queries plugin random hash ordering
+  * Add PostgreSQL 10 support to postgres_xlog
+  * mysql improvements
+  * Add IPv6 support
+  * many other improvements
+- require also perl-rrdtool where it exists (boo#1094776)
+- remove obsolete mysql55.patch
+
+-------------------------------------------------------------------

Old:
----
  munin-2.0.32.tar.gz
  mysql55.patch

New:
----
  munin-2.0.37.tar.gz

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

Other differences:
------------------
++++++ munin.spec ++++++
--- /var/tmp/diff_new_pack.rcnbcZ/_old  2018-05-29 10:49:18.282785059 +0200
+++ /var/tmp/diff_new_pack.rcnbcZ/_new  2018-05-29 10:49:18.286784911 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package munin
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,10 +24,10 @@
 %define active_by_default 0
 
 Name:           munin
-Version:        2.0.32
+Version:        2.0.37
 Release:        0
 Summary:        Network-wide graphing framework (grapher/gatherer)
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/Monitoring
 Url:            http://munin-monitoring.org/
 Source0:        
http://downloads.munin-monitoring.org/%{name}/stable/%{version}/%{name}-%{version}.tar.gz
@@ -47,7 +47,6 @@
 Source13:       gsa-munin.zip
 # https://svn.koumbit.net/koumbit/trunk/munin-plugins/quota-usage
 Patch:          munin-plugin-quota_usage_warnings.patch
-Patch2:         mysql55.patch
 Patch3:         perl526.patch
 BuildRequires:  html2text
 BuildRequires:  perl-HTML-Template
@@ -81,6 +80,9 @@
 Requires:       rrdtool
 Requires:       spawn-fcgi
 Requires:       perl(Munin::Common::Defaults)
+%if 0%{?suse_version} > 1320
+Requires:       perl-rrdtool
+%endif
 Recommends:     logrotate cron
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -116,6 +118,9 @@
 Requires:       ps
 Requires:       pwdutils
 Requires:       sysstat
+# manual requires from certain plugins using "env ..."
+Requires:       python
+Requires:       ruby
 %if 0%{?suse_version} >= 1220
 %{?systemd_requires}
 %else
@@ -157,7 +162,6 @@
 unzip %{SOURCE12}
 unzip %{SOURCE13}
 %patch
-%patch2 -p1
 %patch3 -p1
 
 %build
@@ -184,6 +188,8 @@
 %__ln_s %{_sysconfdir}/init.d/munin-node $RPM_BUILD_ROOT/sbin/rcmunin-node
 %else
 %__ln_s /sbin/service $RPM_BUILD_ROOT/sbin/rcmunin-node
+%__ln_s /sbin/service $RPM_BUILD_ROOT/sbin/rcmunin-cgi-graph
+%__ln_s /sbin/service $RPM_BUILD_ROOT/sbin/rcmunin-cgi-html
 %endif
 
 %if 0%{?suse_version} >= 1220
@@ -264,11 +270,11 @@
 chown munin:munin %{logdir}/*
 chown root:root %{logdir}/munin-node.log*
 chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1
-%if 0%{?active_by_default} > 0
 %if 0%{?suse_version} >= 1220
-systemd-tmpfiles --create /usr/lib/tmpfiles.d/munin-node.conf
+%tmpfiles_create /usr/lib/tmpfiles.d/munin-node.conf
 %service_add_post munin-node.service
 %else
+%if 0%{?active_by_default} > 0
 /etc/init.d/munin-node status >/dev/null 2>&1 || /etc/init.d/munin-node start
 %endif
 %endif
@@ -290,7 +296,8 @@
 
 %files
 %defattr(-, root, root)
-%doc ChangeLog COPYING README UPGRADING
+%license COPYING
+%doc ChangeLog README UPGRADING
 %{_bindir}/munin-check
 %{_bindir}/munin-cron
 %{_bindir}/munindoc
@@ -309,6 +316,8 @@
 %{_prefix}/lib/tmpfiles.d/munin.conf
 %{_unitdir}/munin-cgi-graph.service
 %{_unitdir}/munin-cgi-html.service
+/sbin/rcmunin-cgi-graph
+/sbin/rcmunin-cgi-html
 %endif
 %attr(0755, munin, munin) %dir %{htmldir}
 %attr(0444, munin, munin) %{htmldir}/.htaccess


++++++ munin-2.0.32.tar.gz -> munin-2.0.37.tar.gz ++++++
++++ 5228 lines of diff (skipped)



Reply via email to