From 8dbc660b10acbab2aeb3f75b365b90e691b7eade6334b65f9e0664e1779c81a9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Dec 2010 10:23:02 +0000 Subject: [PATCH] switch to perl_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract?expand=0&rev=3 --- perl-SQL-Abstract.changes | 5 +++++ perl-SQL-Abstract.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-SQL-Abstract.changes b/perl-SQL-Abstract.changes index 5303abb..05c0bc4 100644 --- a/perl-SQL-Abstract.changes +++ b/perl-SQL-Abstract.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 1 10:23:00 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Fri Dec 11 14:47:44 UTC 2009 - chris@computersalat.de diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec index f749c0b..f520703 100644 --- a/perl-SQL-Abstract.spec +++ b/perl-SQL-Abstract.spec @@ -40,10 +40,9 @@ BuildRequires: perl(Test::Warn) BuildRequires: perl(Clone) >= 0.31 BuildRequires: perl(List::Util) BuildRequires: perl(Scalar::Util) -Requires: perl = %{perl_version} +%{perl_requires} Requires: perl(List::Util) Requires: perl(Scalar::Util) -Provides: %{cpan_name} %description This module was inspired by the excellent DBIx::Abstract. However, in using