Hello community,

here is the log from the commit of package monitoring-plugins-zypper for 
openSUSE:Factory checked in at 2016-02-08 09:47:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-zypper (Old)
 and      /work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "monitoring-plugins-zypper"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/monitoring-plugins-zypper/monitoring-plugins-zypper.changes
      2016-01-15 10:41:26.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new/monitoring-plugins-zypper.changes
 2016-02-08 09:48:00.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Jan 29 13:40:15 UTC 2016 - l...@linux-schulserver.de
+
+- update to 1.84
+  * openSUSE: supported are 13.2, 13.3 and Leap 42.1
+              try to add Tumbleweed as supported (TODO)
+  * SLE: supported are 10.4, 11.3, 11.4, 12.0 and 12.1
+  => fixes bnc#963993 - thanks to Ansgar Esztermann
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ monitoring-plugins-zypper.spec ++++++
--- /var/tmp/diff_new_pack.9GvJZF/_old  2016-02-08 09:48:00.000000000 +0100
+++ /var/tmp/diff_new_pack.9GvJZF/_new  2016-02-08 09:48:00.000000000 +0100
@@ -20,7 +20,7 @@
 Summary:        Check for software updates via zypper
 License:        BSD-3-Clause
 Group:          System/Monitoring
-Version:        1.82
+Version:        1.84
 Release:        0
 Url:            http://en.opensuse.org/Monitoring-plugins-zypper
 Source0:        check_zypper.pl

++++++ check_zypper.pl ++++++
--- /var/tmp/diff_new_pack.9GvJZF/_old  2016-02-08 09:48:01.000000000 +0100
+++ /var/tmp/diff_new_pack.9GvJZF/_new  2016-02-08 09:48:01.000000000 +0100
@@ -49,7 +49,7 @@
 
 # constants
 $PROGNAME = "check_zypper";
-$VERSION  = '1.83';
+$VERSION  = '1.84';
 $DEBUG    = 0;
 
 # variables
@@ -87,9 +87,9 @@
     0 => 'OK',
 );
 our %supported_release = (
-    'openSUSE' => [ '12.3', '13.1', '13.2', '13.3' ],
+    'openSUSE' => [ '13.2', '13.3', '42.1' ],
     'SLE'      => [ '10.4', '11.3', '11.4', '12.0', '12.1' ],
-       'Tumbleweed' => [ '2015*' ],
+       'Tumbleweed' => [ '2016*' ],
 );
 $opt_w = 'recommended,optional,unsupported,local_package';
 $opt_c = 'security';


Reply via email to