From 923d5af5da720e89e735f55e6b9a7e2b85d736aab7746d840455b1630944d6ab Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 27 Aug 2015 16:34:34 +0000 Subject: [PATCH] Accepting request 327577 from home:hsk17:branches:devel:languages:perl make it build with perl-5.22 OBS-URL: https://build.opensuse.org/request/show/327577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Memory-Cycle?expand=0&rev=13 --- perl-Test-Memory-Cycle.changes | 6 ++++++ perl-Test-Memory-Cycle.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-Test-Memory-Cycle.changes b/perl-Test-Memory-Cycle.changes index 730d0a7..1e85062 100644 --- a/perl-Test-Memory-Cycle.changes +++ b/perl-Test-Memory-Cycle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 27 14:21:06 UTC 2015 - hsk@imb-jena.de + +- add "BuildRequires: CGI" to .spec file so "make test" succeeds + with perl-5.22 + ------------------------------------------------------------------- Tue Jul 5 10:52:08 UTC 2011 - coolo@novell.com diff --git a/perl-Test-Memory-Cycle.spec b/perl-Test-Memory-Cycle.spec index 8516951..41ac2bd 100644 --- a/perl-Test-Memory-Cycle.spec +++ b/perl-Test-Memory-Cycle.spec @@ -19,8 +19,8 @@ Name: perl-Test-Memory-Cycle Version: 1.04 -Release: 1 -License: GPL+ or Artistic +Release: 7 +License: GPL-1.0+ or Artistic-1.0 %define cpan_name Test-Memory-Cycle Summary: Check for memory leaks and circular memory references Url: http://search.cpan.org/dist/Test-Memory-Cycle/ @@ -31,6 +31,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(CGI) BuildRequires: perl(Devel::Cycle) >= 1.07 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Getopt::Long)