From 143680eca9e0ae4c33951c93c5d4eeb1a0aa72017487d56d4c096116badd3f50 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Dec 2010 13:54:44 +0000 Subject: [PATCH] siwtch to perl_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Translator?expand=0&rev=4 --- perl-SQL-Translator.changes | 5 +++++ perl-SQL-Translator.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-SQL-Translator.changes b/perl-SQL-Translator.changes index 8e05acd..1cae4e1 100644 --- a/perl-SQL-Translator.changes +++ b/perl-SQL-Translator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 1 13:35:18 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Sun Oct 17 18:07:09 UTC 2010 - chris@computersalat.de diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec index 6908a52..5558ce8 100644 --- a/perl-SQL-Translator.spec +++ b/perl-SQL-Translator.spec @@ -59,7 +59,7 @@ BuildRequires: perl(Text::RecordParser) >= 0.02 BuildRequires: perl(XML::LibXML) >= 1.69 BuildRequires: perl(XML::Writer) >= 0.500 BuildRequires: perl(YAML) >= 0.66 -Requires: perl = %{perl_version} +%{perl_requires} Requires: perl(Carp::Clan) Requires: perl(Class::Accessor::Fast) Requires: perl(Class::Base)