diff --git a/Regexp-Common-2011121001.tar.gz b/Regexp-Common-2011121001.tar.gz deleted file mode 100644 index e6a7296..0000000 --- a/Regexp-Common-2011121001.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bf9c2f40c64c05889f7bc16922bb01ca737410180949e088d6974e739e06b39 -size 114141 diff --git a/Regexp-Common-2013031301.tar.gz b/Regexp-Common-2013031301.tar.gz new file mode 100644 index 0000000..7941f4e --- /dev/null +++ b/Regexp-Common-2013031301.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729a8198d264aa64ecbb233ff990507f97fbb66bda746b95f3286f50f5f25c84 +size 115724 diff --git a/perl-Regexp-Common.changes b/perl-Regexp-Common.changes index e36524d..ea6b745 100644 --- a/perl-Regexp-Common.changes +++ b/perl-Regexp-Common.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Jun 11 11:58:34 UTC 2013 - coolo@suse.com + +- updated to 2013031301 + + Pattern for IPv6 addresses. Requested by Guy Edwards and many others. + RT 50693. + + Version 2013031201 Tue Mar 12 15:44:48 CET 2013 + + Allow host/domain names to start with a digit, using + $RE{net}{domain}{-rfc1101}. Requested by Guy Edwards and many others. + RT 23626. + + Version 2013031101 Mon Mar 11 21:02:45 CET 2013 + + For integers and decimal numbers (reals), allow the user to specify the + pattern of the signs (leading sign, and for reals, the sign of the exponent). + This gives the user the option to ask for a pattern that matches unsigned + numbers (by specifying the empty string as the pattern). + Requested by "Wilson, Jonathan" . + + Version 2013030901 Sat Mar 9 14:51:42 CET 2013 + + Use (?-1) instead of (??{ }) for the recursive balanced pattern. + This makes the pattern unavailable for pre-5.010 perls. + ------------------------------------------------------------------- Sat Feb 11 18:52:39 UTC 2012 - coolo@suse.com diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec index 966fca2..f25b567 100644 --- a/perl-Regexp-Common.spec +++ b/perl-Regexp-Common.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Regexp-Common # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Regexp-Common -Version: 2011121001 +Version: 2013031301 Release: 0 %define cpan_name Regexp-Common Summary: Provide commonly requested regular expressions