Accepting request 407688 from devel:languages:perl
- updated to 2016060801 see /usr/share/doc/packages/perl-Regexp-Common/Changes Version 2016060801 Wed Jun 8 14:40:04 CEST 2016 + Removed the optional leading 0 from Australian postal codes -- use -lax to enable this feature. + Improved the patterns for Belgian, Danish, Greenlandic, Swiss, Italian, German, French, and Norwegian postal codes, only matching actual valid codes. This implies rewriting their tests from scratch. + Added patterns for postal codes for Liechtenstein, Luxembourg, Monaco, San Marino, and Vatican City. + 2315992 tests in 73 files. Version 2016060201 Thu Jun 2 02:58:35 CEST 2016 + Improved Australian zip code pattern; pattern matches current zip codes + Tests for Australian zip now use Test::Regexp. + Stop distributing author tests. + 522126 tests in 68 files. Version 2016060101 Wed Jun 1 00:34:17 CEST 2016 + We ceased to support pre-5.10.0 perls. + Fix warnings for older perls ($RE {delimited}) + Removed t/test_keep.t + Improved testing for square numbers. + Updated the Copyright notices to include the current year. + 481918 tests in 72 files. OBS-URL: https://build.opensuse.org/request/show/407688 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Regexp-Common?expand=0&rev=28
This commit is contained in:
commit
4ddfd0a2ea
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63673a72f14ae1c2b35f2b5052b683e71980531130bca20489cad85b41b8b1ad
|
||||
size 131810
|
3
Regexp-Common-2016060801.tar.gz
Normal file
3
Regexp-Common-2016060801.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc2fc178facf0292974d6511bad677dd038fe60d7ac118e3b83a1ca9e98a8403
|
||||
size 237712
|
@ -19,7 +19,7 @@
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
license: Artistic-1.0 or Artistic-2.0 or BSD-3-Clause or MIT
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 12 13:42:40 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2016060801
|
||||
see /usr/share/doc/packages/perl-Regexp-Common/Changes
|
||||
|
||||
Version 2016060801 Wed Jun 8 14:40:04 CEST 2016
|
||||
+ Removed the optional leading 0 from Australian postal codes -- use -lax
|
||||
to enable this feature.
|
||||
+ Improved the patterns for Belgian, Danish, Greenlandic, Swiss, Italian,
|
||||
German, French, and Norwegian postal codes, only matching actual
|
||||
valid codes.
|
||||
This implies rewriting their tests from scratch.
|
||||
+ Added patterns for postal codes for Liechtenstein, Luxembourg,
|
||||
Monaco, San Marino, and Vatican City.
|
||||
+ 2315992 tests in 73 files.
|
||||
|
||||
Version 2016060201 Thu Jun 2 02:58:35 CEST 2016
|
||||
+ Improved Australian zip code pattern; pattern matches current zip codes
|
||||
+ Tests for Australian zip now use Test::Regexp.
|
||||
+ Stop distributing author tests.
|
||||
+ 522126 tests in 68 files.
|
||||
|
||||
Version 2016060101 Wed Jun 1 00:34:17 CEST 2016
|
||||
+ We ceased to support pre-5.10.0 perls.
|
||||
+ Fix warnings for older perls ($RE {delimited})
|
||||
+ Removed t/test_keep.t
|
||||
+ Improved testing for square numbers.
|
||||
+ Updated the Copyright notices to include the current year.
|
||||
+ 481918 tests in 72 files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 11:02:47 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: perl-Regexp-Common
|
||||
Version: 2016053101
|
||||
Version: 2016060801
|
||||
Release: 0
|
||||
%define cpan_name Regexp-Common
|
||||
Summary: Provide commonly requested regular expressions
|
||||
License: MIT
|
||||
License: Artistic-1.0 or Artistic-2.0 or BSD-3-Clause or MIT
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Regexp-Common/
|
||||
Source0: http://www.cpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz
|
||||
@ -58,6 +58,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT README TODO
|
||||
%doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT LICENSE README TODO
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user