Hello community,
here is the log from the commit of package monitoring-plugins-zypper for
openSUSE:Factory checked in at 2017-07-02 13:38:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-zypper (Old)
and /work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "monitoring-plugins-zypper"
Sun Jul 2 13:38:08 2017 rev:10 rq:507235 version:1.92
Changes:
--------
---
/work/SRC/openSUSE:Factory/monitoring-plugins-zypper/monitoring-plugins-zypper.changes
2016-10-23 12:51:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new/monitoring-plugins-zypper.changes
2017-07-02 13:38:17.662078833 +0200
@@ -1,0 +2,9 @@
+Fri Jun 30 07:29:55 UTC 2017 - [email protected]
+
+- update to 1.92:
+ + remove unsupported openSUSE 13.2, 13.3 and Tumbleweed 2016*
+ + remove unsupported SLE 12.0 and 12.1
+ + add openSUSE 42.3 and Tumbleweed 2017*
+ + add SLE 12.3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ monitoring-plugins-zypper.spec ++++++
--- /var/tmp/diff_new_pack.3UKJTF/_old 2017-07-02 13:38:19.233857187 +0200
+++ /var/tmp/diff_new_pack.3UKJTF/_new 2017-07-02 13:38:19.233857187 +0200
@@ -1,7 +1,7 @@
#
# spec file for package monitoring-plugins-zypper
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -26,7 +26,7 @@
Summary: Check for software updates via zypper
License: BSD-3-Clause
Group: System/Monitoring
-Version: 1.91
+Version: 1.92
Release: 0
Url: http://en.opensuse.org/Monitoring-plugins-zypper
Source0: check_zypper.pl
++++++ check_zypper.pl ++++++
--- /var/tmp/diff_new_pack.3UKJTF/_old 2017-07-02 13:38:19.321844779 +0200
+++ /var/tmp/diff_new_pack.3UKJTF/_new 2017-07-02 13:38:19.325844216 +0200
@@ -51,7 +51,7 @@
# constants
$PROGNAME = "check_zypper";
-$VERSION = '1.91';
+$VERSION = '1.92';
$DEBUG = 0;
# variables
@@ -93,9 +93,9 @@
0 => 'OK',
);
our %supported_release = (
- 'openSUSE' => [ '13.2', '13.3', '42.1', '42.2' ],
- 'SLE' => [ '10.4', '11.4', '12.0', '12.1', '12.2' ],
- 'Tumbleweed' => ['2016*'],
+ 'openSUSE' => [ '42.1', '42.2', '42.3' ],
+ 'SLE' => [ '10.4', '11.4', '12.2', '12.3' ],
+ 'Tumbleweed' => ['2017*'],
);
$opt_w = 'recommended,optional,unsupported,local_package';
$opt_c = 'security';