From 903e4c981ce744f1c0e983e7932ffea27e874b6d2a609f19f1949959cefba252 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 26 Nov 2010 16:25:31 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/perl-Crypt-DES revision 12.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-DES?expand=0&rev=ebb4a1cd9a3d5a277c9a70ed7a82e300 --- perl-Crypt-DES.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-Crypt-DES.spec b/perl-Crypt-DES.spec index cc02864..346245a 100644 --- a/perl-Crypt-DES.spec +++ b/perl-Crypt-DES.spec @@ -17,11 +17,12 @@ # norootforbuild + Name: perl-Crypt-DES %define cpan_name Crypt-DES Summary: Perl DES encryption module Version: 2.05 -Release: 1 +Release: 143 License: Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Crypt-DES/ From 49fecb0f8f8bee0fdbcaa71e5bf0523f2f71d4f768142b49d6b3bd925f188e61 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Dec 2010 13:40:09 +0000 Subject: [PATCH 2/3] 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 From 4ed6969c15133dc6cf0c56a441469f4807796e0ee6f72e0b2e968459782936c7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 13:59:13 +0000 Subject: [PATCH 3/3] always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-DES?expand=0&rev=10 --- perl-Crypt-DES.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/perl-Crypt-DES.spec b/perl-Crypt-DES.spec index bd701f5..76916a7 100644 --- a/perl-Crypt-DES.spec +++ b/perl-Crypt-DES.spec @@ -29,12 +29,10 @@ Url: http://search.cpan.org/dist/Crypt-DES/ #Source: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-2.05.tar.gz Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: perl -%if 0%{?suse_version} < 1120 -BuildRequires: perl-macros -%endif -BuildRequires: perl(Crypt::CBC) %{perl_requires} +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Crypt::CBC) %description The module implements the Crypt::CBC interface, which has the following