[perl-Test-Smoke] 1.60 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Tue Sep 2 11:02:23 UTC 2014


commit d9e6639b4248030cccaf18084edfa353139d3040
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Tue Sep 2 13:01:20 2014 +0200

    1.60 bump

 .gitignore           |    1 +
 perl-Test-Smoke.spec |   12 ++++++++----
 sources              |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e37cd4..75fecc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Test-Smoke-1.43.tar.gz
 /Test-Smoke-1.50.tar.gz
 /Test-Smoke-1.53.tar.gz
 /Test-Smoke-1.59.tar.gz
+/Test-Smoke-1.6.tar.gz
diff --git a/perl-Test-Smoke.spec b/perl-Test-Smoke.spec
index bda94a4..c6c5634 100644
--- a/perl-Test-Smoke.spec
+++ b/perl-Test-Smoke.spec
@@ -1,11 +1,12 @@
+%global cpan_version 1.6
 Name:           perl-Test-Smoke
-Version:        1.59
-Release:        5%{?dist}
+Version:        %{cpan_version}0
+Release:        1%{?dist}
 Summary:        Perl core test smoke suite
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Smoke/
-Source0:        http://www.cpan.org/authors/id/A/AB/ABELTJE/Test-Smoke-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/A/AB/ABELTJE/Test-Smoke-%{cpan_version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -40,7 +41,7 @@ the perl core tests on as many configurations as possible and combine the
 results into an easy to read report.
 
 %prep
-%setup -q -n Test-Smoke-%{version}
+%setup -q -n Test-Smoke-%{cpan_version}
 # Ignore output files from find-debuginfo.sh to fix the test 00-manifest.t
 echo '.+\.list' >> MANIFEST.SKIP
 
@@ -77,6 +78,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 02 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.60-1
+- 1.60 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.59-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 92bba21..bb945bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1737467e96781883d51527407a01b5a  Test-Smoke-1.59.tar.gz
+cc8225bfd17af95607d24548ee1b3ada  Test-Smoke-1.6.tar.gz



More information about the perl-devel mailing list