4.02 bump

This commit is contained in:
Petr Písař 2015-08-27 10:02:56 +02:00
parent 5c1228b9c2
commit 19769401a5
4 changed files with 6 additions and 35 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ Object-InsideOut-3.56.tar.gz
/Object-InsideOut-3.97.tar.gz
/Object-InsideOut-3.98.tar.gz
/Object-InsideOut-3.99.tar.gz
/Object-InsideOut-4.02.tar.gz

View File

@ -1,30 +0,0 @@
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,13 +1,11 @@
Name: perl-Object-InsideOut
Version: 3.99
Version: 4.02
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
@ -63,7 +61,6 @@ 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
@ -86,6 +83,9 @@ make test
%changelog
* Thu Aug 27 2015 Petr Pisar <ppisar@redhat.com> - 4.02-1
- 4.02 bump
* Wed Aug 26 2015 Petr Pisar <ppisar@redhat.com> - 3.99-1
- 3.99 bump

View File

@ -1 +1 @@
bc542708f02432ac5dd22c5adf64d25a Object-InsideOut-3.99.tar.gz
aca3e8b0b15423d22ddfc95868ba5d00 Object-InsideOut-4.02.tar.gz