From aeb319c67f799237177d92fc613ede4c0e6fa80488a588e8934199c00e3245a3 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Jun 2016 04:48:26 +0000 Subject: [PATCH] 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 --- Regexp-Common-2016020301.tar.gz | 3 --- Regexp-Common-2016053101.tar.gz | 3 +++ perl-Regexp-Common.changes | 46 +++++++++++++++++++++++++++++++++ perl-Regexp-Common.spec | 2 +- 4 files changed, 50 insertions(+), 4 deletions(-) delete mode 100644 Regexp-Common-2016020301.tar.gz create mode 100644 Regexp-Common-2016053101.tar.gz diff --git a/Regexp-Common-2016020301.tar.gz b/Regexp-Common-2016020301.tar.gz deleted file mode 100644 index f49077f..0000000 --- a/Regexp-Common-2016020301.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccdcb6ca034b2948f2efa042c75aff9edee355b800a81943432efcca95fa7e59 -size 119181 diff --git a/Regexp-Common-2016053101.tar.gz b/Regexp-Common-2016053101.tar.gz new file mode 100644 index 0000000..98edac7 --- /dev/null +++ b/Regexp-Common-2016053101.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63673a72f14ae1c2b35f2b5052b683e71980531130bca20489cad85b41b8b1ad +size 131810 diff --git a/perl-Regexp-Common.changes b/perl-Regexp-Common.changes index 0de3e70..1b65001 100644 --- a/perl-Regexp-Common.changes +++ b/perl-Regexp-Common.changes @@ -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 diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec index b6334ea..2a5e240 100644 --- a/perl-Regexp-Common.spec +++ b/perl-Regexp-Common.spec @@ -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