diff --git a/Regexp-Common-2016053101.tar.gz b/Regexp-Common-2016053101.tar.gz deleted file mode 100644 index 98edac7..0000000 --- a/Regexp-Common-2016053101.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63673a72f14ae1c2b35f2b5052b683e71980531130bca20489cad85b41b8b1ad -size 131810 diff --git a/Regexp-Common-2016060801.tar.gz b/Regexp-Common-2016060801.tar.gz new file mode 100644 index 0000000..abf0577 --- /dev/null +++ b/Regexp-Common-2016060801.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2fc178facf0292974d6511bad677dd038fe60d7ac118e3b83a1ca9e98a8403 +size 237712 diff --git a/cpanspec.yml b/cpanspec.yml index 76ad4a4..53b51ae 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -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 diff --git a/perl-Regexp-Common.changes b/perl-Regexp-Common.changes index 1b65001..910698f 100644 --- a/perl-Regexp-Common.changes +++ b/perl-Regexp-Common.changes @@ -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 diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec index 2a5e240..632dc95 100644 --- a/perl-Regexp-Common.spec +++ b/perl-Regexp-Common.spec @@ -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