[perl-Inline-Files] 0.65 bump

Petr Pisar ppisar at fedoraproject.org
Mon Jun 20 11:18:58 UTC 2011


commit 025638d2a3ca3ceb69da78c197c7bbd6b0cc3d51
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jun 20 13:18:27 2011 +0200

    0.65 bump

 .gitignore             |    1 +
 perl-Inline-Files.spec |   17 ++++++++++++-----
 sources                |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 871df7b..99c8e3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Inline-Files-0.63.tar.gz
 /Inline-Files-0.64.tar.gz
+/Inline-Files-0.65.tar.gz
diff --git a/perl-Inline-Files.spec b/perl-Inline-Files.spec
index 9ff7f22..56ec265 100644
--- a/perl-Inline-Files.spec
+++ b/perl-Inline-Files.spec
@@ -1,6 +1,6 @@
 Name:           perl-Inline-Files
-Version:        0.64
-Release:        3%{?dist}
+Version:        0.65
+Release:        1%{?dist}
 Summary:        Allows for multiple inline files in a single perl file
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -8,13 +8,16 @@ URL:            http://search.cpan.org/dist/Inline-Files/
 Source0:        http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/Inline/Inline-Files-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Tests only:
+BuildArch:      perl(Cwd)
 BuildRequires:  perl(Filter::Util::Call)
+BuildRequires:  perl(Test)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Inline::Files generalizes the notion of the `__DATA__' marker and the
-associated `<DATA>' filehandle, to an arbitrary number of markers and
-associated filehandles.
+associated `<DATA>' file handle, to an arbitrary number of markers and
+associated file handles.
 
 %prep
 %setup -q -n Inline-Files-%{version}
@@ -35,12 +38,16 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README demo/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jun 20 2011 Petr Pisar <ppisar at redhat.com> - 0.65-1
+- 0.65 bump
+- Remove defattr
+- Correct spelling in description
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.64-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index e58bfca..333c3bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d777282872ecc642033ca01fffed8f73  Inline-Files-0.64.tar.gz
+acfa698148411c3f6bf4db87466863a3  Inline-Files-0.65.tar.gz


More information about the scm-commits mailing list