1
0

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
This commit is contained in:
Stephan Kulow 2015-08-27 16:34:34 +00:00 committed by Git OBS Bridge
parent 66dcd5b3c7
commit 923d5af5da
2 changed files with 9 additions and 2 deletions

View File

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

View File

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