commit 163c4e2ce1c02be15e8d3c1228cf11901a7794d0 Author: Dennis Gregorovic <dgregor@xxxxxxxxxx> Date: Wed Aug 4 09:09:50 2010 +0100 Rebuilt for EPEL-6 This package is included in RHEL-6 but not for all architectures (e.g. ppc64). It is needed to satisfy dependencies in EPEL-6 and so the RHEL-6 package from Beta 2 is being cloned for EPEL-6. See also: http://bugzilla.redhat.com/620413 http://www.redhat.com/archives/epel-devel-list/2010-August/msg00004.html Unfortunately an exact clone of this package fails to build from source in EL-6 Beta 2 (refreshed) due to a missing build requirement of perl(CGI); this has been added here to get the build to work. .cvsignore => .gitignore | 0 Makefile | 21 --------------------- perl-Test-Memory-Cycle.spec | 7 ++++++- 3 files changed, 6 insertions(+), 22 deletions(-) --- diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/perl-Test-Memory-Cycle.spec b/perl-Test-Memory-Cycle.spec index fdf8ba6..fa615dc 100644 --- a/perl-Test-Memory-Cycle.spec +++ b/perl-Test-Memory-Cycle.spec @@ -1,6 +1,6 @@ Name: perl-Test-Memory-Cycle Version: 1.04 -Release: 7%{?dist} +Release: 7.1%{?dist} Summary: Check for memory leaks and circular memory references Group: Development/Libraries @@ -10,6 +10,7 @@ Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Memory-Cycle-% BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(CGI) BuildRequires: perl(Devel::Cycle) >= 1.07 BuildRequires: perl(PadWalker) BuildRequires: perl(Test::Builder::Tester) @@ -59,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Apr 26 2010 Dennis Gregorovic <dgregor@xxxxxxxxxx> - 1.04-7.1 +- Rebuilt for RHEL 6 +Related: rhbz#566527 + * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.04-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel