[nagios-plugins-check-updates/f15] Update to 1.5.0.

Jose Pedro Oliveira jpo at fedoraproject.org
Wed Oct 5 01:36:47 UTC 2011


commit 4efabb3ebece1146a397779ce25e73b4398d0c77
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Wed Oct 5 02:36:15 2011 +0100

    Update to 1.5.0.

 .gitignore                        |    1 +
 nagios-plugins-check-updates.spec |   25 +++++++++++++++++++++++--
 sources                           |    2 +-
 3 files changed, 25 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 09d6ee7..808c832 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /check_updates-1.4.8.tar.gz
 /check_updates-1.4.9.tar.gz
 /check_updates-1.4.11.tar.gz
+/check_updates-1.5.0.tar.gz
diff --git a/nagios-plugins-check-updates.spec b/nagios-plugins-check-updates.spec
index 91a2289..27b3ea9 100644
--- a/nagios-plugins-check-updates.spec
+++ b/nagios-plugins-check-updates.spec
@@ -5,8 +5,8 @@
 %define debug_package %{nil}
 
 Name:          nagios-plugins-check-updates
-Version:       1.4.11
-Release:       2%{?dist}
+Version:       1.5.0
+Release:       1%{?dist}
 Summary:       A Nagios plugin to check if Red Hat or Fedora system is up-to-date
 
 Group:         Applications/System
@@ -17,6 +17,10 @@ Source:        https://trac.id.ethz.ch/projects/nagios_plugins/downloads/check_u
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Nagios::Plugin)
+BuildRequires: perl(Readonly)
+BuildRequires: perl(Sort::Versions)
 
 Requires:      nagios-plugins
 # Yum security plugin RPM:
@@ -47,6 +51,9 @@ find %{buildroot} -type f -name "*.pod" -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} %{buildroot}/*
 
+%check
+make test
+
 %clean
 rm -rf %{buildroot}
 
@@ -59,6 +66,20 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Oct  4 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.5.0-1
+- Update to 1.5.0.
+
+* Wed May 25 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.14-1
+- Update to 1.4.14.
+
+* Tue May 24 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.13-1
+- Update to 1.4.13.
+- Fixes a build problem in EPEL5 (test script failure).
+
+* Tue May 24 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.12-1
+- Update to 1.4.12.
+- Upstream added a test suite.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 6bc97ec..09b02d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0d2752917811101d480ab6287b69f45  check_updates-1.4.11.tar.gz
+58a081955ece37b5b3a4c290f1228cb8  check_updates-1.5.0.tar.gz


More information about the scm-commits mailing list