Hello community,

here is the log from the commit of package perl-Nagios-Plugin for 
openSUSE:Factory checked in at 2013-01-21 17:43:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Nagios-Plugin (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Nagios-Plugin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Nagios-Plugin", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Nagios-Plugin.new/perl-Nagios-Plugin.changes   
    2013-01-21 17:43:59.000000000 +0100
@@ -0,0 +1,63 @@
+-------------------------------------------------------------------
+Tue Jan 15 16:12:32 UTC 2013 - l...@linux-schulserver.de
+
+- specfile cleanup
+- use perl generated dependencies instead of package names
+
+-------------------------------------------------------------------
+Thu Dec 29 10:21:01 UTC 2011 - l...@linux-schulserver.de
+
+- update to 0.36:
+  + Updated check_threshold to allow multiple check 
+    values to be checked at once
+
+-------------------------------------------------------------------
+Thu Dec 16 13:37:51 UTC 2010 - vci...@novell.com
+
+- switch to  %perl_requires macro
+
+-------------------------------------------------------------------
+Sat Dec 11 17:03:19 UTC 2010 - l...@linux-schulserver.de
+
+- update to 0.35:
+  + fixed performance parsing and general data handling
+  + die if default config file is not available and --extra-opts 
+    is set
+  + Added %STATUS_TEXT to valid possible exports
+  + fixed test and pod failures
+
+-------------------------------------------------------------------
+Mon Nov 29 18:30:42 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Thu Dec  4 13:20:57 CET 2008 - lr...@suse.de
+
+- update to 0.28
+
+-------------------------------------------------------------------
+Sat Jun 07 00:00:00 CET 2008 - gerrit.be...@gmx.de
+
+- update to version 0.27
+
+-------------------------------------------------------------------
+Fri Mar 21 00:00:00 CET 2008 - gerrit.be...@gmx.de
+
+- update to version 0.25
+
+-------------------------------------------------------------------
+Sun Feb 17 00:00:00 CET 2008 - gerrit.be...@googlemail.com
+
+- update to version 0.24
+
+-------------------------------------------------------------------
+Sun Jan 19 00:00:00 CET 2008 - gerrit.be...@googlemail.com
+
+- moved to openSUSE Build Service
+
+-------------------------------------------------------------------
+Thu Dec 06 00:00:00 CET 2007 - ger...@beine-computer.de
+
+- first release 0.21
+

New:
----
  Nagios-Plugin-0.36.tar.gz
  perl-Nagios-Plugin.changes
  perl-Nagios-Plugin.spec

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

Other differences:
------------------
++++++ perl-Nagios-Plugin.spec ++++++
#
# spec file for package perl-Nagios-Plugin
#
# Copyright (c) 2013 SUSE LINUX Products 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/
#


%define         cpan_name Nagios-Plugin

Name:           perl-%cpan_name
Version:        0.36
Release:        0
Summary:        A family of perl modules to streamline writing Nagios plugins
License:        Artistic-1.0 and GPL-2.0+
Group:          Development/Languages/Perl
Url:            http://www.perl.org/
Source:         %cpan_name-%{version}.tar.gz
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Class::Accessor)
BuildRequires:  perl(Config::Tiny)
BuildRequires:  perl(Math::Calc::Units)
BuildRequires:  perl(Params::Validate)
Requires:       perl(Class::Accessor)
Requires:       perl(Config::Tiny)
Requires:       perl(Math::Calc::Units)
Requires:       perl(Params::Validate)
Provides:       %cpan_name = %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%perl_requires

%description
Nagios::Plugin and its associated Nagios::Plugin::* modules are a family of
perl modules to streamline writing Nagios plugins. The main end user modules
are Nagios::Plugin, providing an object-oriented interface to the entire
Nagios::Plugin::* collection, and Nagios::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 Nagios Plugin guidelines
(http://nagiosplug.sourceforge.net/developer-guidelines.html).

%prep
%setup -q -n %cpan_name-%{version}

%build
perl Makefile.PL OPTIMIZE="%{optflags} -Wall"
make %{?_smp_mflags}

%if 0%{?suse_version} >= 1010
%check
make test
%endif

%install
%perl_make_install
%perl_process_packlist

%files
%defattr(-,root,root)
%doc Changes MANIFEST README
%doc %{_mandir}/man?/*
%{perl_vendorlib}/Nagios
%{perl_vendorarch}/auto/Nagios

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to