From 4908db412645277b4a10d93882a7a15bdae55c329f5213da422b647233014f7e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 12 Jun 2016 14:22:44 +0000 Subject: [PATCH 1/2] Accepting request 401441 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/401441 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=28 --- Regexp-Common-2016053101.tar.gz | 3 --- Regexp-Common-2016060801.tar.gz | 3 +++ perl-Regexp-Common.changes | 31 +++++++++++++++++++++++++++++++ perl-Regexp-Common.spec | 6 +++--- 4 files changed, 37 insertions(+), 6 deletions(-) delete mode 100644 Regexp-Common-2016053101.tar.gz create mode 100644 Regexp-Common-2016060801.tar.gz 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/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..5234e59 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: SUSE-Public-Domain 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 From 8d1a8adbcbab0b41f37f3d071f2f75e5c2f97317c89f4dc870550f13a4f83bd1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 11 Jul 2016 05:31:35 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=29 --- cpanspec.yml | 2 +- perl-Regexp-Common.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.spec b/perl-Regexp-Common.spec index 5234e59..632dc95 100644 --- a/perl-Regexp-Common.spec +++ b/perl-Regexp-Common.spec @@ -21,7 +21,7 @@ Version: 2016060801 Release: 0 %define cpan_name Regexp-Common Summary: Provide commonly requested regular expressions -License: SUSE-Public-Domain +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