[perl-Params-Util/el5] - Upstream update. - Update licence tag. - Conditionally disable AUTOMATED_TESTING.

Paul Howarth pghmcfc at fedoraproject.org
Sun Mar 18 13:44:28 UTC 2012


commit 5085108d38a4ec76e877967958963c81c65a83f4
Author: corsepiu <corsepiu at fedoraproject.org>
Date:   Wed Sep 5 22:52:27 2007 +0000

    - Upstream update.
    - Update licence tag.
    - Conditionally disable AUTOMATED_TESTING.
    
    Conflicts:
    
    	.cvsignore

 perl-Params-Util.spec |   17 +++++++++++++++--
 sources               |    2 +-
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec
index e4fa593..2963a66 100644
--- a/perl-Params-Util.spec
+++ b/perl-Params-Util.spec
@@ -1,8 +1,8 @@
 Name: 		perl-Params-Util
-Version: 	0.25
+Version: 	0.29
 Release: 	1%{?dist}
 Summary: 	Simple standalone param-checking functions
-License: 	GPL or Artistic
+License: 	GPL+ or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Params-Util/
 Source0: 	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz
@@ -42,7 +42,12 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 rm -rf $RPM_BUILD_ROOT
 
 %check
+%if "%{version}" == "0.29"
+# AUTOMATED_TESTING is broken - Shouldn't do any harm
+make test
+%else
 make test AUTOMATED_TESTING=1
+%endif
 
 %files
 %defattr(-,root,root,-)
@@ -51,6 +56,14 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 06 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.29-1
+- Upstream update.
+- Update licence tag.
+- Conditionally disable AUTOMATED_TESTING.
+
+* Sat Jul 28 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.26-1
+- Upstream update.
+
 * Wed May 30 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.25-1
 - Upstream update.
 
diff --git a/sources b/sources
index 16a4dec..c987273 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3a95845d71e1a014ae7bbb02bee240c  Params-Util-0.25.tar.gz
+caa6ff878ffe3b097a7f07242e690be3  Params-Util-0.29.tar.gz


More information about the scm-commits mailing list