commit e0bd183f64d5f6b4570bdcc9fd6f6194fa12f4f0 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Fri Jan 27 14:31:25 2012 +0100 3.88 bump .gitignore | 1 + perl-Object-InsideOut.spec | 21 +++++++++++++++------ sources | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) --- diff --git a/.gitignore b/.gitignore index 1426c1f..eafd0aa 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ Object-InsideOut-3.56.tar.gz /Object-InsideOut-3.81.tar.gz /Object-InsideOut-3.84.tar.gz /Object-InsideOut-3.87.tar.gz +/Object-InsideOut-3.88.tar.gz diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec index 1f01059..36c2f4b 100644 --- a/perl-Object-InsideOut.spec +++ b/perl-Object-InsideOut.spec @@ -1,5 +1,7 @@ +%global perl_bootstrap 1 + Name: perl-Object-InsideOut -Version: 3.87 +Version: 3.88 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -13,24 +15,26 @@ BuildRequires: perl(ExtUtils::MakeMaker) # Run-time BuildRequires: perl(attributes) BuildRequires: perl(B) +# Upstream wants perl(Data::Dumper) >= 2.131, but this is not yet packaged BuildRequires: perl(Data::Dumper) -BuildRequires: perl(Exception::Class) >= 1.29 +BuildRequires: perl(Exception::Class) >= 1.32 BuildRequires: perl(Scalar::Util) >= 1.23 BuildRequires: perl(warnings) # Optional run-time %if %{undefined perl_bootstrap} -BuildRequires: perl(Math::Random::MT::Auto) >= 5.04 +BuildRequires: perl(Math::Random::MT::Auto) >= 6.18 %endif -BuildRequires: perl(Want) >= 0.12 +BuildRequires: perl(Want) >= 0.18 # Test only BuildRequires: perl(Config) BuildRequires: perl(lib) BuildRequires: perl(overload) -BuildRequires: perl(Test::More) >= 0.5 +BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(threads) BuildRequires: perl(Thread::Queue) BuildRequires: perl(threads::shared) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# Upstream wants perl(Data::Dumper) >= 2.131, but this is not yet packaged Requires: perl(Data::Dumper) Requires: perl(Scalar::Util) >= 1.23 @@ -76,12 +80,17 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' make test %files -%doc Changes README t/ +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Fri Jan 27 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 3.88-1 +- 3.88 bump +- Do not package tests +- Bootstrap new Math::Random::MT::Auto version + * Thu Jan 19 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 3.87-1 - 3.87 bump diff --git a/sources b/sources index d2c710a..3865f7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c8db3f37013096cbdbd3d854349a39f Object-InsideOut-3.87.tar.gz +110c067b0e3ad822d0ee5959081bc748 Object-InsideOut-3.88.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel