Hello community,

here is the log from the commit of package perl-WWW-Form-UrlEncoded for 
openSUSE:Factory checked in at 2020-10-21 14:40:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-WWW-Form-UrlEncoded (Old)
 and      /work/SRC/openSUSE:Factory/.perl-WWW-Form-UrlEncoded.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-WWW-Form-UrlEncoded"

Wed Oct 21 14:40:19 2020 rev:2 rq:843206 version:0.26

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-WWW-Form-UrlEncoded/perl-WWW-Form-UrlEncoded.changes
        2018-10-01 08:19:15.973897002 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Form-UrlEncoded.new.3486/perl-WWW-Form-UrlEncoded.changes
      2020-10-21 14:40:29.953677061 +0200
@@ -1,0 +2,11 @@
+Wed Oct 21 11:09:33 UTC 2020 - Dirk Stoecker <opens...@dstoecker.de>
+
+- updated to 0.26
+   see /usr/share/doc/packages/perl-WWW-Form-UrlEncoded/Changes
+
+  0.26 2019-06-07T06:35:00Z
+  
+     - https://github.com/kazeburo/WWW-Form-UrlEncoded/pull/8
+     - https://github.com/kazeburo/WWW-Form-UrlEncoded/pull/7
+
+-------------------------------------------------------------------

Old:
----
  WWW-Form-UrlEncoded-0.25.tar.gz

New:
----
  WWW-Form-UrlEncoded-0.26.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-WWW-Form-UrlEncoded.spec ++++++
--- /var/tmp/diff_new_pack.38SNUk/_old  2020-10-21 14:40:30.777677528 +0200
+++ /var/tmp/diff_new_pack.38SNUk/_new  2020-10-21 14:40:30.777677528 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Form-UrlEncoded
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-WWW-Form-UrlEncoded
-Version:        0.25
+Version:        0.26
 Release:        0
 %define cpan_name WWW-Form-UrlEncoded
-Summary:        Parser and Builder for Application/X-Www-Form-Urlencoded
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        Parser and builder for application/x-www-form-urlencoded
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
+# MANUAL
+#BuildArch:     noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(JSON) >= 2
-BuildRequires:  perl(Module::Build) >= 0.380000
+BuildRequires:  perl(JSON::PP) >= 2
+BuildRequires:  perl(Module::Build) >= 0.400500
 BuildRequires:  perl(Test::More) >= 0.98
 %{perl_requires}
 
@@ -45,7 +48,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor optimize="%{optflags}"
 ./Build build flags=%{?_smp_mflags}
 
 %check
@@ -53,7 +56,6 @@
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -name ".keep" -printf "/bin/rm -v '%p'\n" |/bin/sh
 %perl_gen_filelist
 
 %files -f %{name}.files

++++++ WWW-Form-UrlEncoded-0.25.tar.gz -> WWW-Form-UrlEncoded-0.26.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Form-UrlEncoded-0.25/Changes 
new/WWW-Form-UrlEncoded-0.26/Changes
--- old/WWW-Form-UrlEncoded-0.25/Changes        2018-09-21 09:45:40.000000000 
+0200
+++ new/WWW-Form-UrlEncoded-0.26/Changes        2019-06-07 08:35:01.000000000 
+0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension WWW-Form-UrlEncoded
 
+0.26 2019-06-07T06:35:00Z
+
+   - https://github.com/kazeburo/WWW-Form-UrlEncoded/pull/8
+   - https://github.com/kazeburo/WWW-Form-UrlEncoded/pull/7
+
 0.25 2018-09-21T07:45:39Z
 
    - use JSON::PP for less deps 
