1
0

- 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:
Stephan Kulow 2013-06-11 12:24:29 +00:00 committed by Git OBS Bridge
parent 91d1de65cf
commit 7bab4e4a4a
4 changed files with 28 additions and 5 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:729a8198d264aa64ecbb233ff990507f97fbb66bda746b95f3286f50f5f25c84
size 115724

View File

@ -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

View File

@ -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