diff --git a/.gitignore b/.gitignore index 2b2dcae..1a07576 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ version-0.88.tar.gz /version-0.99.tar.gz +/version-0.9901.tar.gz diff --git a/perl-version.spec b/perl-version.spec index e9d0589..e8b2e93 100644 --- a/perl-version.spec +++ b/perl-version.spec @@ -1,12 +1,13 @@ Name: perl-version Epoch: 3 -Version: 0.99 -Release: 241%{?dist} +Version: 0.99.01 +%define module_version 0.9901 +Release: 1%{?dist} Summary: Perl extension for Version Objects License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/version/ -Source0: http://www.cpan.org/authors/id/J/JP/JPEACOCK/version-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/J/JP/JPEACOCK/version-%{module_version}.tar.gz BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) # Tests: @@ -32,7 +33,7 @@ the new 'parse' and 'declare' methods to standardize usage. You are strongly urged to set 0.77 as a minimum in your code. %prep -%setup -q -n version-%{version} +%setup -q -n version-%{module_version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -60,6 +61,9 @@ make test %{_mandir}/man3/version::Internals.3pm* %changelog +* Mon Sep 17 2012 Jitka Plesnikova - 3:0.99.01-1 +- 0.9901 bump + * Tue Aug 28 2012 Jitka Plesnikova - 3:0.99-241 - Add test BR perl(Test::Harness) - Remove %%defattr diff --git a/sources b/sources index 353776d..4c2c609 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -695098dac5c3be79e893e522341671dd version-0.99.tar.gz +bf5e487e24a8991d09c01e56a247424f version-0.9901.tar.gz