[perl-Classic-Perl] 0.03 bump

Petr Pisar ppisar at fedoraproject.org
Tue Sep 20 15:31:50 UTC 2011


commit 2ee1cc19056d4dc9866f4577c9e4ff002b21e24b
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Sep 20 17:31:07 2011 +0200

    0.03 bump

 .gitignore             |    1 +
 perl-Classic-Perl.spec |   12 +++++++-----
 sources                |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0b44bc..0d60375 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Classic-Perl-0.02a.tar.gz
+/Classic-Perl-0.03.tar.gz
diff --git a/perl-Classic-Perl.spec b/perl-Classic-Perl.spec
index e95684b..d128474 100644
--- a/perl-Classic-Perl.spec
+++ b/perl-Classic-Perl.spec
@@ -1,12 +1,11 @@
-%global preversion a
 Name:           perl-Classic-Perl
-Version:        0.02
-Release:        0.1.%{preversion}%{?dist}
+Version:        0.03
+Release:        1%{?dist}
 Summary:        Selectively reinstate deleted Perl features
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Classic-Perl/
-Source0:        http://www.cpan.org/authors/id/S/SP/SPROUT/Classic-Perl-%{version}%{preversion}.tar.gz
+Source0:        http://www.cpan.org/authors/id/S/SP/SPROUT/Classic-Perl-%{version}.tar.gz
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(XSLoader)
@@ -20,7 +19,7 @@ Classic::Perl restores some Perl features that have been deleted in the
 latest versions. By 'classic' we mean as of perl 5.8.x.
 
 %prep
-%setup -q -n Classic-Perl-%{version}%{preversion}
+%setup -q -n Classic-Perl-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -43,6 +42,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 20 2011 Petr Pisar <ppisar at redhat.com> - 0.03-1
+- 0.03 bump
+
 * Mon Aug 22 2011 Petr Pisar <ppisar at redhat.com> 0.02-0.1.a
 - Specfile autogenerated by cpanspec 1.78.
 - Move `alpha' version substring to release tag.
diff --git a/sources b/sources
index 8137483..a9af684 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b5507a0e6719b267e9e490b492cb092  Classic-Perl-0.02a.tar.gz
+7bc0b2abb50f58f0adf014ae3f9e219a  Classic-Perl-0.03.tar.gz



More information about the perl-devel mailing list