[perl-Object-InsideOut] 3.94 bump

Petr Pisar ppisar at fedoraproject.org
Fri May 11 11:29:34 UTC 2012


commit 2887e0114560da9b294a1d3f43b9e671c1ce64c7
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri May 11 13:29:22 2012 +0200

    3.94 bump

 .gitignore                 |    1 +
 perl-Object-InsideOut.spec |   16 ++++++----------
 sources                    |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e20bdfb..7ffab3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ Object-InsideOut-3.56.tar.gz
 /Object-InsideOut-3.91.tar.gz
 /Object-InsideOut-3.92.tar.gz
 /Object-InsideOut-3.93.tar.gz
+/Object-InsideOut-3.94.tar.gz
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 42f576a..3f35165 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,20 +1,17 @@
 Name:           perl-Object-InsideOut
-Version:        3.93
+Version:        3.94
 Release:        1%{?dist}
 Summary:        Comprehensive inside-out object support module
-
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 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(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(Data::Dumper) >= 2.131
 BuildRequires:  perl(Exception::Class) >= 1.32
 BuildRequires:  perl(Scalar::Util) >= 1.25
 BuildRequires:  perl(warnings)
@@ -32,8 +29,7 @@ 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(Data::Dumper) >= 2.131
 Requires:       perl(Scalar::Util) >= 1.25
 
 %{?perl_default_filter}
@@ -58,7 +54,6 @@ 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
 
@@ -66,14 +61,12 @@ find lib -type f -print0 | xargs -0 chmod 0644
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 %{_fixperms} %{buildroot}/*
 
-
 %check
 make test
 
@@ -84,6 +77,9 @@ make test
 
 
 %changelog
+* Fri May 11 2012 Petr Pisar <ppisar at redhat.com> - 3.94-1
+- 3.94 bump
+
 * Tue Apr 10 2012 Petr Pisar <ppisar at redhat.com> - 3.93-1
 - 3.93 bump
 
diff --git a/sources b/sources
index 5edff12..d31b91f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c70d462d1d5b7d453a69c028e2b95b46  Object-InsideOut-3.93.tar.gz
+2e4609371d9f9950f6835ba2bcf7a964  Object-InsideOut-3.94.tar.gz


More information about the scm-commits mailing list