From 49fecb0f8f8bee0fdbcaa71e5bf0523f2f71d4f768142b49d6b3bd925f188e61 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Dec 2010 13:40:09 +0000 Subject: [PATCH] siwtch to perl_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-DES?expand=0&rev=9 --- perl-Crypt-DES.changes | 5 +++++ perl-Crypt-DES.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Crypt-DES.changes b/perl-Crypt-DES.changes index 8a3cda6..5ffad38 100644 --- a/perl-Crypt-DES.changes +++ b/perl-Crypt-DES.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 1 13:31:16 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Wed Nov 24 16:40:57 UTC 2010 - chris@computersalat.de diff --git a/perl-Crypt-DES.spec b/perl-Crypt-DES.spec index 346245a..bd701f5 100644 --- a/perl-Crypt-DES.spec +++ b/perl-Crypt-DES.spec @@ -34,7 +34,7 @@ BuildRequires: perl BuildRequires: perl-macros %endif BuildRequires: perl(Crypt::CBC) -Requires: perl = %{perl_version} +%{perl_requires} %description The module implements the Crypt::CBC interface, which has the following