Hello community,
here is the log from the commit of package perl-Monitoring-Plugin for
openSUSE:Leap:15.2 checked in at 2020-02-21 10:51:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/perl-Monitoring-Plugin (Old)
and /work/SRC/openSUSE:Leap:15.2/.perl-Monitoring-Plugin.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Monitoring-Plugin"
Fri Feb 21 10:51:19 2020 rev:1 rq:776032 version:0.40
Changes:
--------
New Changes file:
--- /dev/null 2019-12-19 10:12:34.003146842 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.perl-Monitoring-Plugin.new.26092/perl-Monitoring-Plugin.changes
2020-02-21 10:51:20.315165162 +0100
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------
+Thu Aug 2 18:52:30 UTC 2018 - [email protected]
+
+- update to 0.40
+ + improve --extra-opts error handling (#18)
+ + fix handling named arguments (#17)
+ + Allow negation of command line arguments using '--no'-prefix (#13)
+ + Fix plugin-name processing in ALRM handler. (#12)
+ + Fixed regex in plugin_exit() that handles hyphen for LONGOUTPUT (#11)
+ + Support LONGTEXT output in plugin_exit (#10)
+ + convert empty perfdata values to 'U' (daku3649 #5)
+ + fix output when there is only long plugin output (pdugas)
+- remove the former provides/obsoletes, as the monitoring plugin
+ can be installed in parallel
+
+-------------------------------------------------------------------
+Fri Oct 6 10:35:13 UTC 2017 - [email protected]
+
+- provide and obsolete the old (Sub-)Module(s):
+ + perl(Nagios::Plugin::Config)
+ + perl(Nagios::Plugin::ExitResult)
+ + perl(Nagios::Plugin::Functions)
+ + perl(Nagios::Plugin::Getopt)
+ + perl(Nagios::Plugin::Performance)
+ + perl(Nagios::Plugin::Range)
+ + perl(Nagios::Plugin::Threshold)
+
+-------------------------------------------------------------------
+Mon Jan 18 08:28:04 UTC 2016 - [email protected]
+
+- initial package 0.39
+
New:
----
Monitoring-Plugin-0.40.tar.gz
perl-Monitoring-Plugin.changes
perl-Monitoring-Plugin.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Monitoring-Plugin.spec ++++++
#
# spec file for package perl-Monitoring-Plugin
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Monitoring-Plugin
Version: 0.40
Release: 0
%define cpan_name Monitoring-Plugin
Summary: Family of Perl modules to streamline writing Nagios compatible
plugins
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Monitoring-Plugin/
Source0: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl(Class::Accessor)
BuildRequires: perl(Config::Tiny)
BuildRequires: perl(Params::Validate)
Requires: perl-base
Requires: perl(Class::Accessor)
Requires: perl(Config::Tiny)
Requires: perl(Params::Validate)
%if 0%{?suse_version}
BuildRequires: perl-macros
BuildRequires: perl(Math::Calc::Units)
%if 0%{?suse_version} > 1320
BuildRequires: perl(Module::Install)
%endif
Requires: perl(Math::Calc::Units)
%endif
%{perl_requires}
%description
Monitoring::Plugin and its associated Monitoring::Plugin::* modules are a
family of perl modules to streamline writing Monitoring plugins. The main
end user modules are Monitoring::Plugin, providing an object-oriented
interface to the entire Monitoring::Plugin::* collection, and
Monitoring::Plugin::Functions, providing a simpler functional interface to
a useful subset of the available functionality.
The purpose of the collection is to make it as simple as possible for
developers to create plugins that conform the Monitoring Plugin guidelines
(https://www.monitoring-plugins.org/doc/guidelines.html).
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes notes README
%changelog