Accepting request 399105 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/399105 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=26
This commit is contained in:
parent
99bdcaed03
commit
aeb319c67f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccdcb6ca034b2948f2efa042c75aff9edee355b800a81943432efcca95fa7e59
|
||||
size 119181
|
3
Regexp-Common-2016053101.tar.gz
Normal file
3
Regexp-Common-2016053101.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63673a72f14ae1c2b35f2b5052b683e71980531130bca20489cad85b41b8b1ad
|
||||
size 131810
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 11:02:47 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2016053101
|
||||
see /usr/share/doc/packages/perl-Regexp-Common/Changes
|
||||
|
||||
Version 2016053101 Tue May 31 00:16:57 CEST 2016
|
||||
+ Added a pattern for Austrian postal codes. (RT 53299)
|
||||
|
||||
Version 2016053001 Mon May 30 14:12:17 CEST 2016
|
||||
+ No change at all, work around PAUSE issues.
|
||||
|
||||
Version 2016052901 Sun May 29 22:46:42 CEST 2016
|
||||
+ Fix POD nit (RT 103850)
|
||||
+ Don't run author only tests, unless AUTHOR_TESTING is set (RT 90600)
|
||||
+ Added a 'strict' option to matching IPv4 addresses. (RT 93437)
|
||||
+ 392978 tests in 71 files.
|
||||
|
||||
Version 2016052804 Sat May 28 23:24:37 CEST 2016
|
||||
+ Fix issues with matching Roman numerals, where the pattern wasn't greedy
|
||||
enough. (RT 104353)
|
||||
+ Allow Roman numerals to match sequences of 4 Is, Xs, Cs and Ms. This
|
||||
raises the maximum number to be matched to 4999 (MMMMCMXCIX)
|
||||
+ POD nits (Debian Perl Group)
|
||||
+ 387994 tests in 67 files.
|
||||
|
||||
Version 2016052803 Sat May 28 12:24:06 CEST 2016
|
||||
+ POD nits (Debian Perl Group)
|
||||
+ Eliminate the use of s///r (Slaven Rezix)
|
||||
+ Require 5.014 for the 'bquote' pattern.
|
||||
|
||||
Version 2016052802 Sat May 28 01:40:43 CEST 2016
|
||||
+ Document what is captured for the 'bquote' pattern.
|
||||
|
||||
Version 2016052801 Sat May 28 00:40:22 CEST 2016
|
||||
+ When multiple delimiters are given, wrap the clauses inside a (?|).
|
||||
This makes that, under -keep, the used delimiters are always in
|
||||
$2 and $4, and the string between the delimiters is always in $3.
|
||||
A requirement on 5.10.0 is now in place for the 'delimited' and 'quoted'
|
||||
patterns.
|
||||
+ The 'delimited' pattern now allows specifying closing delimiters which
|
||||
are different from the opening delimiters.
|
||||
+ Added a 'bquoted' pattern, which is a shortcut for using the 'delimited'
|
||||
pattern with 85 mirror imaged bracketing constructs.
|
||||
+ 248427 tests in 67 files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 7 10:34:30 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Regexp-Common
|
||||
Version: 2016020301
|
||||
Version: 2016053101
|
||||
Release: 0
|
||||
%define cpan_name Regexp-Common
|
||||
Summary: Provide commonly requested regular expressions
|
||||
|
Loading…
x
Reference in New Issue
Block a user