Dominique Leuenberger 2015-12-18 20:51:28 +00:00 committed by Git OBS Bridge
commit 25697181f8
4 changed files with 54 additions and 9 deletions

View File

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

BIN
CPAN-Meta-Requirements-2.140.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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 Thu Apr 16 21:26:17 UTC 2015 - coolo@suse.com

View File

@ -17,10 +17,10 @@
Name: perl-CPAN-Meta-Requirements Name: perl-CPAN-Meta-Requirements
Version: 2.133000 Version: 2.140000
Release: 0 Release: 0
%define cpan_version 2.133 %define cpan_version 2.140
Provides: perl(CPAN::Meta::Requirements) = 2.133000 Provides: perl(CPAN::Meta::Requirements) = 2.140000
%define cpan_name CPAN-Meta-Requirements %define cpan_name CPAN-Meta-Requirements
Summary: Set of Version Requirements for a Cpan Dist Summary: Set of Version Requirements for a Cpan Dist
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
@ -40,9 +40,9 @@ Requires: perl(version) >= 0.88
%description %description
A CPAN::Meta::Requirements object models a set of version constraints like A CPAN::Meta::Requirements object models a set of version constraints like
those specified in the _META.yml_ or _META.json_ files in CPAN 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 distributions, and as defined by CPAN::Meta::Spec; It can be built up by
built up by adding more and more constraints, and it will reduce them to adding more and more constraints, and it will reduce them to the simplest
the simplest representation. representation.
Logically impossible constraints will be identified immediately by thrown Logically impossible constraints will be identified immediately by thrown
exceptions. exceptions.