[perl-Inline-Files] 0.67 bump

Petr Sabata psabata at fedoraproject.org
Mon Jul 11 11:48:04 UTC 2011


commit 45366feac4e30822dcf2729135c6cf51c504a335
Author: Petr Sabata <contyk at redhat.com>
Date:   Mon Jul 11 13:47:35 2011 +0200

    0.67 bump

 .gitignore             |    1 +
 perl-Inline-Files.spec |    7 ++++++-
 sources                |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99c8e3a..c54f53b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Inline-Files-0.63.tar.gz
 /Inline-Files-0.64.tar.gz
 /Inline-Files-0.65.tar.gz
+/Inline-Files-0.67.tar.gz
diff --git a/perl-Inline-Files.spec b/perl-Inline-Files.spec
index 6f9a6ef..ed6baff 100644
--- a/perl-Inline-Files.spec
+++ b/perl-Inline-Files.spec
@@ -1,5 +1,5 @@
 Name:           perl-Inline-Files
-Version:        0.65
+Version:        0.67
 Release:        1%{?dist}
 Summary:        Allows for multiple inline files in a single perl file
 Group:          Development/Libraries
@@ -10,8 +10,10 @@ BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Tests only:
 BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Filter::Util::Call)
 BuildRequires:  perl(Test)
+Requires:       perl(Data::Dumper)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -43,6 +45,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jul 11 2011 Petr Sabata <contyk at redhat.com> - 0.67-1
+- 0.67 bump
+
 * Mon Jun 20 2011 Petr Pisar <ppisar at redhat.com> - 0.65-1
 - 0.65 bump
 - Remove defattr
diff --git a/sources b/sources
index 333c3bb..0cd5dbd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-acfa698148411c3f6bf4db87466863a3  Inline-Files-0.65.tar.gz
+938c737763522461bcb810cd9bd2a592  Inline-Files-0.67.tar.gz


More information about the scm-commits mailing list