[perl-File-ShareDir-PAR] 0.06 bump

Petr Pisar ppisar at fedoraproject.org
Wed Sep 15 14:04:28 UTC 2010


commit ab3a28e154bb394c26b2a739ce940de737c4e3d5
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 15 16:04:10 2010 +0200

    0.06 bump

 .gitignore                  |    1 +
 perl-File-ShareDir-PAR.spec |   15 +++++++++++----
 sources                     |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b9cf67c..b36c6b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 File-ShareDir-PAR-0.05.tar.gz
+/File-ShareDir-PAR-0.06.tar.gz
diff --git a/perl-File-ShareDir-PAR.spec b/perl-File-ShareDir-PAR.spec
index 4f4f982..012509a 100644
--- a/perl-File-ShareDir-PAR.spec
+++ b/perl-File-ShareDir-PAR.spec
@@ -1,6 +1,6 @@
 Name:           perl-File-ShareDir-PAR
-Version:        0.05
-Release:        5%{?dist}
+Version:        0.06
+Release:        1%{?dist}
 Summary:        File::ShareDir with PAR support
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,10 +10,13 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Class::Inspector) >= 1.12
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::ShareDir)
-BuildRequires:  perl(Params::Util) >= 0.07
+BuildRequires:  perl(File::ShareDir) >= 1.02
 BuildRequires:  perl(Test::More) >= 0.47
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(File::ShareDir) >= 1.02
+
+%filter_from_requires /perl(File::ShareDir)$/d
+%filter_setup
 
 %description
 File::ShareDir::PAR provides the same functionality as File::ShareDir but
@@ -51,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 15 2010 Petr Pisar <ppisar at redhat.com> - 0.06-1
+- 0.06 bump
+- Add versioned perl(File::ShareDir) (Build)Requires as stated by META.yml
+
 * Sat May 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.05-5
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 9bca415..17c90a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca646d9e92e33f3b6d19d44cf94eacb1  File-ShareDir-PAR-0.05.tar.gz
+b20918970fcb4e88c7708fcb451b1116  File-ShareDir-PAR-0.06.tar.gz


More information about the scm-commits mailing list