https://github.com/kazeburo/WWW-Form-UrlEncoded/pull/6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Form-UrlEncoded-0.25/META.json 
new/WWW-Form-UrlEncoded-0.26/META.json
--- old/WWW-Form-UrlEncoded-0.25/META.json      2018-09-21 09:45:40.000000000 
+0200
+++ new/WWW-Form-UrlEncoded-0.26/META.json      2019-06-07 08:35:01.000000000 
+0200
@@ -59,7 +59,7 @@
    "provides" : {
       "WWW::Form::UrlEncoded" : {
          "file" : "lib/WWW/Form/UrlEncoded.pm",
-         "version" : "0.25"
+         "version" : "0.26"
       },
       "WWW::Form::UrlEncoded::PP" : {
          "file" : "lib/WWW/Form/UrlEncoded/PP.pm"
@@ -76,9 +76,11 @@
          "web" : "https://github.com/kazeburo/WWW-Form-UrlEncoded";
       }
    },
-   "version" : "0.25",
+   "version" : "0.26",
    "x_contributors" : [
-      "Graham Knop <ha...@haarg.org>"
+      "Charlène <juliana...@posteo.jp>",
+      "Graham Knop <ha...@haarg.org>",
+      "Mikko Johannes Koivunalho <mikko.koivuna...@iki.fi>"
    ],
    "x_serialization_backend" : "JSON::PP version 2.27300_01",
    "x_static_install" : 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Form-UrlEncoded-0.25/META.yml 
new/WWW-Form-UrlEncoded-0.26/META.yml
--- old/WWW-Form-UrlEncoded-0.25/META.yml       2018-09-21 09:45:40.000000000 
+0200
+++ new/WWW-Form-UrlEncoded-0.26/META.yml       2019-06-07 08:35:01.000000000 
+0200
@@ -27,7 +27,7 @@
 provides:
   WWW::Form::UrlEncoded:
     file: lib/WWW/Form/UrlEncoded.pm
-    version: '0.25'
+    version: '0.26'
   WWW::Form::UrlEncoded::PP:
     file: lib/WWW/Form/UrlEncoded/PP.pm
 requires:
@@ -37,8 +37,10 @@
   bugtracker: https://github.com/kazeburo/WWW-Form-UrlEncoded/issues
   homepage: https://github.com/kazeburo/WWW-Form-UrlEncoded
   repository: git://github.com/kazeburo/WWW-Form-UrlEncoded.git
-version: '0.25'
+version: '0.26'
 x_contributors:
+  - 'Charlène <juliana...@posteo.jp>'
   - 'Graham Knop <ha...@haarg.org>'
+  - 'Mikko Johannes Koivunalho <mikko.koivuna...@iki.fi>'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
 x_static_install: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Form-UrlEncoded-0.25/builder/MyBuilder.pm 
