1
0
Stephan Kulow 2013-10-04 17:28:45 +00:00 committed by Git OBS Bridge
parent 1b53bff375
commit 58b8a78502
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0399f89f9fecc00f4db1db6222e04d35f86472562b2541d194a5a9f385d02bb
size 20710

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1826828d3430e08c48fd94212a401338f794216112d0035125569439a5cfdab4
size 22320

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Oct 4 09:15:20 UTC 2013 - coolo@suse.com
- updated to 2.125
[FIXED]
- updated Makefile.PL logic to support PERL_NO_HIGHLANDER
- Better fix than 2.123. On old perls, rather than install into
'core', we continue to install into the proper 'site' library,
but force UNINST=1 when necessary to remove stale copies
from ExtUtils::MakeMaker
- On Perls prior to v5.12, CPAN::Meta::Requirements will be installed
into the 'core' library path to avoid an older version bundled with
ExtUtils::MakeMaker and installed there taking precedence.
-------------------------------------------------------------------
Tue Jun 11 19:01:54 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-CPAN-Meta-Requirements
Version: 2.122
Version: 2.125
Release: 0
%define cpan_name CPAN-Meta-Requirements
Summary: a set of version requirements for a CPAN dist
@ -32,8 +32,10 @@ BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(version) >= 0.77
#BuildRequires: perl(CPAN::Meta::Requirements)
#BuildRequires: perl(Test::Requires)
#BuildRequires: perl(Pod::Wordlist)
#BuildRequires: perl(Test::Spelling) >= 0.12
Requires: perl(version) >= 0.77
# MANUAL
Provides: perl(CPAN::Meta::Requirements) = %{version}000
%{perl_requires}
@ -63,6 +65,6 @@ exceptions.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE perlcritic.rc README README.PATCHING
%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README
%changelog