diff --git a/perl-Net-SSLeay.changes b/perl-Net-SSLeay.changes index a2825d4..d63e3e6 100644 --- a/perl-Net-SSLeay.changes +++ b/perl-Net-SSLeay.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 1 13:34:11 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Tue Jul 13 15:08:17 UTC 2010 - chris@computersalat.de diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 0593e1c..6db7b91 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -32,11 +32,10 @@ Source: %{cpan_name}-%{version}.tar.bz2 Patch0: %{name}-%{version}.diff Patch1: %{name}-%{version}-undefined.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: openssl openssl-devel BuildRequires: perl -%if 0%{?suse_version} < 1120 BuildRequires: perl-macros -%endif %if %{with test} BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::NoWarnings) @@ -45,7 +44,6 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) %endif # -Requires: perl = %{perl_version} %description There is a related module called Net::SSLeay::Handle included in this