forked from pool/perl-Regexp-Common
- 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" <jonathan.wilson@Vanderbilt.Edu>. 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=18
This commit is contained in:
parent
91d1de65cf
commit
7bab4e4a4a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0bf9c2f40c64c05889f7bc16922bb01ca737410180949e088d6974e739e06b39
|
|
||||||
size 114141
|
|
3
Regexp-Common-2013031301.tar.gz
Normal file
3
Regexp-Common-2013031301.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:729a8198d264aa64ecbb233ff990507f97fbb66bda746b95f3286f50f5f25c84
|
||||||
|
size 115724
|
@ -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" <jonathan.wilson@Vanderbilt.Edu>.
|
||||||
|
|
||||||
|
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
|
Sat Feb 11 18:52:39 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Regexp-Common
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Regexp-Common
|
Name: perl-Regexp-Common
|
||||||
Version: 2011121001
|
Version: 2013031301
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Regexp-Common
|
%define cpan_name Regexp-Common
|
||||||
Summary: Provide commonly requested regular expressions
|
Summary: Provide commonly requested regular expressions
|
||||||
|
Loading…
Reference in New Issue
Block a user