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.changes 2020-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 <[email protected]> + +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/Changes 2020-02-03 15:47:56.000000000 +0100 +++ new/CGI-4.47/Changes 2020-05-01 14:54:08.000000000 +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.000000000 +0100 +++ new/CGI-4.47/META.json 2020-05-01 14:59:52.000000000 +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.000000000 +0100 +++ new/CGI-4.47/META.yml 2020-05-01 14:59:51.000000000 +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.pm 2020-02-03 15:46:16.000000000 +0100 +++ new/CGI-4.47/lib/CGI/Carp.pm 2020-05-01 14:53:12.000000000 +0200 @@ -327,7 +327,7 @@ $main::SIG{__WARN__}=\&CGI::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.000000000 +0100 +++ new/CGI-4.47/lib/CGI/Cookie.pm 2020-05-01 14:53:17.000000000 +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 '""' => \&as_string, 'cmp' => \&compare, '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.000000000 +0100 +++ new/CGI-4.47/lib/CGI/File/Temp.pm 2020-05-01 14:53:10.000000000 +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.000000000 +0100 +++ new/CGI-4.47/lib/CGI/Pretty.pm 2020-05-01 14:53:19.000000000 +0200 @@ -6,7 +6,7 @@ use if $] >= 5.019, 'deprecate'; use CGI (); -$CGI::Pretty::VERSION = '4.46'; +$CGI::Pretty::VERSION = '4.47'; $CGI::DefaultClass = __PACKAGE__; @CGI::Pretty::ISA = qw( CGI ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.46/lib/CGI/Push.pm new/CGI-4.47/lib/CGI/Push.pm --- old/CGI-4.46/lib/CGI/Push.pm 2020-02-03 15:46:26.000000000 +0100 +++ new/CGI-4.47/lib/CGI/Push.pm 2020-05-01 14:53:21.000000000 +0200 @@ -6,7 +6,7 @@ use warnings; #/; -$CGI::Push::VERSION='4.46'; +$CGI::Push::VERSION='4.47'; use CGI; use CGI::Util 'rearrange'; @ISA = ('CGI'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.46/lib/CGI/Util.pm new/CGI-4.47/lib/CGI/Util.pm --- old/CGI-4.46/lib/CGI/Util.pm 2020-02-03 15:46:19.000000000 +0100 +++ new/CGI-4.47/lib/CGI/Util.pm 2020-05-01 14:53:15.000000000 +0200 @@ -6,7 +6,7 @@ our @EXPORT_OK = qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); -our $VERSION = '4.46'; +our $VERSION = '4.47'; our $_EBCDIC = "\t" ne "\011"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.46/lib/CGI.pm new/CGI-4.47/lib/CGI.pm --- old/CGI-4.46/lib/CGI.pm 2020-02-03 15:46:42.000000000 +0100 +++ new/CGI-4.47/lib/CGI.pm 2020-05-01 14:53:34.000000000 +0200 @@ -8,7 +8,7 @@ use warnings; #/; -$CGI::VERSION='4.46'; +$CGI::VERSION='4.47'; use CGI::Util qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); @@ -1009,8 +1009,7 @@ # skip the file if uploads disabled if ($DISABLE_UPLOADS) { - # while (defined($data = $buffer->read)) { } - my $buff; + my $buf; my $unit = $CGI::MultipartBuffer::INITIAL_FILLUNIT; my $len = $content_length; while ( $len > 0 ) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.46/lib/Fh.pm new/CGI-4.47/lib/Fh.pm --- old/CGI-4.46/lib/Fh.pm 2020-02-03 15:46:09.000000000 +0100 +++ new/CGI-4.47/lib/Fh.pm 2020-05-01 14:53:07.000000000 +0200 @@ -5,6 +5,6 @@ use strict; use warnings; -$Fh::VERSION = '4.46'; +$Fh::VERSION = '4.47'; 1;
