commit perl-CGI for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2020-10-08 13:11:21

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.4249 (New)


Package is "perl-CGI"

Thu Oct  8 13:11:21 2020 rev:21 rq:839746 version:4.51

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2020-06-27 
23:20:59.797509882 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.4249/perl-CGI.changes  
2020-10-08 13:12:13.771174895 +0200
@@ -1,0 +2,6 @@
+Tue Oct  6 03:07:09 UTC 2020 - Tina Müller 
+
+- updated to 4.51
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+---

Old:

  CGI-4.50.tar.gz

New:

  CGI-4.51.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.JylzVD/_old  2020-10-08 13:12:14.295175370 +0200
+++ /var/tmp/diff_new_pack.JylzVD/_new  2020-10-08 13:12:14.299175374 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.50
+Version:4.51
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.50.tar.gz -> CGI-4.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.50/Changes new/CGI-4.51/Changes
--- old/CGI-4.50/Changes2020-06-22 09:32:06.0 +0200
+++ new/CGI-4.51/Changes2020-09-25 15:20:14.0 +0200
@@ -1,4 +1,9 @@
-4.50 2019-06-22
+4.51 2020-10-01
+
+[ DOCUMENTATION ]
+- Document support for SameSite=None cookies in CGI::Cookie (GH #244)
+
+4.50 2020-06-22
 
 [ ENHANCEMENT ]
 - Add APPEND_QUERY_STRING option (GH #243, thanks to stevenh)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.50/META.json new/CGI-4.51/META.json
--- old/CGI-4.50/META.json  2020-06-22 09:34:37.0 +0200
+++ new/CGI-4.51/META.json  2020-10-05 08:13:22.0 +0200
@@ -78,6 +78,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.50",
+   "version" : "4.51",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.50/META.yml new/CGI-4.51/META.yml
--- old/CGI-4.50/META.yml   2020-06-22 09:34:37.0 +0200
+++ new/CGI-4.51/META.yml   2020-10-05 08:13:22.0 +0200
@@ -47,5 +47,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.50'
+version: '4.51'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.50/lib/CGI/Carp.pm new/CGI-4.51/lib/CGI/Carp.pm
--- old/CGI-4.50/lib/CGI/Carp.pm2020-06-22 09:30:45.0 +0200
+++ new/CGI-4.51/lib/CGI/Carp.pm2020-09-25 15:20:35.0 +0200
@@ -326,7 +326,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.50';
+$CGI::Carp::VERSION = '4.51';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.50/lib/CGI/Cookie.pm 
new/CGI-4.51/lib/CGI/Cookie.pm
--- old/CGI-4.50/lib/CGI/Cookie.pm  2020-06-22 09:30:51.0 +0200
+++ new/CGI-4.51/lib/CGI/Cookie.pm  2020-09-25 15:20:39.0 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION='4.50';
+our $VERSION='4.51';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \_string, 'cmp' => \, 'fallback' => 1;
@@ -337,7 +337,7 @@
 
 =item B<6. samesite flag>
 
-Allowed settings are C and C.
+Allowed settings are C, C and C.
 
 As of June 2016, support is limited to recent releases of Chrome and Opera.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.50/lib/CGI/File/Temp.pm 
new/CGI-4.51/lib/CGI/File/Temp.pm
--- old/CGI-4.50/lib/CGI/File/Temp.pm   2020-06-22 09:30:43.0 +0200
+++ new/CGI-4.51/lib/CGI/File/Temp.pm   2020-09-25 15:20:33.0 +0200
@@ -3,7 +3,7 @@
 # you use it directly and your code breaks horribly.
 package CGI::File::Temp;
 
-$CGI::File::Temp::VERSION = '4.50';
+$CGI::File::Temp::VERSION = '4.51';
 
 use parent File::Temp;
 use parent Fh;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.50/lib/CGI/Pretty.pm 
new/CGI-4.51/lib/CGI/Pretty.pm
--- old/CGI-4.50/lib/CGI/Pretty.pm  2020-06-22 09:30:52.0 +0200
+++ 

commit perl-CGI for openSUSE:Factory

2020-06-27 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2020-06-27 23:20:53

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.3060 (New)


Package is "perl-CGI"

Sat Jun 27 23:20:53 2020 rev:20 rq:816784 version:4.50

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2020-06-11 
14:44:04.817273834 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.3060/perl-CGI.changes  
2020-06-27 23:20:59.797509882 +0200
@@ -1,0 +2,11 @@
+Tue Jun 23 03:07:24 UTC 2020 - Tina Müller 
+
+- updated to 4.50
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.50 2019-06-22
+
+  [ ENHANCEMENT ]
+  - Add APPEND_QUERY_STRING option (GH #243, thanks to stevenh)
+
+---

Old:

  CGI-4.49.tar.gz

New:

  CGI-4.50.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.ocsDsF/_old  2020-06-27 23:21:00.329511631 +0200
+++ /var/tmp/diff_new_pack.ocsDsF/_new  2020-06-27 23:21:00.329511631 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.49
+Version:4.50
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.49.tar.gz -> CGI-4.50.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.49/Changes new/CGI-4.50/Changes
--- old/CGI-4.49/Changes2020-06-08 11:41:53.0 +0200
+++ new/CGI-4.50/Changes2020-06-22 09:32:06.0 +0200
@@ -1,3 +1,8 @@
+4.50 2019-06-22
+
+[ ENHANCEMENT ]
+- Add APPEND_QUERY_STRING option (GH #243, thanks to stevenh)
+
 4.49 2020-06-08
 
 [ FIX ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.49/MANIFEST new/CGI-4.50/MANIFEST
--- old/CGI-4.49/MANIFEST   2020-06-08 11:43:55.0 +0200
+++ new/CGI-4.50/MANIFEST   2020-06-22 09:34:37.0 +0200
@@ -24,6 +24,7 @@
 t/Dump.t
 t/arbitrary_handles.t
 t/autoescape.t
+t/append_query.t
 t/can.t
 t/carp.t
 t/cgi.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.49/META.json new/CGI-4.50/META.json
--- old/CGI-4.49/META.json  2020-06-08 11:43:55.0 +0200
+++ new/CGI-4.50/META.json  2020-06-22 09:34:37.0 +0200
@@ -78,6 +78,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.49",
+   "version" : "4.50",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.49/META.yml new/CGI-4.50/META.yml
--- old/CGI-4.49/META.yml   2020-06-08 11:43:55.0 +0200
+++ new/CGI-4.50/META.yml   2020-06-22 09:34:37.0 +0200
@@ -47,5 +47,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.49'
+version: '4.50'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.49/lib/CGI/Carp.pm new/CGI-4.50/lib/CGI/Carp.pm
--- old/CGI-4.49/lib/CGI/Carp.pm2020-06-08 11:40:24.0 +0200
+++ new/CGI-4.50/lib/CGI/Carp.pm2020-06-22 09:30:45.0 +0200
@@ -326,7 +326,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.49';
+$CGI::Carp::VERSION = '4.50';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.49/lib/CGI/Cookie.pm 
new/CGI-4.50/lib/CGI/Cookie.pm
--- old/CGI-4.49/lib/CGI/Cookie.pm  2020-06-08 11:40:29.0 +0200
+++ new/CGI-4.50/lib/CGI/Cookie.pm  2020-06-22 09:30:51.0 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION='4.49';
+our $VERSION='4.50';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \_string, 'cmp' => \, 'fallback' => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.49/lib/CGI/File/Temp.pm 
new/CGI-4.50/lib/CGI/File/Temp.pm
--- old/CGI-4.49/lib/CGI/File/Temp.pm   2020-06-08 11:40:22.0 +0200
+++ new/CGI-4.50/lib/CGI/File/Temp.pm   2020-06-22 09:30:43.0 +0200
@@ -3,7 +3,7 @@
 # you use it directly and your code breaks horribly.
 package CGI::File::Temp;
 
-$CGI::File::Temp::VERSION = '4.49';
+$CGI::File::Temp::VERSION = '4.50';
 
 use parent File::Temp;
 use parent Fh;
diff -urN '--exclude=CVS' 

commit perl-CGI for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2020-06-11 14:43:30

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.3606 (New)


Package is "perl-CGI"

Thu Jun 11 14:43:30 2020 rev:19 rq:813191 version:4.49

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2020-06-05 
20:04:20.96075 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.3606/perl-CGI.changes  
2020-06-11 14:44:04.817273834 +0200
@@ -1,0 +2,11 @@
+Tue Jun  9 18:19:31 UTC 2020 - Tina Müller 
+
+- updated to 4.49
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.49 2020-06-08
+
+  [ FIX ]
+  - remove deprecation warning as no longer in core (GH #221)
+
+---

Old:

  CGI-4.48.tar.gz

New:

  CGI-4.49.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.Y5qCJb/_old  2020-06-11 14:44:06.017277329 +0200
+++ /var/tmp/diff_new_pack.Y5qCJb/_new  2020-06-11 14:44:06.021277341 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.48
+Version:4.49
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.48.tar.gz -> CGI-4.49.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.48/Changes new/CGI-4.49/Changes
--- old/CGI-4.48/Changes2020-06-02 10:20:00.0 +0200
+++ new/CGI-4.49/Changes2020-06-08 11:41:53.0 +0200
@@ -1,3 +1,8 @@
+4.49 2020-06-08
+
+[ FIX ]
+- remove deprecation warning as no longer in core (GH #221)
+
 4.48 2020-06-02
 
 [ FIX ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.48/META.json new/CGI-4.49/META.json
--- old/CGI-4.48/META.json  2020-06-02 10:21:17.0 +0200
+++ new/CGI-4.49/META.json  2020-06-08 11:43:55.0 +0200
@@ -78,6 +78,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.48",
+   "version" : "4.49",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.48/META.yml new/CGI-4.49/META.yml
--- old/CGI-4.48/META.yml   2020-06-02 10:21:17.0 +0200
+++ new/CGI-4.49/META.yml   2020-06-08 11:43:55.0 +0200
@@ -47,5 +47,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.48'
+version: '4.49'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.48/lib/CGI/Carp.pm new/CGI-4.49/lib/CGI/Carp.pm
--- old/CGI-4.48/lib/CGI/Carp.pm2020-06-02 10:18:44.0 +0200
+++ new/CGI-4.49/lib/CGI/Carp.pm2020-06-08 11:40:24.0 +0200
@@ -1,5 +1,4 @@
 package CGI::Carp;
-use if $] >= 5.019, 'deprecate';
 
 my $appease_cpants_kwalitee = q/
 use strict;
@@ -327,7 +326,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.48';
+$CGI::Carp::VERSION = '4.49';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.48/lib/CGI/Cookie.pm 
new/CGI-4.49/lib/CGI/Cookie.pm
--- old/CGI-4.48/lib/CGI/Cookie.pm  2020-06-02 10:18:47.0 +0200
+++ new/CGI-4.49/lib/CGI/Cookie.pm  2020-06-08 11:40:29.0 +0200
@@ -3,9 +3,7 @@
 use strict;
 use warnings;
 
-use if $] >= 5.019, 'deprecate';
-
-our $VERSION='4.48';
+our $VERSION='4.49';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \_string, 'cmp' => \, 'fallback' => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.48/lib/CGI/File/Temp.pm 
new/CGI-4.49/lib/CGI/File/Temp.pm
--- old/CGI-4.48/lib/CGI/File/Temp.pm   2020-06-02 10:18:43.0 +0200
+++ new/CGI-4.49/lib/CGI/File/Temp.pm   2020-06-08 11:40:22.0 +0200
@@ -3,7 +3,7 @@
 # you use it directly and your code breaks horribly.
 package CGI::File::Temp;
 
-$CGI::File::Temp::VERSION = '4.48';
+$CGI::File::Temp::VERSION = '4.49';
 
 use parent File::Temp;
 use parent Fh;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.48/lib/CGI/Pretty.pm 
new/CGI-4.49/lib/CGI/Pretty.pm
--- old/CGI-4.48/lib/CGI/Pretty.pm  2020-06-02 10:18:50.0 +0200
+++ new/CGI-4.49/lib/CGI/Pretty.pm  2020-06-08 

commit perl-CGI for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2020-06-05 20:03:47

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.3606 (New)


Package is "perl-CGI"

Fri Jun  5 20:03:47 2020 rev:18 rq:811085 version:4.48

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2020-05-04 
18:33:05.784144471 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.3606/perl-CGI.changes  
2020-06-05 20:04:20.96075 +0200
@@ -1,0 +2,13 @@
+Tue Jun  2 15:31:48 UTC 2020 - Tina Müller 
+
+- updated to 4.48
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.48 2020-06-02
+  
+  [ FIX ]
+  - fix CGI::Cookie->bake() doesn't work with mod_perl redirects (GH #240)
+  - thanks to sherrardb for the PR (GH #241)
+  
+
+---

Old:

  CGI-4.47.tar.gz

New:

  CGI-4.48.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.tfhGpS/_old  2020-06-05 20:04:23.780763693 +0200
+++ /var/tmp/diff_new_pack.tfhGpS/_new  2020-06-05 20:04:23.784763707 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.47
+Version:4.48
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.47.tar.gz -> CGI-4.48.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.47/Changes new/CGI-4.48/Changes
--- old/CGI-4.47/Changes2020-05-01 14:54:08.0 +0200
+++ new/CGI-4.48/Changes2020-06-02 10:20:00.0 +0200
@@ -1,3 +1,9 @@
+4.48 2020-06-02
+
+[ FIX ]
+- fix CGI::Cookie->bake() doesn't work with mod_perl redirects (GH #240)
+- thanks to sherrardb for the PR (GH #241)
+
 4.47 2020-05-01
 
 [ FIX / TESTING ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.47/META.json new/CGI-4.48/META.json
--- old/CGI-4.47/META.json  2020-05-01 14:59:52.0 +0200
+++ new/CGI-4.48/META.json  2020-06-02 10:21:17.0 +0200
@@ -78,6 +78,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.47",
+   "version" : "4.48",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.47/META.yml new/CGI-4.48/META.yml
--- old/CGI-4.47/META.yml   2020-05-01 14:59:51.0 +0200
+++ new/CGI-4.48/META.yml   2020-06-02 10:21:17.0 +0200
@@ -47,5 +47,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.47'
+version: '4.48'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.47/lib/CGI/Carp.pm new/CGI-4.48/lib/CGI/Carp.pm
--- old/CGI-4.47/lib/CGI/Carp.pm2020-05-01 14:53:12.0 +0200
+++ new/CGI-4.48/lib/CGI/Carp.pm2020-06-02 10:18:44.0 +0200
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.47';
+$CGI::Carp::VERSION = '4.48';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.47/lib/CGI/Cookie.pm 
new/CGI-4.48/lib/CGI/Cookie.pm
--- old/CGI-4.47/lib/CGI/Cookie.pm  2020-05-01 14:53:17.0 +0200
+++ new/CGI-4.48/lib/CGI/Cookie.pm  2020-06-02 10:18:47.0 +0200
@@ -5,7 +5,7 @@
 
 use if $] >= 5.019, 'deprecate';
 
-our $VERSION='4.47';
+our $VERSION='4.48';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \_string, 'cmp' => \, 'fallback' => 1;
@@ -167,7 +167,7 @@
   : Apache->request
   } if $MOD_PERL;
   if ($r) {
-  $r->headers_out->add('Set-Cookie' => $self->as_string);
+  $r->err_headers_out->add('Set-Cookie' => $self->as_string);
   } else {
   require CGI;
   print CGI::header(-cookie => $self);
@@ -440,7 +440,7 @@
 Mod_perl users can set cookies using the request object's header_out()
 method:
 
-  $r->headers_out->set('Set-Cookie' => $c);
+  $r->err_headers_out->add('Set-Cookie' => $c);
 
 Internally, Cookie overloads the "" operator to call its as_string()
 method when incorporated into the HTTP header.  as_string() turns the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.47/lib/CGI/File/Temp.pm 
new/CGI-4.48/lib/CGI/File/Temp.pm
--- 

commit perl-CGI for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2020-05-04 18:32:41

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.2738 (New)


Package is "perl-CGI"

Mon May  4 18:32:41 2020 rev:17 rq:799929 version:4.47

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2020-03-25 
23:42:00.955968471 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.2738/perl-CGI.changes  
2020-05-04 18:33:05.784144471 +0200
@@ -1,0 +2,12 @@
+Sat May  2 03:07:28 UTC 2020 - Tina Müller 
+
+updated to 4.47
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.47 2020-05-01
+  
+  [ FIX / TESTING ]
+  - fix typo in variable name (GH #239)
+  
+
+---

Old:

  CGI-4.46.tar.gz

New:

  CGI-4.47.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.CcuyL4/_old  2020-05-04 18:33:06.520145962 +0200
+++ /var/tmp/diff_new_pack.CcuyL4/_new  2020-05-04 18:33:06.524145970 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.46
+Version:4.47
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.46.tar.gz -> CGI-4.47.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.46/Changes new/CGI-4.47/Changes
--- old/CGI-4.46/Changes2020-02-03 15:47:56.0 +0100
+++ new/CGI-4.47/Changes2020-05-01 14:54:08.0 +0200
@@ -1,3 +1,8 @@
+4.47 2020-05-01
+
+[ FIX / TESTING ]
+- fix typo in variable name (GH #239)
+
 4.46 2020-02-03
 
 [ DOCUMENTATION ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.46/META.json new/CGI-4.47/META.json
--- old/CGI-4.46/META.json  2020-02-03 15:49:04.0 +0100
+++ new/CGI-4.47/META.json  2020-05-01 14:59:52.0 +0200
@@ -78,6 +78,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.46",
+   "version" : "4.47",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.46/META.yml new/CGI-4.47/META.yml
--- old/CGI-4.46/META.yml   2020-02-03 15:49:04.0 +0100
+++ new/CGI-4.47/META.yml   2020-05-01 14:59:51.0 +0200
@@ -47,5 +47,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.46'
+version: '4.47'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.46/lib/CGI/Carp.pm new/CGI-4.47/lib/CGI/Carp.pm
--- old/CGI-4.46/lib/CGI/Carp.pm2020-02-03 15:46:16.0 +0100
+++ new/CGI-4.47/lib/CGI/Carp.pm2020-05-01 14:53:12.0 +0200
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.46';
+$CGI::Carp::VERSION = '4.47';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.46/lib/CGI/Cookie.pm 
new/CGI-4.47/lib/CGI/Cookie.pm
--- old/CGI-4.46/lib/CGI/Cookie.pm  2020-02-03 15:46:22.0 +0100
+++ new/CGI-4.47/lib/CGI/Cookie.pm  2020-05-01 14:53:17.0 +0200
@@ -5,7 +5,7 @@
 
 use if $] >= 5.019, 'deprecate';
 
-our $VERSION='4.46';
+our $VERSION='4.47';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \_string, 'cmp' => \, 'fallback' => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.46/lib/CGI/File/Temp.pm 
new/CGI-4.47/lib/CGI/File/Temp.pm
--- old/CGI-4.46/lib/CGI/File/Temp.pm   2020-02-03 15:46:11.0 +0100
+++ new/CGI-4.47/lib/CGI/File/Temp.pm   2020-05-01 14:53:10.0 +0200
@@ -3,7 +3,7 @@
 # you use it directly and your code breaks horribly.
 package CGI::File::Temp;
 
-$CGI::File::Temp::VERSION = '4.46';
+$CGI::File::Temp::VERSION = '4.47';
 
 use parent File::Temp;
 use parent Fh;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.46/lib/CGI/Pretty.pm 
new/CGI-4.47/lib/CGI/Pretty.pm
--- old/CGI-4.46/lib/CGI/Pretty.pm  2020-02-03 15:46:24.0 +0100
+++ new/CGI-4.47/lib/CGI/Pretty.pm  2020-05-01 14:53:19.0 +0200
@@ -6,7 +6,7 @@
 use if $] >= 5.019, 'deprecate';
 use CGI ();
 
-$CGI::Pretty::VERSION = '4.46';
+$CGI::Pretty::VERSION = '4.47';
 

commit perl-CGI for openSUSE:Factory

2020-03-25 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2020-03-25 23:41:53

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.3160 (New)


Package is "perl-CGI"

Wed Mar 25 23:41:53 2020 rev:16 rq:786262 version:4.46

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2020-02-09 
21:02:22.187351928 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.3160/perl-CGI.changes  
2020-03-25 23:42:00.955968471 +0100
@@ -4 +4 @@
-- updated to 4.46
+- updated to 4.46 (bsc#1162868)



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.ofHwrU/_old  2020-03-25 23:42:02.283968905 +0100
+++ /var/tmp/diff_new_pack.ofHwrU/_new  2020-03-25 23:42:02.287968907 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CGI
 #
-# Copyright (c) 2020 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
@@ -23,7 +23,7 @@
 Summary:Handle Common Gateway Interface requests and responses
 License:Artistic-2.0
 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/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch




commit perl-CGI for openSUSE:Factory

2020-02-09 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2020-02-09 21:02:07

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.26092 (New)


Package is "perl-CGI"

Sun Feb  9 21:02:07 2020 rev:15 rq:770044 version:4.46

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2020-01-20 
22:48:03.879173173 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.26092/perl-CGI.changes 
2020-02-09 21:02:22.187351928 +0100
@@ -1,0 +2,11 @@
+Tue Feb  4 03:07:29 UTC 2020 -  
+
+- updated to 4.46
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.46 2020-02-03
+  
+  [ DOCUMENTATION ]
+  - Document support for SameSite=None cookies (GH #238)
+
+---

Old:

  CGI-4.45.tar.gz

New:

  CGI-4.46.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.ON7pE5/_old  2020-02-09 21:02:23.343352584 +0100
+++ /var/tmp/diff_new_pack.ON7pE5/_new  2020-02-09 21:02:23.347352587 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.45
+Version:4.46
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.45.tar.gz -> CGI-4.46.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.45/Changes new/CGI-4.46/Changes
--- old/CGI-4.45/Changes2020-01-13 08:02:38.0 +0100
+++ new/CGI-4.46/Changes2020-02-03 15:47:56.0 +0100
@@ -1,3 +1,8 @@
+4.46 2020-02-03
+
+[ DOCUMENTATION ]
+- Document support for SameSite=None cookies (GH #238)
+
 4.45 2019-06-03
 
 [ ENHANCEMENT ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.45/META.json new/CGI-4.46/META.json
--- old/CGI-4.45/META.json  2020-01-13 08:02:50.0 +0100
+++ new/CGI-4.46/META.json  2020-02-03 15:49:04.0 +0100
@@ -78,6 +78,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.45",
+   "version" : "4.46",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.45/META.yml new/CGI-4.46/META.yml
--- old/CGI-4.45/META.yml   2020-01-13 08:02:50.0 +0100
+++ new/CGI-4.46/META.yml   2020-02-03 15:49:04.0 +0100
@@ -47,5 +47,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.45'
+version: '4.46'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.45/lib/CGI/Carp.pm new/CGI-4.46/lib/CGI/Carp.pm
--- old/CGI-4.45/lib/CGI/Carp.pm2020-01-13 07:59:15.0 +0100
+++ new/CGI-4.46/lib/CGI/Carp.pm2020-02-03 15:46:16.0 +0100
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.45';
+$CGI::Carp::VERSION = '4.46';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.45/lib/CGI/Cookie.pm 
new/CGI-4.46/lib/CGI/Cookie.pm
--- old/CGI-4.45/lib/CGI/Cookie.pm  2020-01-13 07:59:22.0 +0100
+++ new/CGI-4.46/lib/CGI/Cookie.pm  2020-02-03 15:46:22.0 +0100
@@ -5,7 +5,7 @@
 
 use if $] >= 5.019, 'deprecate';
 
-our $VERSION='4.45';
+our $VERSION='4.46';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \_string, 'cmp' => \, 'fallback' => 1;
@@ -392,8 +392,9 @@
 B<-httponly> if set to a true value, the cookie will not be accessible
 via JavaScript.
 
-B<-samesite> may be C or C and is an evolving part of the
-standards for cookies. Please refer to current documentation regarding it.
+B<-samesite> may be C, C, or C and is an evolving part
+of the standards for cookies. Please refer to current documentation
+regarding it.
 
 For compatibility with Apache::Cookie, you may optionally pass in
 a mod_perl request object as the first argument to C. It will
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.45/lib/CGI/File/Temp.pm 
new/CGI-4.46/lib/CGI/File/Temp.pm
--- old/CGI-4.45/lib/CGI/File/Temp.pm   2020-01-13 07:59:10.0 +0100
+++ new/CGI-4.46/lib/CGI/File/Temp.pm   2020-02-03 15:46:11.0 +0100
@@ -3,7 +3,7 @@
 # you use it directly and your code breaks horribly.
 package CGI::File::Temp;
 

commit perl-CGI for openSUSE:Factory

2020-01-20 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2020-01-20 22:47:55

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.26092 (New)


Package is "perl-CGI"

Mon Jan 20 22:47:55 2020 rev:14 rq:764297 version:4.45

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2019-06-07 
18:01:00.541806233 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.26092/perl-CGI.changes 
2020-01-20 22:48:03.879173173 +0100
@@ -1,0 +2,11 @@
+Tue Jan 14 03:07:14 UTC 2020 -  
+
+- updated to 4.45
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.45 2019-06-03
+  
+  [ ENHANCEMENT ]
+  - Add support for SameSite=None cookies (GH #237, thanks to Dur09)
+
+---

Old:

  CGI-4.44.tar.gz

New:

  CGI-4.45.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.1S0Mot/_old  2020-01-20 22:48:05.271173709 +0100
+++ /var/tmp/diff_new_pack.1S0Mot/_new  2020-01-20 22:48:05.315173725 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CGI
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX 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-CGI
-Version:4.44
+Version:4.45
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses
@@ -58,7 +58,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++ CGI-4.44.tar.gz -> CGI-4.45.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.44/Changes new/CGI-4.45/Changes
--- old/CGI-4.44/Changes2019-06-03 10:59:25.0 +0200
+++ new/CGI-4.45/Changes2020-01-13 08:02:38.0 +0100
@@ -1,3 +1,8 @@
+4.45 2019-06-03
+
+[ ENHANCEMENT ]
+- Add support for SameSite=None cookies (GH #237, thanks to Dur09)
+
 4.44 2019-06-03
 
 [ ENHANCEMENT ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.44/META.json new/CGI-4.45/META.json
--- old/CGI-4.44/META.json  2019-06-03 10:59:55.0 +0200
+++ new/CGI-4.45/META.json  2020-01-13 08:02:50.0 +0100
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "artistic_2"
],
@@ -78,6 +78,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.44",
-   "x_serialization_backend" : "JSON::PP version 2.97001"
+   "version" : "4.45",
+   "x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.44/META.yml new/CGI-4.45/META.yml
--- old/CGI-4.44/META.yml   2019-06-03 10:59:55.0 +0200
+++ new/CGI-4.45/META.yml   2020-01-13 08:02:50.0 +0100
@@ -16,7 +16,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter version 
2.150010'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -47,5 +47,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.44'
+version: '4.45'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.44/lib/CGI/Carp.pm new/CGI-4.45/lib/CGI/Carp.pm
--- old/CGI-4.44/lib/CGI/Carp.pm2019-06-03 10:57:51.0 +0200
+++ new/CGI-4.45/lib/CGI/Carp.pm2020-01-13 07:59:15.0 +0100
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.44';
+$CGI::Carp::VERSION = '4.45';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-CGI for openSUSE:Factory

2019-06-07 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2019-06-07 18:00:59

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.4811 (New)


Package is "perl-CGI"

Fri Jun  7 18:00:59 2019 rev:13 rq:707388 version:4.44

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2019-05-03 
22:27:51.984355388 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.4811/perl-CGI.changes  
2019-06-07 18:01:00.541806233 +0200
@@ -1,0 +2,11 @@
+Tue Jun  4 05:02:28 UTC 2019 - Stephan Kulow 
+
+- updated to 4.44
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.44 2019-06-03
+  
+  [ ENHANCEMENT ]
+  - Replace only use of "base" with "parent" (GH #235)
+
+---

Old:

  CGI-4.43.tar.gz

New:

  CGI-4.44.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.lftKbi/_old  2019-06-07 18:01:00.949806088 +0200
+++ /var/tmp/diff_new_pack.lftKbi/_new  2019-06-07 18:01:00.953806087 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.43
+Version:4.44
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.43.tar.gz -> CGI-4.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.43/Changes new/CGI-4.44/Changes
--- old/CGI-4.43/Changes2019-05-01 09:58:26.0 +0200
+++ new/CGI-4.44/Changes2019-06-03 10:59:25.0 +0200
@@ -1,3 +1,8 @@
+4.44 2019-06-03
+
+[ ENHANCEMENT ]
+- Replace only use of "base" with "parent" (GH #235)
+
 4.43 2019-05-01
 
 [ FIX / TESTING ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.43/META.json new/CGI-4.44/META.json
--- old/CGI-4.43/META.json  2019-05-01 16:27:11.0 +0200
+++ new/CGI-4.44/META.json  2019-06-03 10:59:55.0 +0200
@@ -40,7 +40,6 @@
 "File::Spec" : "0.82",
 "File::Temp" : "0.17",
 "HTML::Entities" : "3.69",
-"base" : "0",
 "if" : "0",
 "overload" : "0",
 "parent" : "0.225",
@@ -79,6 +78,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.43",
+   "version" : "4.44",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.43/META.yml new/CGI-4.44/META.yml
--- old/CGI-4.43/META.yml   2019-05-01 16:27:10.0 +0200
+++ new/CGI-4.44/META.yml   2019-06-03 10:59:55.0 +0200
@@ -35,7 +35,6 @@
   File::Spec: '0.82'
   File::Temp: '0.17'
   HTML::Entities: '3.69'
-  base: '0'
   if: '0'
   overload: '0'
   parent: '0.225'
@@ -48,5 +47,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.43'
+version: '4.44'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.43/Makefile.PL new/CGI-4.44/Makefile.PL
--- old/CGI-4.43/Makefile.PL2019-04-28 11:35:12.0 +0200
+++ new/CGI-4.44/Makefile.PL2019-06-03 10:57:12.0 +0200
@@ -14,7 +14,6 @@
 PREREQ_PM=> {
 'Carp'   => 0, # Carp was first released with perl 5
 'Exporter'   => 0, # Exporter was first released with perl 5
-'base'   => 0, # base was first released with perl 5.00405
 'overload'   => 0, # overload was first released with perl 
5.002
 'strict' => 0, # strict was first released with perl 5
 'utf8'   => 0, # utf8 was first released with perl v5.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.43/lib/CGI/Carp.pm new/CGI-4.44/lib/CGI/Carp.pm
--- old/CGI-4.43/lib/CGI/Carp.pm2019-05-01 09:58:26.0 +0200
+++ new/CGI-4.44/lib/CGI/Carp.pm2019-06-03 10:57:51.0 +0200
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.43';
+$CGI::Carp::VERSION = '4.44';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.43/lib/CGI/Cookie.pm 
new/CGI-4.44/lib/CGI/Cookie.pm
--- old/CGI-4.43/lib/CGI/Cookie.pm  2019-05-01 09:58:26.0 +0200
+++ 

commit perl-CGI for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2019-05-03 22:27:46

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.5148 (New)


Package is "perl-CGI"

Fri May  3 22:27:46 2019 rev:12 rq:700229 version:4.43

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2019-03-28 
22:44:52.723090854 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.5148/perl-CGI.changes  
2019-05-03 22:27:51.984355388 +0200
@@ -1,0 +2,11 @@
+Thu May  2 05:03:14 UTC 2019 - Stephan Kulow 
+
+- updated to 4.43
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.43 2019-05-01
+  
+  [ FIX / TESTING ]
+  - support unquoted multipart/form-data name values (GH #234)
+
+---

Old:

  CGI-4.42.tar.gz

New:

  CGI-4.43.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.kUugy2/_old  2019-05-03 22:27:52.556355199 +0200
+++ /var/tmp/diff_new_pack.kUugy2/_new  2019-05-03 22:27:52.556355199 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.42
+Version:4.43
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.42.tar.gz -> CGI-4.43.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.42/Changes new/CGI-4.43/Changes
--- old/CGI-4.42/Changes2019-03-26 17:27:01.0 +0100
+++ new/CGI-4.43/Changes2019-05-01 09:58:26.0 +0200
@@ -1,3 +1,8 @@
+4.43 2019-05-01
+
+[ FIX / TESTING ]
+- support unquoted multipart/form-data name values (GH #234)
+
 4.42 2019-03-26
 
 [ DOCUMENTATION ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.42/MANIFEST new/CGI-4.43/MANIFEST
--- old/CGI-4.42/MANIFEST   2019-03-26 17:29:14.0 +0100
+++ new/CGI-4.43/MANIFEST   2019-05-01 16:27:11.0 +0200
@@ -82,6 +82,8 @@
 t/upload.t
 t/uploadInfo.t
 t/upload_post_text.txt
+t/upload_post_quoted_unquoted.txt
+t/upload_quoted_unquoted.t
 t/url.t
 t/user_agent.t
 t/utf8.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.42/META.json new/CGI-4.43/META.json
--- old/CGI-4.42/META.json  2019-03-26 17:29:14.0 +0100
+++ new/CGI-4.43/META.json  2019-05-01 16:27:11.0 +0200
@@ -79,6 +79,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.42",
+   "version" : "4.43",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.42/META.yml new/CGI-4.43/META.yml
--- old/CGI-4.42/META.yml   2019-03-26 17:29:14.0 +0100
+++ new/CGI-4.43/META.yml   2019-05-01 16:27:10.0 +0200
@@ -48,5 +48,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.42'
+version: '4.43'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.42/lib/CGI/Carp.pm new/CGI-4.43/lib/CGI/Carp.pm
--- old/CGI-4.42/lib/CGI/Carp.pm2019-03-26 17:26:14.0 +0100
+++ new/CGI-4.43/lib/CGI/Carp.pm2019-05-01 09:58:26.0 +0200
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.42';
+$CGI::Carp::VERSION = '4.43';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.42/lib/CGI/Cookie.pm 
new/CGI-4.43/lib/CGI/Cookie.pm
--- old/CGI-4.42/lib/CGI/Cookie.pm  2019-03-26 17:26:19.0 +0100
+++ new/CGI-4.43/lib/CGI/Cookie.pm  2019-05-01 09:58:26.0 +0200
@@ -5,7 +5,7 @@
 
 use if $] >= 5.019, 'deprecate';
 
-our $VERSION='4.42';
+our $VERSION='4.43';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \_string, 'cmp' => \, 'fallback' => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.42/lib/CGI/File/Temp.pm 
new/CGI-4.43/lib/CGI/File/Temp.pm
--- old/CGI-4.42/lib/CGI/File/Temp.pm   2019-03-26 17:26:11.0 +0100
+++ new/CGI-4.43/lib/CGI/File/Temp.pm   2019-05-01 09:58:26.0 +0200
@@ -3,7 +3,7 @@
 # you use it directly and your code breaks horribly.
 package CGI::File::Temp;
 
-$CGI::File::Temp::VERSION = '4.42';
+$CGI::File::Temp::VERSION = 

commit perl-CGI for openSUSE:Factory

2019-03-28 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2019-03-28 22:44:51

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new.25356 (New)


Package is "perl-CGI"

Thu Mar 28 22:44:51 2019 rev:11 rq:689004 version:4.42

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2018-09-05 
13:44:05.661829745 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new.25356/perl-CGI.changes 
2019-03-28 22:44:52.723090854 +0100
@@ -1,0 +2,16 @@
+Wed Mar 27 06:04:25 UTC 2019 - Stephan Kulow 
+
+- updated to 4.42
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.42 2019-03-26
+  
+  [ DOCUMENTATION ]
+  - clarify licence also in Makefile.PL (GH #232)
+  
+  4.41 2019-03-26
+  
+  [ DOCUMENTATION ]
+  - clarify licence (GH #232)
+
+---

Old:

  CGI-4.40.tar.gz

New:

  CGI-4.42.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.1NZazS/_old  2019-03-28 22:44:53.111090802 +0100
+++ /var/tmp/diff_new_pack.1NZazS/_new  2019-03-28 22:44:53.111090802 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CGI
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # 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-CGI
-Version:4.40
+Version:4.42
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses
-License:Artistic-1.0 OR GPL-1.0-or-later
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/CGI/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -61,11 +61,11 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ CGI-4.40.tar.gz -> CGI-4.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.40/Changes new/CGI-4.42/Changes
--- old/CGI-4.40/Changes2018-08-15 10:35:31.0 +0200
+++ new/CGI-4.42/Changes2019-03-26 17:27:01.0 +0100
@@ -1,3 +1,13 @@
+4.42 2019-03-26
+
+[ DOCUMENTATION ]
+- clarify licence also in Makefile.PL (GH #232)
+
+4.41 2019-03-26
+
+[ DOCUMENTATION ]
+- clarify licence (GH #232)
+
 4.40 2018-08-15
 
 [ FIX / TESTING ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.40/LICENSE new/CGI-4.42/LICENSE
--- old/CGI-4.40/LICENSE2018-06-04 15:59:43.0 +0200
+++ new/CGI-4.42/LICENSE2019-03-26 17:25:27.0 +0100
@@ -1,2 +1,74 @@
-The CGI.pm distribution is copyright 1995-2007, Lincoln D. Stein. It is
-distributed under GPL and the Artistic License 2.0.
+Artistic License 2.0
+
+Copyright (c) 2000-2006, The Perl Foundation.
+
+Everyone is permitted to copy and distribute verbatim copies of this license 
document, but changing it is not allowed.
+Preamble
+
+This license establishes the terms under which a given free software Package 
may be copied, modified, distributed, and/or redistributed. The intent is that 
the Copyright Holder maintains some artistic control over the development of 
that Package while still keeping the Package available as open source and free 
software.
+
+You are always permitted to make arrangements wholly outside of this license 
directly with the Copyright Holder of a given Package. If the terms of this 
license do not permit the full use that you propose to make of the Package, you 
should contact the Copyright Holder and seek a different licensing arrangement.
+Definitions
+
+"Copyright Holder" means the individual(s) or organization(s) named in the 
copyright notice for the entire Package.
+
+"Contributor" means any party that has contributed code or other material to 
the Package, in accordance with the Copyright Holder's procedures.

commit perl-CGI for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2017-12-04 09:59:52

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new (New)


Package is "perl-CGI"

Mon Dec  4 09:59:52 2017 rev:9 rq:547397 version:4.38

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2017-11-04 
19:27:58.795991439 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2017-12-04 
09:59:53.837813891 +0100
@@ -1,0 +2,11 @@
+Sat Dec  2 06:07:26 UTC 2017 - co...@suse.com
+
+- updated to 4.38
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.38 2017-12-01
+  
+  [ TESTING ]
+  - command_line.t: Avoid -I for libs (GH #224, thanks to cpansprout)
+
+---

Old:

  CGI-4.37.tar.gz

New:

  CGI-4.38.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.dPw9da/_old  2017-12-04 09:59:54.981772370 +0100
+++ /var/tmp/diff_new_pack.dPw9da/_new  2017-12-04 09:59:54.985772226 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.37
+Version:4.38
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.37.tar.gz -> CGI-4.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/Changes new/CGI-4.38/Changes
--- old/CGI-4.37/Changes2017-10-18 15:40:12.0 +0200
+++ new/CGI-4.38/Changes2017-12-01 09:30:41.0 +0100
@@ -1,3 +1,8 @@
+4.38 2017-12-01
+
+[ TESTING ]
+- command_line.t: Avoid -I for libs (GH #224, thanks to cpansprout)
+
 4.37 2017-11-01
 
 [ FIX ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/META.json new/CGI-4.38/META.json
--- old/CGI-4.37/META.json  2017-11-01 11:17:16.0 +0100
+++ new/CGI-4.38/META.json  2017-12-01 09:31:53.0 +0100
@@ -79,6 +79,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.37",
+   "version" : "4.38",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/META.yml new/CGI-4.38/META.yml
--- old/CGI-4.37/META.yml   2017-11-01 11:17:16.0 +0100
+++ new/CGI-4.38/META.yml   2017-12-01 09:31:53.0 +0100
@@ -48,5 +48,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.37'
+version: '4.38'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Carp.pm new/CGI-4.38/lib/CGI/Carp.pm
--- old/CGI-4.37/lib/CGI/Carp.pm2017-10-18 15:40:29.0 +0200
+++ new/CGI-4.38/lib/CGI/Carp.pm2017-12-01 09:27:49.0 +0100
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.37';
+$CGI::Carp::VERSION = '4.38';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Cookie.pm 
new/CGI-4.38/lib/CGI/Cookie.pm
--- old/CGI-4.37/lib/CGI/Cookie.pm  2017-10-18 15:40:31.0 +0200
+++ new/CGI-4.38/lib/CGI/Cookie.pm  2017-12-01 09:27:52.0 +0100
@@ -5,7 +5,7 @@
 
 use if $] >= 5.019, 'deprecate';
 
-our $VERSION='4.37';
+our $VERSION='4.38';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \_string, 'cmp' => \, 'fallback' => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/File/Temp.pm 
new/CGI-4.38/lib/CGI/File/Temp.pm
--- old/CGI-4.37/lib/CGI/File/Temp.pm   2017-10-18 15:40:33.0 +0200
+++ new/CGI-4.38/lib/CGI/File/Temp.pm   2017-12-01 09:27:54.0 +0100
@@ -3,7 +3,7 @@
 # you use it directly and your code breaks horribly.
 package CGI::File::Temp;
 
-$CGI::File::Temp::VERSION = '4.37';
+$CGI::File::Temp::VERSION = '4.38';
 
 use parent File::Temp;
 use parent Fh;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Pretty.pm 
new/CGI-4.38/lib/CGI/Pretty.pm
--- old/CGI-4.37/lib/CGI/Pretty.pm  2017-10-18 15:40:34.0 +0200
+++ new/CGI-4.38/lib/CGI/Pretty.pm  2017-12-01 09:27:56.0 +0100
@@ -6,7 +6,7 @@
 use if $] >= 5.019, 'deprecate';
 use CGI ();
 
-$CGI::Pretty::VERSION = '4.37';

commit perl-CGI for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2017-11-04 19:27:56

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new (New)


Package is "perl-CGI"

Sat Nov  4 19:27:56 2017 rev:8 rq:538282 version:4.37

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2017-04-11 
12:42:56.877374027 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2017-11-04 
19:27:58.795991439 +0100
@@ -1,0 +2,12 @@
+Thu Nov  2 06:06:51 UTC 2017 - co...@suse.com
+
+- updated to 4.37
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.37 2017-11-01
+  
+  [ FIX ]
+  - Fix incorrect quoting of ? in ->url (GH #112, GH #222, with
+thanks to Reuben Thomas)
+
+---

Old:

  CGI-4.36.tar.gz

New:

  CGI-4.37.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.P25BTS/_old  2017-11-04 19:27:59.911950663 +0100
+++ /var/tmp/diff_new_pack.P25BTS/_new  2017-11-04 19:27:59.915950516 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.36
+Version:4.37
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.36.tar.gz -> CGI-4.37.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/Changes new/CGI-4.37/Changes
--- old/CGI-4.36/Changes2017-04-06 16:37:35.0 +0200
+++ new/CGI-4.37/Changes2017-10-18 15:40:12.0 +0200
@@ -1,3 +1,9 @@
+4.37 2017-11-01
+
+[ FIX ]
+- Fix incorrect quoting of ? in ->url (GH #112, GH #222, with
+  thanks to Reuben Thomas)
+
 4.36 2017-03-29
 
 [ ENHANCEMENT ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/META.json new/CGI-4.37/META.json
--- old/CGI-4.36/META.json  2017-04-06 16:38:09.0 +0200
+++ new/CGI-4.37/META.json  2017-11-01 11:17:16.0 +0100
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -79,6 +79,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.36",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "4.37",
+   "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/META.yml new/CGI-4.37/META.yml
--- old/CGI-4.36/META.yml   2017-04-06 16:38:09.0 +0200
+++ new/CGI-4.37/META.yml   2017-11-01 11:17:16.0 +0100
@@ -16,7 +16,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -48,5 +48,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.36'
+version: '4.37'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/lib/CGI/Carp.pm new/CGI-4.37/lib/CGI/Carp.pm
--- old/CGI-4.36/lib/CGI/Carp.pm2017-04-06 16:36:29.0 +0200
+++ new/CGI-4.37/lib/CGI/Carp.pm2017-10-18 15:40:29.0 +0200
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.36';
+$CGI::Carp::VERSION = '4.37';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/lib/CGI/Cookie.pm 
new/CGI-4.37/lib/CGI/Cookie.pm
--- old/CGI-4.36/lib/CGI/Cookie.pm  2017-04-06 16:36:31.0 +0200
+++ new/CGI-4.37/lib/CGI/Cookie.pm  2017-10-18 15:40:31.0 +0200
@@ -5,7 +5,7 @@
 
 use if $] >= 5.019, 'deprecate';
 
-our $VERSION='4.36';
+our $VERSION='4.37';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \_string, 'cmp' => \, 'fallback' => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/lib/CGI/File/Temp.pm 

commit perl-CGI for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2017-04-11 12:42:51

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new (New)


Package is "perl-CGI"

Tue Apr 11 12:42:51 2017 rev:7 rq:486309 version:4.36

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2016-10-18 
10:09:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2017-04-11 
12:42:56.877374027 +0200
@@ -1,0 +2,16 @@
+Fri Apr  7 05:08:35 UTC 2017 - co...@suse.com
+
+- updated to 4.36
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.36 2017-03-29
+  
+  [ ENHANCEMENT ]
+  - Support PATCH HTTP method (thanks to GovtGeek for the... patch)
+  - pass through max_age and samesite to CGI::Cookie->new in the call
+in CGI->cookie (GH #220)
+  
+  [ FIX ]
+  - skip t/command_line.t on windows as it doesn't work
+
+---

Old:

  CGI-4.35.tar.gz

New:

  CGI-4.36.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.Bi4Rse/_old  2017-04-11 12:42:58.541138942 +0200
+++ /var/tmp/diff_new_pack.Bi4Rse/_new  2017-04-11 12:42:58.549137812 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CGI
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,14 +17,14 @@
 
 
 Name:   perl-CGI
-Version:4.35
+Version:4.36
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CGI/
-Source0:
http://www.cpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,6 +34,7 @@
 BuildRequires:  perl(HTML::Entities) >= 3.69
 BuildRequires:  perl(Test::Deep) >= 0.11
 BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(Test::NoWarnings)
 BuildRequires:  perl(Test::Warn) >= 0.3
 BuildRequires:  perl(parent) >= 0.225
 Requires:   perl(File::Temp) >= 0.17
@@ -73,6 +74,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README.md
+%doc Changes examples README.md
+%license LICENSE
 
 %changelog

++ CGI-4.35.tar.gz -> CGI-4.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.35/Changes new/CGI-4.36/Changes
--- old/CGI-4.35/Changes2016-10-13 15:51:06.0 +0200
+++ new/CGI-4.36/Changes2017-04-06 16:37:35.0 +0200
@@ -1,3 +1,13 @@
+4.36 2017-03-29
+
+[ ENHANCEMENT ]
+- Support PATCH HTTP method (thanks to GovtGeek for the... patch)
+- pass through max_age and samesite to CGI::Cookie->new in the call
+  in CGI->cookie (GH #220)
+
+[ FIX ]
+- skip t/command_line.t on windows as it doesn't work
+
 4.35 2016-10-13
 
 [ FIX ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.35/MANIFEST new/CGI-4.36/MANIFEST
--- old/CGI-4.35/MANIFEST   2016-10-13 15:55:39.0 +0200
+++ new/CGI-4.36/MANIFEST   2017-04-06 16:38:09.0 +0200
@@ -30,6 +30,7 @@
 t/changes.t
 t/charset.t
 t/checkbox_group.t
+t/command_line.t
 t/compiles_pod.t
 t/cookie.t
 t/delete.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.35/META.json new/CGI-4.36/META.json
--- old/CGI-4.35/META.json  2016-10-13 15:55:38.0 +0200
+++ new/CGI-4.36/META.json  2017-04-06 16:38:09.0 +0200
@@ -59,6 +59,7 @@
 "POSIX" : "0",
 "Test::Deep" : "0.11",
 "Test::More" : "0.98",
+"Test::NoWarnings" : "0",
 "Test::Warn" : "0.3"
  }
   }
@@ -78,6 +79,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.35",
+   "version" : "4.36",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.35/META.yml new/CGI-4.36/META.yml
--- old/CGI-4.35/META.yml   2016-10-13 15:55:38.0 +0200
+++ new/CGI-4.36/META.yml   2017-04-06 16:38:09.0 

commit perl-CGI for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2016-10-18 10:09:33

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new (New)


Package is "perl-CGI"

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2016-09-21 
18:25:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2016-10-18 
10:09:34.0 +0200
@@ -1,0 +2,21 @@
+Fri Oct 14 05:06:01 UTC 2016 - co...@suse.com
+
+- updated to 4.35
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.35 2016-10-13
+  
+  [ FIX ]
+  - revert changes from 4.34 as they broke stuff
+  
+  
+  4.34 2016-10-13
+  
+  [ ENHANCEMENT ]
+  - If running from the command line, url_param now picks up
+parameters given on then command line or on stdin (GH #210)
+  
+  [ DOCUMENTATION ]
+  - documentation for above addition
+
+---

Old:

  CGI-4.33.tar.gz

New:

  CGI-4.35.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.tOVumn/_old  2016-10-18 10:09:34.0 +0200
+++ /var/tmp/diff_new_pack.tOVumn/_new  2016-10-18 10:09:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.33
+Version:4.35
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.33.tar.gz -> CGI-4.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.33/Changes new/CGI-4.35/Changes
--- old/CGI-4.33/Changes2016-09-16 11:40:05.0 +0200
+++ new/CGI-4.35/Changes2016-10-13 15:51:06.0 +0200
@@ -1,3 +1,18 @@
+4.35 2016-10-13
+
+[ FIX ]
+- revert changes from 4.34 as they broke stuff
+
+
+4.34 2016-10-13
+
+[ ENHANCEMENT ]
+- If running from the command line, url_param now picks up
+  parameters given on then command line or on stdin (GH #210)
+
+[ DOCUMENTATION ]
+- documentation for above addition
+
 4.33 2016-09-16
 
 [ DOCUMENTATION ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.33/META.json new/CGI-4.35/META.json
--- old/CGI-4.33/META.json  2016-09-16 11:44:04.0 +0200
+++ new/CGI-4.35/META.json  2016-10-13 15:55:38.0 +0200
@@ -78,6 +78,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.33",
+   "version" : "4.35",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.33/META.yml new/CGI-4.35/META.yml
--- old/CGI-4.33/META.yml   2016-09-16 11:44:04.0 +0200
+++ new/CGI-4.35/META.yml   2016-10-13 15:55:38.0 +0200
@@ -47,5 +47,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.33'
+version: '4.35'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.33/examples/file_upload.cgi 
new/CGI-4.35/examples/file_upload.cgi
--- old/CGI-4.33/examples/file_upload.cgi   2016-05-23 09:58:56.0 
+0200
+++ new/CGI-4.35/examples/file_upload.cgi   2016-10-13 15:49:56.0 
+0200
@@ -15,6 +15,8 @@
 # Process the form if there is a file name entered
 if ( my $file = $cgi->param( 'filename' ) ) {
 
+   die "filename passed as ARG" if $file =~ /ARG/;
+
 my $tmpfile  = $cgi->tmpFileName( $file );
 my $mimetype = $cgi->uploadInfo( $file )->{'Content-Type'} || '';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.33/lib/CGI/Carp.pm new/CGI-4.35/lib/CGI/Carp.pm
--- old/CGI-4.33/lib/CGI/Carp.pm2016-09-16 11:42:59.0 +0200
+++ new/CGI-4.35/lib/CGI/Carp.pm2016-10-13 15:51:22.0 +0200
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.33';
+$CGI::Carp::VERSION = '4.35';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.33/lib/CGI/Cookie.pm 
new/CGI-4.35/lib/CGI/Cookie.pm
--- old/CGI-4.33/lib/CGI/Cookie.pm  2016-09-16 11:43:02.0 +0200
+++ new/CGI-4.35/lib/CGI/Cookie.pm  2016-10-13 15:51:24.0 +0200
@@ -5,7 +5,7 @@
 
 use if $] >= 5.019, 'deprecate';
 
-our $VERSION='4.33';
+our $VERSION='4.35';
 
 

commit perl-CGI for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2016-09-21 18:25:00

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new (New)


Package is "perl-CGI"

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2016-07-21 
08:17:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2016-09-21 
18:25:01.0 +0200
@@ -1,0 +2,12 @@
+Sat Sep 17 05:07:26 UTC 2016 - co...@suse.com
+
+- updated to 4.33
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.33 2016-09-16
+  
+  [ DOCUMENTATION ]
+  - clarify that ->param will return the first value if there are
+multiple values (when not called in list context)
+
+---

Old:

  CGI-4.32.tar.gz

New:

  CGI-4.33.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.7AEpWe/_old  2016-09-21 18:25:03.0 +0200
+++ /var/tmp/diff_new_pack.7AEpWe/_new  2016-09-21 18:25:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.32
+Version:4.33
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.32.tar.gz -> CGI-4.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.32/Changes new/CGI-4.33/Changes
--- old/CGI-4.32/Changes2016-07-19 08:59:06.0 +0200
+++ new/CGI-4.33/Changes2016-09-16 11:40:05.0 +0200
@@ -1,3 +1,9 @@
+4.33 2016-09-16
+
+[ DOCUMENTATION ]
+- clarify that ->param will return the first value if there are
+  multiple values (when not called in list context)
+
 4.32 2016-07-19
 
 [ DOCUMENTATION ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.32/META.json new/CGI-4.33/META.json
--- old/CGI-4.32/META.json  2016-07-19 09:04:12.0 +0200
+++ new/CGI-4.33/META.json  2016-09-16 11:44:04.0 +0200
@@ -78,6 +78,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.32",
+   "version" : "4.33",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.32/META.yml new/CGI-4.33/META.yml
--- old/CGI-4.32/META.yml   2016-07-19 09:04:12.0 +0200
+++ new/CGI-4.33/META.yml   2016-09-16 11:44:04.0 +0200
@@ -47,5 +47,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.32'
+version: '4.33'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.32/README.md new/CGI-4.33/README.md
--- old/CGI-4.32/README.md  2016-07-19 08:32:45.0 +0200
+++ new/CGI-4.33/README.md  2016-09-16 11:40:38.0 +0200
@@ -316,10 +316,15 @@
 
 my $value = $q->param('foo');
 
+-or-
+
+my @values = $q->param('foo'); # list context, discouraged and will raise
+   # a warning (use ->multi_param instead)
+
 Pass the param() / multi\_param() method a single argument to fetch the value
-of the named parameter. If the parameter is multivalued (e.g. from multiple
-selections in a scrolling list), you can ask to receive an array. Otherwise
-the method will return a single value.
+of the named parameter. When calling param() If the parameter is multivalued
+(e.g. from multiple selections in a scrolling list), you can ask to receive
+an array. Otherwise the method will return the **first** value.
 
 **Warning** - calling param() in list context can lead to vulnerabilities if
 you do not sanitise user input as it is possible to inject other param
@@ -1533,7 +1538,7 @@
 
 CGI.pm provides four simple functions for producing multipart documents of the
 type needed to implement server push. These functions were graciously provided
-by Ed Jordan e...@fidalgo.net>. To import these into your namespace, you 
must
+by Ed Jordan . To import these into your namespace, you must
 import the ":push" set. You are also advised to put the script into NPH mode
 and to set $| to 1 to avoid buffering problems.
 
@@ -1734,7 +1739,7 @@
 - Mark Stosberg (m...@stosberg.com)
 - Matt Heffron (heff...@falstaff.css.beckman.com)
 - James Taylor (james.tay...@srs.gov)
-- Scott Anguish sangu...@digifix.com>
+- Scott Anguish (sangu...@digifix.com)
 - Mike Jewell (ml...@virginia.edu)
 - Timothy 

commit perl-CGI for openSUSE:Factory

2016-07-21 Thread h_root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2016-07-21 08:17:33

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new (New)


Package is "perl-CGI"

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2016-06-25 
02:23:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2016-07-21 
08:17:41.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 05:04:29 UTC 2016 - co...@suse.com
+
+- updated to 4.32
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.32 2016-07-19
+  
+  [ DOCUMENTATION ]
+  - make perldoc CGI object consistent (GH #205)
+  - clarify reason for absolute URLs (GH #206)
+  
+  [ INTERNALS ]
+  - tweak dependency defs in Makefile.PL (GH #207, GH #208)
+  - (thanks to karenetheridge and kentfredric)
+
+---

Old:

  CGI-4.31.tar.gz

New:

  CGI-4.32.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.cui7aw/_old  2016-07-21 08:17:42.0 +0200
+++ /var/tmp/diff_new_pack.cui7aw/_new  2016-07-21 08:17:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.31
+Version:4.32
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses
@@ -38,9 +38,6 @@
 BuildRequires:  perl(parent) >= 0.225
 Requires:   perl(File::Temp) >= 0.17
 Requires:   perl(HTML::Entities) >= 3.69
-Requires:   perl(Test::Deep) >= 0.11
-Requires:   perl(Test::More) >= 0.98
-Requires:   perl(Test::Warn) >= 0.3
 Requires:   perl(parent) >= 0.225
 %{perl_requires}
 

++ CGI-4.31.tar.gz -> CGI-4.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.31/Changes new/CGI-4.32/Changes
--- old/CGI-4.31/Changes2016-06-14 09:05:59.0 +0200
+++ new/CGI-4.32/Changes2016-07-19 08:59:06.0 +0200
@@ -1,3 +1,13 @@
+4.32 2016-07-19
+
+[ DOCUMENTATION ]
+- make perldoc CGI object consistent (GH #205)
+- clarify reason for absolute URLs (GH #206)
+
+[ INTERNALS ]
+- tweak dependency defs in Makefile.PL (GH #207, GH #208)
+- (thanks to karenetheridge and kentfredric)
+
 4.31 2016-06-14
 
 [ FEATURES ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.31/META.json new/CGI-4.32/META.json
--- old/CGI-4.31/META.json  2016-06-14 09:07:26.0 +0200
+++ new/CGI-4.32/META.json  2016-07-19 09:04:12.0 +0200
@@ -22,28 +22,24 @@
},
"prereqs" : {
   "build" : {
- "requires" : {}
+ "requires" : {
+"ExtUtils::MakeMaker" : "0"
+ }
   },
   "configure" : {
- "requires" : {}
+ "requires" : {
+"ExtUtils::MakeMaker" : "0"
+ }
   },
   "runtime" : {
  "requires" : {
 "Carp" : "0",
 "Config" : "0",
-"Cwd" : "0",
 "Encode" : "0",
 "Exporter" : "0",
-"File::Find" : "0",
 "File::Spec" : "0.82",
 "File::Temp" : "0.17",
 "HTML::Entities" : "3.69",
-"IO::File" : "0",
-"IO::Handle" : "0",
-"POSIX" : "0",
-"Test::Deep" : "0.11",
-"Test::More" : "0.98",
-"Test::Warn" : "0.3",
 "base" : "0",
 "if" : "0",
 "overload" : "0",
@@ -53,6 +49,18 @@
 "utf8" : "0",
 "warnings" : "0"
  }
+  },
+  "test" : {
+ "requires" : {
+"Cwd" : "0",
+"File::Find" : "0",
+"IO::File" : "0",
+"IO::Handle" : "0",
+"POSIX" : "0",
+"Test::Deep" : "0.11",
+"Test::More" : "0.98",
+"Test::Warn" : "0.3"
+ }
   }
},
"release_status" : "stable",
@@ -65,9 +73,11 @@
  "http://dev.perl.org/licenses/;
   ],
   "repository" : {
- "url" : "https://github.com/leejo/CGI.pm;
+ "type" : "git",
+ "url" : "https://github.com/leejo/CGI.pm;,
+ "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.31",
+   "version" : "4.32",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.31/META.yml new/CGI-4.32/META.yml
--- old/CGI-4.31/META.yml   2016-06-14 09:07:26.0 +0200
+++ new/CGI-4.32/META.yml   2016-07-19 09:04:12.0 

commit perl-CGI for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2016-06-25 02:23:37

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new (New)


Package is "perl-CGI"

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2016-06-19 
10:47:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2016-06-25 
02:23:50.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 23 05:55:54 UTC 2016 - co...@suse.com
+
+- updated to 4.31
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+---

Old:

  CGI-4.30.tar.gz

New:

  CGI-4.31.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.NWzn5C/_old  2016-06-25 02:23:51.0 +0200
+++ /var/tmp/diff_new_pack.NWzn5C/_new  2016-06-25 02:23:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.30
+Version:4.31
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses
@@ -30,11 +30,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Temp) >= 0.17
 BuildRequires:  perl(HTML::Entities) >= 3.69
 BuildRequires:  perl(Test::Deep) >= 0.11
 BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(Test::Warn) >= 0.3
 BuildRequires:  perl(parent) >= 0.225
+Requires:   perl(File::Temp) >= 0.17
 Requires:   perl(HTML::Entities) >= 3.69
 Requires:   perl(Test::Deep) >= 0.11
 Requires:   perl(Test::More) >= 0.98

++ CGI-4.30.tar.gz -> CGI-4.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.30/Changes new/CGI-4.31/Changes
--- old/CGI-4.30/Changes2016-06-09 14:09:54.0 +0200
+++ new/CGI-4.31/Changes2016-06-14 09:05:59.0 +0200
@@ -1,4 +1,4 @@
-4.30 2016-06-08
+4.31 2016-06-14
 
 [ FEATURES ]
 - Add SameSite support to Cookie handling (thanks to pangyre)
@@ -21,6 +21,8 @@
 
 - fake using strict and warnings to appease CPANTS Kwalitee
 
+- require File::Temp v0.17+ to get seekable file handles (GH #204)
+
 4.28 2016-03-14
 
 [ RELEASE NOTES ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.30/META.json new/CGI-4.31/META.json
--- old/CGI-4.30/META.json  2016-06-09 14:10:40.0 +0200
+++ new/CGI-4.31/META.json  2016-06-14 09:07:26.0 +0200
@@ -36,7 +36,7 @@
 "Exporter" : "0",
 "File::Find" : "0",
 "File::Spec" : "0.82",
-"File::Temp" : "0",
+"File::Temp" : "0.17",
 "HTML::Entities" : "3.69",
 "IO::File" : "0",
 "IO::Handle" : "0",
@@ -68,6 +68,6 @@
  "url" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.30",
+   "version" : "4.31",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.30/META.yml new/CGI-4.31/META.yml
--- old/CGI-4.30/META.yml   2016-06-09 14:10:40.0 +0200
+++ new/CGI-4.31/META.yml   2016-06-14 09:07:26.0 +0200
@@ -24,7 +24,7 @@
   Exporter: '0'
   File::Find: '0'
   File::Spec: '0.82'
-  File::Temp: '0'
+  File::Temp: '0.17'
   HTML::Entities: '3.69'
   IO::File: '0'
   IO::Handle: '0'
@@ -45,5 +45,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.30'
+version: '4.31'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.30/Makefile.PL new/CGI-4.31/Makefile.PL
--- old/CGI-4.30/Makefile.PL2016-05-23 09:58:56.0 +0200
+++ new/CGI-4.31/Makefile.PL2016-06-14 09:05:02.0 +0200
@@ -23,7 +23,7 @@
 'File::Spec' => 0.82,
 'if' => 0, # core in 5.6.2 and later, for deprecate.pm
 'parent' => 0.225, # parent was first released with perl 
v5.10.1
-'File::Temp' => 0, # was first released with perl v5.6.1'
+'File::Temp' => 0.17,  # 0.17 for seekable file handles
 'HTML::Entities' => 3.69,
 'Encode' => 0,# Encode was first released with perl v5.7.3
 'Config' => 0,# Config was first released with perl 5.00307
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.30/lib/CGI/Carp.pm 

commit perl-CGI for openSUSE:Factory

2016-06-19 Thread h_root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2016-06-19 10:47:54

Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CGI.new (New)


Package is "perl-CGI"

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2015-08-28 
08:27:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2016-06-19 
10:47:55.0 +0200
@@ -1,0 +2,99 @@
+Sun Jun 12 12:26:04 UTC 2016 - co...@suse.com
+
+- updated to 4.30
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.30 2016-06-08
+  
+  [ FEATURES ]
+  - Add SameSite support to Cookie handling (thanks to pangyre)
+  
+  [ INTERNALS ]
+  - The MultipartBuffer package has been renamed to CGI::MultipartBuffer.
+This has been done in a way to ensure any $MultipartBuffer package
+variables are still set correctly in CGI::MultipartBuffer. if you are
+explicitly using MultipartBuffer in a form such as:
+  
+  MultipartBuffer->new
+  
+your code will break. you should be calling:
+  
+  CGI->new->new_MultipartBuffer( $boundary,$length );
+  
+to ensure the correctly package is called. if you are extending the
+MultipartBuffer package though use of ISA or base (or parent) then you
+will need to update your code to use CGI::MultipartBuffer
+  
+  - fake using strict and warnings to appease CPANTS Kwalitee
+  
+  4.28 2016-03-14
+  
+  [ RELEASE NOTES ]
+  - please see v4.21 Changes for any potentially impacting changes
+  
+  [ SPEC / BUG FIXES ]
+  - undef %QUERY_PARAM in initialize_globals to clean mod_perl env
+  
+  [ TESTING ]
+  - improve test coverage on request types (GH #199, GH #200)
+  - improve test coverage on CGI::Carp
+  
+  4.27 2016-03-02
+  
+  [ RELEASE NOTES ]
+  - please see v4.21 Changes for any potentially impacting changes
+  
+  [ INTERNALS ]
+  - fix a couple of warnings in test harness
+  - add taint flag to example file_upload
+  - fix a warnings in STORE subroutine
+  
+  4.26 2016-02-04
+  
+  [ RELEASE NOTES ]
+  - please see v4.21 Changes for any potentially impacting changes
+  
+  [ SPEC / BUG FIXES ]
+  - sort HTML attributes by default (GH #106, GH #196)
+  
+  [ DOCUMENTATION ]
+  - clarifications about HTML function non removal
+  
+  4.25 2015-12-17
+  
+  [ RELEASE NOTES ]
+  - please see v4.21 Changes for any potentially impacting changes
+  
+  [ DOCUMENTATION ]
+  - fix link to CONTRIBUTING file (thanks to Manwar for the fix)
+  - clarify that "soft" deprecation means that the HTML functions
+are deprecated but will not raise any deprecation warnings
+  
+  [ SPEC / BUG FIXES ]
+  - make the list context warning only happen once per process (or
+thread) to prevent excessive log noise in long running or in
+persistent processes (thanks to @dadamail for the suggestion)
+  
+  4.23 2015-12-17
+  
+  [ RELEASE NOTES ]
+  - Documentation fixes only - please see v4.21 Changes for any potentially
+impacting changes
+  
+  [ DOCUMENTATION ]
+  - add LICENSE file and LICENSE info to Makefile.PL
+  
+  4.22 2015-10-16
+  
+  [ RELEASE NOTES ]
+  - Documentation fixes only - please see v4.21 Changes for any potentially
+impacting changes
+  
+  [ DOCUMENTATION ]
+  - fix typos in CONTRIBUTING file
+  - links to docs, stackoverflow and perlmonks
+  - clarify deprecation policy on HTML functions (GH #188)
+  - mention HTML::Tiny in CGI::HTML::Functions (thanks to osfameron for
+the suggestion)
+
+---

Old:

  CGI-4.21.tar.gz

New:

  CGI-4.30.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.ptwiID/_old  2016-06-19 10:47:56.0 +0200
+++ /var/tmp/diff_new_pack.ptwiID/_new  2016-06-19 10:47:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CGI
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,24 +17,28 @@
 
 
 Name:   perl-CGI
-Version:4.21
+Version:4.30
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses
-License:Artistic-2.0 or GPL-1.0+
+License:Artistic-1.0 or GPL-1.0+
 Group: