[perl-version] 0.99 bump

Petr Pisar ppisar at fedoraproject.org
Fri Aug 17 08:28:57 UTC 2012


commit 13067627392a6d6f8966a49bc6dbc1c555c6aafa
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Aug 17 10:27:19 2012 +0200

    0.99 bump

 .gitignore        |    1 +
 perl-version.spec |    8 ++++++--
 sources           |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24223e1..2b2dcae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 version-0.88.tar.gz
+/version-0.99.tar.gz
diff --git a/perl-version.spec b/perl-version.spec
index 5b7412d..1c03427 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -1,13 +1,14 @@
 Name:           perl-version
 Epoch:          3
-Version:        0.88
-Release:        10%{?dist}
+Version:        0.99
+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
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
 # Tests:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Data::Dumper)
@@ -59,6 +60,9 @@ make test
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar <ppisar at redhat.com> - 3:0.99-1
+- 0.99 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3:0.88-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index b319ce8..353776d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f27f21c625fa2f89f4130e277594635  version-0.88.tar.gz
+695098dac5c3be79e893e522341671dd  version-0.99.tar.gz


More information about the scm-commits mailing list