[perl-Test-Simple] Update to 0.99

Paul Howarth pghmcfc at fedoraproject.org
Sat Oct 12 19:40:52 UTC 2013


commit 752e31006bf3feb5a6d832f5f6c493359bd34c79
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Oct 12 20:40:11 2013 +0100

    Update to 0.99
    
    - 0.99 bump
    - This release by RJBS -> update source URL

 .gitignore            |    5 +----
 perl-Test-Simple.spec |   10 +++++++---
 sources               |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad329f5..1a09d80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-Test-Simple-0.94.tar.gz
-/Test-Simple-0.96.tar.gz
-/Test-Simple-0.98.tar.gz
-/Test-Simple-0.98_05.tar.gz
+/Test-Simple-[0-9._]*.tar.gz
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index 18e01f5..fc64316 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,12 +1,12 @@
-%global cpan_version 0.98_05
+%global cpan_version 0.99
 Name:           perl-Test-Simple
 Summary:        Basic utilities for writing tests
 Version:        %(echo '%{cpan_version}' | tr _ .)
-Release:        3%{?dist}
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Simple
-Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-%{cpan_version}.tar.gz 
+Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Simple-%{cpan_version}.tar.gz 
 # https://github.com/schwern/test-more/issues/387
 Patch0:         Test-Simple-0.98_05-Pass-regular-expression-intact.patch
 BuildArch:      noarch
@@ -87,6 +87,10 @@ make test
 %{_mandir}/man3/Test::Tutorial.3pm*
 
 %changelog
+* Sat Oct 12 2013 Paul Howarth <paul at city-fan.org> - 0.99-1
+- 0.99 bump
+- This release by RJBS -> update source URL
+
 * Fri Aug 09 2013 Petr Pisar <ppisar at redhat.com> - 0.98.05-3
 - Pass regular expression intact
 
diff --git a/sources b/sources
index 05cbe80..1bff21a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d51e2e69435dc666405b6a8b2265992  Test-Simple-0.98_05.tar.gz
+0ff8a222d0c0be5a2ada2881a053e2b1  Test-Simple-0.99.tar.gz


More information about the scm-commits mailing list