3.99 bump

This commit is contained in:
Petr Písař 2015-08-26 09:25:17 +02:00
parent 9c5759b7e0
commit f023670472
4 changed files with 43 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -0,0 +1,30 @@
From e6ee899066ff529bcbaf13a5c97aab31530069b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@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ř <ppisar@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

View File

@ -1,12 +1,17 @@
Name: perl-Object-InsideOut
Version: 3.98
Release: 9%{?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 <ppisar@redhat.com> - 3.99-1
- 3.99 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.98-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
d565588b54de0f9ec56e60c9cee80b8e Object-InsideOut-3.98.tar.gz
bc542708f02432ac5dd22c5adf64d25a Object-InsideOut-3.99.tar.gz