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.changes 2019-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 <[email protected]> + +- 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/Changes 2019-05-01 09:58:26.000000000 +0200 +++ new/CGI-4.44/Changes 2019-06-03 10:59:25.000000000 +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.000000000 +0200 +++ new/CGI-4.44/META.json 2019-06-03 10:59:55.000000000 +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.000000000 +0200 +++ new/CGI-4.44/META.yml 2019-06-03 10:59:55.000000000 +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.PL 2019-04-28 11:35:12.000000000 +0200 +++ new/CGI-4.44/Makefile.PL 2019-06-03 10:57:12.000000000 +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.pm 2019-05-01 09:58:26.000000000 +0200 +++ new/CGI-4.44/lib/CGI/Carp.pm 2019-06-03 10:57:51.000000000 +0200 @@ -327,7 +327,7 @@ $main::SIG{__WARN__}=\&CGI::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.000000000 +0200 +++ new/CGI-4.44/lib/CGI/Cookie.pm 2019-06-03 10:57:56.000000000 +0200 @@ -5,7 +5,7 @@ use if $] >= 5.019, 'deprecate'; -our $VERSION='4.43'; +our $VERSION='4.44'; use CGI::Util qw(rearrange unescape escape); use overload '""' => \&as_string, 'cmp' => \&compare, 'fallback' => 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.43/lib/CGI/File/Temp.pm new/CGI-4.44/lib/CGI/File/Temp.pm --- old/CGI-4.43/lib/CGI/File/Temp.pm 2019-05-01 09:58:26.000000000 +0200 +++ new/CGI-4.44/lib/CGI/File/Temp.pm 2019-06-03 10:57:49.000000000 +0200 @@ -3,7 +3,7 @@ # you use it directly and your code breaks horribly. package CGI::File::Temp; -$CGI::File::Temp::VERSION = '4.43'; +$CGI::File::Temp::VERSION = '4.44'; use parent File::Temp; use parent Fh; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.43/lib/CGI/Pretty.pm new/CGI-4.44/lib/CGI/Pretty.pm --- old/CGI-4.43/lib/CGI/Pretty.pm 2019-05-01 09:58:26.000000000 +0200 +++ new/CGI-4.44/lib/CGI/Pretty.pm 2019-06-03 10:57:58.000000000 +0200 @@ -6,7 +6,7 @@ use if $] >= 5.019, 'deprecate'; use CGI (); -$CGI::Pretty::VERSION = '4.43'; +$CGI::Pretty::VERSION = '4.44'; $CGI::DefaultClass = __PACKAGE__; @CGI::Pretty::ISA = qw( CGI ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.43/lib/CGI/Push.pm new/CGI-4.44/lib/CGI/Push.pm --- old/CGI-4.43/lib/CGI/Push.pm 2019-05-01 09:58:26.000000000 +0200 +++ new/CGI-4.44/lib/CGI/Push.pm 2019-06-03 10:58:01.000000000 +0200 @@ -6,7 +6,7 @@ use warnings; #/; -$CGI::Push::VERSION='4.43'; +$CGI::Push::VERSION='4.44'; use CGI; use CGI::Util 'rearrange'; @ISA = ('CGI'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.43/lib/CGI/Util.pm new/CGI-4.44/lib/CGI/Util.pm --- old/CGI-4.43/lib/CGI/Util.pm 2019-05-01 09:58:26.000000000 +0200 +++ new/CGI-4.44/lib/CGI/Util.pm 2019-06-03 10:57:54.000000000 +0200 @@ -1,12 +1,12 @@ package CGI::Util; -use base 'Exporter'; +use parent 'Exporter'; require 5.008001; use strict; use if $] >= 5.019, 'deprecate'; our @EXPORT_OK = qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); -our $VERSION = '4.43'; +our $VERSION = '4.44'; our $_EBCDIC = "\t" ne "\011"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.43/lib/CGI.pm new/CGI-4.44/lib/CGI.pm --- old/CGI-4.43/lib/CGI.pm 2019-05-01 09:58:26.000000000 +0200 +++ new/CGI-4.44/lib/CGI.pm 2019-06-03 10:58:15.000000000 +0200 @@ -8,7 +8,7 @@ use warnings; #/; -$CGI::VERSION='4.43'; +$CGI::VERSION='4.44'; use CGI::Util qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.43/lib/Fh.pm new/CGI-4.44/lib/Fh.pm --- old/CGI-4.43/lib/Fh.pm 2019-05-01 09:58:26.000000000 +0200 +++ new/CGI-4.44/lib/Fh.pm 2019-06-03 10:57:46.000000000 +0200 @@ -5,6 +5,6 @@ use strict; use warnings; -$Fh::VERSION = '4.43'; +$Fh::VERSION = '4.44'; 1;
