diff --git a/CPAN-Meta-Requirements-2.133.tar.gz b/CPAN-Meta-Requirements-2.133.tar.gz deleted file mode 100644 index 844ec82..0000000 --- a/CPAN-Meta-Requirements-2.133.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cd3e2ce06032f6e5ae79b329735c9aa6f01cadba07c5cfe692e35e43b38eb04 -size 27990 diff --git a/CPAN-Meta-Requirements-2.140.tar.gz b/CPAN-Meta-Requirements-2.140.tar.gz new file mode 100644 index 0000000..e25b631 --- /dev/null +++ b/CPAN-Meta-Requirements-2.140.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0898645e8e86f0922f0f0502b503f592a8eb3d3176b4fd87adcc7ba51e751fa9 +size 31540 diff --git a/perl-CPAN-Meta-Requirements.changes b/perl-CPAN-Meta-Requirements.changes index 811bd44..e51bf1d 100644 --- a/perl-CPAN-Meta-Requirements.changes +++ b/perl-CPAN-Meta-Requirements.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Sun Dec 13 09:31:20 UTC 2015 - coolo@suse.com + +- updated to 2.140 + see /usr/share/doc/packages/perl-CPAN-Meta-Requirements/Changes + + 2.140 2015-12-12 16:17:15-05:00 America/New_York + + - no changes from 2.139 + + 2.139 2015-12-11 12:42:44-05:00 America/New_York (TRIAL RELEASE) + + - expanded dist.ini from author bundle to individual plugins + + 2.138 2015-07-13 22:32:37-04:00 America/New_York (TRIAL RELEASE) + + - repackage with fixed tests + + 2.137 2015-07-09 09:53:32-04:00 America/New_York (TRIAL RELEASE) + + - much better error messages, explaining what conflicted and how + + 2.136 2015-06-08 21:35:27-06:00 America/Denver (TRIAL RELEASE) + + [FIXED] + + - On Perls before 5.8.1, pad 1-part and 2-part literal v-strings + to avoid old version.pm bugs with v-strings less than 3 characters + + - Protect internal _isa_version from non-refs that pass + ->isa('version') + + 2.135 2015-05-19 13:15:35-04:00 America/New_York (TRIAL RELEASE) + + [TESTING] + + - Skips impossible tests on Perls earlier than 5.8.0 (before + v-string magic). + + 2.134 2015-04-18 13:20:56+02:00 Europe/Berlin (TRIAL RELEASE) + + [ADDED] + + - Added method for getting structured requirements + ------------------------------------------------------------------- Thu Apr 16 21:26:17 UTC 2015 - coolo@suse.com diff --git a/perl-CPAN-Meta-Requirements.spec b/perl-CPAN-Meta-Requirements.spec index 29229b5..9222df3 100644 --- a/perl-CPAN-Meta-Requirements.spec +++ b/perl-CPAN-Meta-Requirements.spec @@ -17,10 +17,10 @@ Name: perl-CPAN-Meta-Requirements -Version: 2.133000 +Version: 2.140000 Release: 0 -%define cpan_version 2.133 -Provides: perl(CPAN::Meta::Requirements) = 2.133000 +%define cpan_version 2.140 +Provides: perl(CPAN::Meta::Requirements) = 2.140000 %define cpan_name CPAN-Meta-Requirements Summary: Set of Version Requirements for a Cpan Dist License: Artistic-1.0 or GPL-1.0+ @@ -40,9 +40,9 @@ Requires: perl(version) >= 0.88 %description A CPAN::Meta::Requirements object models a set of version constraints like those specified in the _META.yml_ or _META.json_ files in CPAN -distributions, and as defined by the CPAN::Meta::Spec manpage; It can be -built up by adding more and more constraints, and it will reduce them to -the simplest representation. +distributions, and as defined by CPAN::Meta::Spec; It can be built up by +adding more and more constraints, and it will reduce them to the simplest +representation. Logically impossible constraints will be identified immediately by thrown exceptions.