new/WWW-Form-UrlEncoded-0.26/builder/MyBuilder.pm
--- old/WWW-Form-UrlEncoded-0.25/builder/MyBuilder.pm   2018-09-21 
09:45:40.000000000 +0200
+++ new/WWW-Form-UrlEncoded-0.26/builder/MyBuilder.pm   2019-06-07 
08:35:01.000000000 +0200
@@ -9,6 +9,9 @@
 sub ACTION_code {
     my $self = shift;
     $self->SUPER::ACTION_code();
+
+    return if $ENV{BREAK_BACKWARD_COMPAT};
+
     my $archdir = 
File::Spec->catdir($self->blib,'arch','auto','WWW','Form','UrlEncoded','XS');
     File::Path::mkpath($archdir, 0, oct(777)) unless -d $archdir;
     my $keep_arch = File::Spec->catfile($archdir,'.keep');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Form-UrlEncoded-0.25/lib/WWW/Form/UrlEncoded.pm 
new/WWW-Form-UrlEncoded-0.26/lib/WWW/Form/UrlEncoded.pm
--- old/WWW-Form-UrlEncoded-0.25/lib/WWW/Form/UrlEncoded.pm     2018-09-21 
09:45:40.000000000 +0200
+++ new/WWW-Form-UrlEncoded-0.26/lib/WWW/Form/UrlEncoded.pm     2019-06-07 
08:35:01.000000000 +0200
@@ -5,7 +5,7 @@
 use warnings;
 
 BEGIN {
-    our $VERSION = "0.25";
+    our $VERSION = "0.26";
     our @EXPORT_OK = qw/parse_urlencoded parse_urlencoded_arrayref 
build_urlencoded build_urlencoded_utf8/;
 
     my $use_pp = $ENV{WWW_FORM_URLENCODED_PP};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Form-UrlEncoded-0.25/t/01_parse.t 
new/WWW-Form-UrlEncoded-0.26/t/01_parse.t
--- old/WWW-Form-UrlEncoded-0.25/t/01_parse.t   2018-09-21 09:45:40.000000000 
+0200
+++ new/WWW-Form-UrlEncoded-0.26/t/01_parse.t   2019-06-07 08:35:01.000000000 
+0200
@@ -38,6 +38,7 @@
 'a&c=d'       => ["a","","c","d"]
 'a=b&=d'      => ["a","b","","d"]
 'a=b&='       => ["a","b","",""]
+'a=&'         => ["a","","",""]
 '&'           => ["","","",""]
 '='           => ["",""]
 ''            => []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Form-UrlEncoded-0.25/t/02_parse_pp.t 
new/WWW-Form-UrlEncoded-0.26/t/02_parse_pp.t
--- old/WWW-Form-UrlEncoded-0.25/t/02_parse_pp.t        2018-09-21 
09:45:40.000000000 +0200
+++ new/WWW-Form-UrlEncoded-0.26/t/02_parse_pp.t        2019-06-07 
08:35:01.000000000 +0200
@@ -38,6 +38,7 @@
 'a&c=d'       => ["a","","c","d"]
 'a=b&=d'      => ["a","b","","d"]
 'a=b&='       => ["a","b","",""]
+'a=&'         => ["a","","",""]
 '&'           => ["","","",""]
 '='           => ["",""]
 ''            => []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Form-UrlEncoded-0.25/t/03_build.t 
new/WWW-Form-UrlEncoded-0.26/t/03_build.t
--- old/WWW-Form-UrlEncoded-0.25/t/03_build.t   2018-09-21 09:45:40.000000000 
+0200
+++ new/WWW-Form-UrlEncoded-0.26/t/03_build.t   2019-06-07 08:35:01.000000000 
+0200
@@ -22,6 +22,7 @@
     ['a'=>'b','c'=> undef,';'] => 'a=b;c=',
     ['a'] => 'a=',
     ['a'=>undef] => 'a=',
+    ['a'=>'',''=>''] => 'a=&=',
     [undef] => '=',
     [] => '',
 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Form-UrlEncoded-0.25/t/05_parse_arrayref.t 
new/WWW-Form-UrlEncoded-0.26/t/05_parse_arrayref.t
--- old/WWW-Form-UrlEncoded-0.25/t/05_parse_arrayref.t  2018-09-21 
09:45:40.000000000 +0200
+++ new/WWW-Form-UrlEncoded-0.26/t/05_parse_arrayref.t  2019-06-07 
08:35:01.000000000 +0200
@@ -33,6 +33,7 @@
 'a&c=d'       => ["a","","c","d"]
 'a=b&=d'      => ["a","b","","d"]
 'a=b&='       => ["a","b","",""]
+'a=&'         => ["a","","",""]
 '&'           => ["","","",""]
 '='           => ["",""]
 ''            => []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Form-UrlEncoded-0.25/t/06_parse_arrayref_pp.t 
new/WWW-Form-UrlEncoded-0.26/t/06_parse_arrayref_pp.t
--- old/WWW-Form-UrlEncoded-0.25/t/06_parse_arrayref_pp.t       2018-09-21 
09:45:40.000000000 +0200
+++ new/WWW-Form-UrlEncoded-0.26/t/06_parse_arrayref_pp.t       2019-06-07 
08:35:01.000000000 +0200
@@ -33,6 +33,7 @@
 'a&c=d'       => ["a","","c","d"]
 'a=b&=d'      => ["a","b","","d"]
 'a=b&='       => ["a","b","",""]
+'a=&'         => ["a","","",""]
 '&'           => ["","","",""]
 '='           => ["",""]
 ''            => []

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to