From 44dbded74b224b51a31ea1db582e68b0330b60ca10d6d1f9f9b9732819c5484c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Dec 2010 13:38:40 +0000 Subject: [PATCH] siwtch to perl_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=3 --- perl-Catalyst-Runtime.changes | 5 +++++ perl-Catalyst-Runtime.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Catalyst-Runtime.changes b/perl-Catalyst-Runtime.changes index 1a85ff4..e251858 100644 --- a/perl-Catalyst-Runtime.changes +++ b/perl-Catalyst-Runtime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 1 13:30:52 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Mon Nov 29 18:00:00 UTC 2010 - coolo@novell.com diff --git a/perl-Catalyst-Runtime.spec b/perl-Catalyst-Runtime.spec index b7711e7..7b32b64 100644 --- a/perl-Catalyst-Runtime.spec +++ b/perl-Catalyst-Runtime.spec @@ -47,7 +47,7 @@ BuildRequires: perl(Text::SimpleTable) >= 0.03 BuildRequires: perl(Tree::Simple) >= 1.15 BuildRequires: perl(Tree::Simple::Visitor::FindByPath) BuildRequires: perl(URI) >= 1.35 -Requires: perl = %{perl_version} +%{perl_requires} Requires: perl(B::Hooks::EndOfScope) >= 0.08 Requires: perl(Carp) Requires: perl(CGI::Simple::Cookie)