commit 3b15d48d9c3210390d72be080bd0f9d9a7894a9f
Author: Iain Arnell <[email protected]>
Date: Thu Oct 20 17:21:51 2011 +0200
update to 3.84
.gitignore | 1 +
perl-Object-InsideOut.spec | 34 ++++++++++++++++++++--------------
sources | 2 +-
3 files changed, 22 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f60fa72..8f99ba5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
Object-InsideOut-3.56.tar.gz
/Object-InsideOut-3.79.tar.gz
/Object-InsideOut-3.81.tar.gz
+/Object-InsideOut-3.84.tar.gz
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 38530c6..750bd8b 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,6 +1,6 @@
Name: perl-Object-InsideOut
-Version: 3.81
-Release: 3%{?dist}
+Version: 3.84
+Release: 1%{?dist}
Summary: Comprehensive inside-out object support module
Group: Development/Libraries
@@ -9,24 +9,25 @@ URL: http://search.cpan.org/dist/Object-InsideOut
Source0:
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
BuildArch: noarch
+BuildRequires: perl(attributes)
+BuildRequires: perl(B)
+BuildRequires: perl(Config)
+BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exception::Class) >= 1.29
-BuildRequires: perl(Want) >= 0.12
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(overload)
+BuildRequires: perl(Scalar::Util) >= 1.23
+BuildRequires: perl(strict)
+BuildRequires: perl(Test::More) >= 0.5
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
+BuildRequires: perl(Want) >= 0.12
+BuildRequires: perl(warnings)
%if !0%{?perl_bootstrap}
BuildRequires: perl(Math::Random::MT::Auto)
%endif
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
-
-### auto-added brs!
-BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Data::Dumper)
-BuildRequires: perl(Scalar::Util) >= 1.23
-BuildRequires: perl(Config)
-BuildRequires: perl(Test::More) >= 0.5
-BuildRequires: perl(B)
-### auto-added reqs!
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
Requires: perl(Data::Dumper)
%{?perl_default_filter}
@@ -49,6 +50,9 @@ by the object's ID, or hashes keyed to the object's ID.
%prep
%setup -q -n Object-InsideOut-%{version}
+# fix permissions
+find lib -type f -print0 | xargs -0 chmod 0644
+
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@@ -66,13 +70,15 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null
';'
make test
%files
-%defattr(-,root,root,-)
%doc Changes README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
+* Thu Oct 20 2011 Iain Arnell <[email protected]> 3.84-1
+- update to latest upstream version
+
* Tue Jul 19 2011 Petr Sabata <[email protected]> - 3.81-3
- Perl mass rebuild
diff --git a/sources b/sources
index 0906746..a036b04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-560170295e21857232d547ccd3b0adf0 Object-InsideOut-3.81.tar.gz
+3676732d8b31fd9c6a0094e0a8a0254d Object-InsideOut-3.84.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel