From 5c1228b9c236c33483bbb022ea8198fc0cab83bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Wed, 26 Aug 2015 09:25:17 +0200
Subject: 3.99 bump


diff --git a/.gitignore b/.gitignore
index d177cc2..42cc493 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ Object-InsideOut-3.56.tar.gz
 /Object-InsideOut-3.96.tar.gz
 /Object-InsideOut-3.97.tar.gz
 /Object-InsideOut-3.98.tar.gz
+/Object-InsideOut-3.99.tar.gz
diff --git a/Object-InsideOut-3.99-Remove-forgotten-print.patch 
b/Object-InsideOut-3.99-Remove-forgotten-print.patch
new file mode 100644
index 0000000..adda397
--- /dev/null
+++ b/Object-InsideOut-3.99-Remove-forgotten-print.patch
@@ -0,0 +1,30 @@
+From e6ee899066ff529bcbaf13a5c97aab31530069b6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
+Date: Wed, 26 Aug 2015 09:31:07 +0200
+Subject: [PATCH] Remove forgotten print
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+CPAN RT#106661
+
+Signed-off-by: Petr Písař <ppi...@redhat.com>
+---
+ lib/Object/InsideOut.pm | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/lib/Object/InsideOut.pm b/lib/Object/InsideOut.pm
+index 99b7005..aac5a01 100644
+--- a/lib/Object/InsideOut.pm
++++ b/lib/Object/InsideOut.pm
+@@ -2780,7 +2780,6 @@ _PRE_
+         }
+     }
+ 
+-    print($code);
+     # Compile the subroutine(s) in the smallest possible lexical scope
+     my @errs;
+     local $SIG{'__WARN__'} = sub { push(@errs, @_); };
+-- 
+2.4.3
+
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 2606e55..2591d45 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,12 +1,17 @@
 Name:           perl-Object-InsideOut
-Version:        3.98
-Release:        6%{?dist}
+Version:        3.99
+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
+# Remove a spurious debugging output, CPAN RT#106661
+Patch0:         Object-InsideOut-3.99-Remove-forgotten-print.patch
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -16,7 +21,6 @@ BuildRequires:  perl(attributes)
 BuildRequires:  perl(B)
 BuildRequires:  perl(Data::Dumper) >= 2.131
 BuildRequires:  perl(Exception::Class) >= 1.32
-# The correct minimal Scalar::Util version is 1.23, CPAN RT#89325
 BuildRequires:  perl(Scalar::Util) >= 1.23
 # Optional run-time
 %if %{undefined perl_bootstrap}
@@ -36,7 +40,6 @@ BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(Storable)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Data::Dumper) >= 2.131
-# The correct minimal Scalar::Util version is 1.23, CPAN RT#89325
 Requires:       perl(Scalar::Util) >= 1.23
 
 %{?perl_default_filter}
@@ -60,6 +63,7 @@ to the object's ID.
 
 %prep
 %setup -q -n Object-InsideOut-%{version}
+%patch0 -p1
 # fix permissions
 find lib -type f -print0 | xargs -0 chmod 0644
 
@@ -82,6 +86,9 @@ make test
 
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar <ppi...@redhat.com> - 3.99-1
+- 3.99 bump
+
 * Thu Nov 27 2014 Paul Howarth <p...@city-fan.org> - 3.98-6
 - Bootstrapping done
 
diff --git a/sources b/sources
index 1dccbb5..b50936c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d565588b54de0f9ec56e60c9cee80b8e  Object-InsideOut-3.98.tar.gz
+bc542708f02432ac5dd22c5adf64d25a  Object-InsideOut-3.99.tar.gz
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-Object-InsideOut.git/commit/?h=f22&id=5c1228b9c236c33483bbb022ea8198fc0cab83bb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to