[perl-Inline] bump to 0.49 - add BR: perl(Carp), perl(File::Spec), perl(Test::More) - add R: perl(Data::Dumper)

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Dec 13 15:50:17 UTC 2011


commit 3aa3e40c6914468d6bd12591c0a36717db90a592
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Dec 13 16:49:54 2011 +0100

    bump to 0.49
    - add BR: perl(Carp), perl(File::Spec), perl(Test::More)
    - add R: perl(Data::Dumper)

 .gitignore       |    1 +
 perl-Inline.spec |   15 ++++++++++++---
 sources          |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 09a0b85..d233c9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Inline-0.46.tar.gz
 /Inline-0.47.tar.gz
 /Inline-0.48.tar.gz
+/Inline-0.49.tar.gz
diff --git a/perl-Inline.spec b/perl-Inline.spec
index ebef1ed..d6ce481 100644
--- a/perl-Inline.spec
+++ b/perl-Inline.spec
@@ -1,6 +1,6 @@
 Name:           perl-Inline
-Version:        0.48
-Release:        3%{?dist}
+Version:        0.49
+Release:        1%{?dist}
 Summary:        Inline Perl module
 
 Group:          Development/Libraries
@@ -9,17 +9,20 @@ Url:            http://search.cpan.org/dist/Inline/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-%{version}.tar.gz
 
 BuildArch:      noarch
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Parse::RecDescent)
 BuildRequires:  perl(Inline::Files)
 # tests
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Warn)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 # not automatically detected
+Requires:       perl(Data::Dumper)
 Requires:       perl(Digest::MD5)
 
-
 %description
 The Inline module allows you to put source code from other programming
 languages directly "inline" in a Perl script or module. The code is
@@ -70,12 +73,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%doc Changes README
 %{perl_vendorlib}/Inline*
 %{perl_vendorlib}/auto/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Tue Dec 13 2011 Marcela Mašláňová <mmaslano at redhat.com> 0.49-1
+- bump to 0.49
+- add BR: perl(Carp), perl(File::Spec), perl(Test::More)
+- add R: perl(Data::Dumper)
+
 * Wed Nov 09 2011 Iain Arnell <iarnell at gmail.com> 0.48-3
 - R/BR perl(Digest::MD5)
 
diff --git a/sources b/sources
index f86532b..554f2b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-925bf07567516dd0596d0bbf4e9b2bb9  Inline-0.48.tar.gz
+0deecdc161fed17c51cd29cd05190081  Inline-0.49.tar.gz


More information about the scm-commits mailing list