From 3aa3e40c6914468d6bd12591c0a36717db90a592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 13 Dec 2011 16:49:54 +0100 Subject: [PATCH] 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á 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 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