Accepting request 202272 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/202272 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CPAN-Meta-Requirements?expand=0&rev=6
This commit is contained in:
commit
05e69c4ec9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0399f89f9fecc00f4db1db6222e04d35f86472562b2541d194a5a9f385d02bb
|
||||
size 20710
|
3
CPAN-Meta-Requirements-2.125.tar.gz
Normal file
3
CPAN-Meta-Requirements-2.125.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1826828d3430e08c48fd94212a401338f794216112d0035125569439a5cfdab4
|
||||
size 22320
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user