1
0

Accepting request 178580 from devel:languages:perl

- rebuild for fixed perl macros

- add workaround for mismatch between rpm and perl version logic

OBS-URL: https://build.opensuse.org/request/show/178580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CPAN-Meta-Requirements?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2013-06-13 15:32:28 +00:00 committed by Git OBS Bridge
commit c9033068c8
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 11 19:01:54 UTC 2013 - coolo@suse.com
- rebuild for fixed perl macros
-------------------------------------------------------------------
Mon Jun 3 11:56:55 UTC 2013 - coolo@suse.com
- add workaround for mismatch between rpm and perl version logic
-------------------------------------------------------------------
Thu May 31 13:00:13 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-CPAN-Meta-Requirements
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,6 +34,7 @@ BuildRequires: perl(version) >= 0.77
#BuildRequires: perl(CPAN::Meta::Requirements)
#BuildRequires: perl(Test::Requires)
Requires: perl(version) >= 0.77
Provides: perl(CPAN::Meta::Requirements) = %{version}000
%{perl_requires}
%description