Hello community,

here is the log from the commit of package nagios-plugins-zypper for 
openSUSE:12.1 checked in at 2011-11-02 12:07:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/nagios-plugins-zypper (Old)
 and      /work/SRC/openSUSE:12.1/.nagios-plugins-zypper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nagios-plugins-zypper", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.1/nagios-plugins-zypper/nagios-plugins-zypper.changes 
2011-10-24 13:10:01.000000000 +0200
+++ 
/work/SRC/openSUSE:12.1/.nagios-plugins-zypper.new/nagios-plugins-zypper.changes
    2011-11-02 12:07:37.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Oct 28 14:05:03 UTC 2011 - [email protected]
+
+- update to 1.40:
+  + SLE-10-SP3 is unsupported
+  + openSUSE 12.1 and SLE-11-SP2 are supported
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nagios-plugins-zypper.spec ++++++
--- /var/tmp/diff_new_pack.jEhTNt/_old  2011-11-02 12:07:37.000000000 +0100
+++ /var/tmp/diff_new_pack.jEhTNt/_new  2011-11-02 12:07:37.000000000 +0100
@@ -20,7 +20,7 @@
 
 Name:           nagios-plugins-zypper
 Summary:        Nagios plugin for checking software updates
-Version:        1.39
+Version:        1.40
 Release:        1
 Url:            http://en.opensuse.org/Nagios-plugins-zypper
 License:        BSD4c

++++++ check_zypper.pl ++++++
--- /var/tmp/diff_new_pack.jEhTNt/_old  2011-11-02 12:07:37.000000000 +0100
+++ /var/tmp/diff_new_pack.jEhTNt/_new  2011-11-02 12:07:37.000000000 +0100
@@ -49,7 +49,7 @@
 
 # constants
 $PROGNAME = "check_zypper";
-$VERSION  = '1.39';
+$VERSION  = '1.40';
 $DEBUG    = 0;
 
 # variables
@@ -84,8 +84,8 @@
     0 => 'OK',
 );
 our %supported_release = (
-    'openSUSE' => [ '11.2', '11.3', '11.4', '11.5' ],
-    'SLE'      => [ '10.3', '10.4', '11.1' ],
+    'openSUSE' => [ '11.2', '11.3', '11.4', '12.1' ],
+    'SLE'      => [ '10.4', '11.1', '11.2' ],
 );
 $opt_w = 'recommended,optional,unsupported';
 $opt_c = 'security';

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to