diff --git a/perl-Sub-Identify.changes b/perl-Sub-Identify.changes index 15c453a..3028a98 100644 --- a/perl-Sub-Identify.changes +++ b/perl-Sub-Identify.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 1 13:35:20 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Thu Nov 11 17:34:39 UTC 2010 - chris@computersalat.de diff --git a/perl-Sub-Identify.spec b/perl-Sub-Identify.spec index 2b85c51..6c7b2e8 100644 --- a/perl-Sub-Identify.spec +++ b/perl-Sub-Identify.spec @@ -30,15 +30,13 @@ Url: http://search.cpan.org/dist/Sub-Identify/ #Source: http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-0.04.tar.gz Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: perl -%if 0%{?suse_version} < 1120 BuildRequires: perl-macros -%endif %if %{with pod} BuildRequires: perl(Test::Pod) >= 1.14 %endif BuildRequires: perl(Test::More) -Requires: perl = %{perl_version} %description Sub::Identify allows you to retrieve the real name of code references.