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.changes 2020-06-05 20:04:20.960754444 +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 <[email protected]> + +- 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/Changes 2020-06-02 10:20:00.000000000 +0200 +++ new/CGI-4.49/Changes 2020-06-08 11:41:53.000000000 +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.000000000 +0200 +++ new/CGI-4.49/META.json 2020-06-08 11:43:55.000000000 +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.000000000 +0200 +++ new/CGI-4.49/META.yml 2020-06-08 11:43:55.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.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.pm 2020-06-02 10:18:44.000000000 +0200 +++ new/CGI-4.49/lib/CGI/Carp.pm 2020-06-08 11:40:24.000000000 +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__}=\&CGI::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.000000000 +0200 +++ new/CGI-4.49/lib/CGI/Cookie.pm 2020-06-08 11:40:29.000000000 +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 '""' => \&as_string, 'cmp' => \&compare, '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.000000000 +0200 +++ new/CGI-4.49/lib/CGI/File/Temp.pm 2020-06-08 11:40:22.000000000 +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.000000000 +0200 +++ new/CGI-4.49/lib/CGI/Pretty.pm 2020-06-08 11:40:31.000000000 +0200 @@ -3,10 +3,9 @@ use strict; use warnings; -use if $] >= 5.019, 'deprecate'; use CGI (); -$CGI::Pretty::VERSION = '4.48'; +$CGI::Pretty::VERSION = '4.49'; $CGI::DefaultClass = __PACKAGE__; @CGI::Pretty::ISA = qw( CGI ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.48/lib/CGI/Push.pm new/CGI-4.49/lib/CGI/Push.pm --- old/CGI-4.48/lib/CGI/Push.pm 2020-06-02 10:18:51.000000000 +0200 +++ new/CGI-4.49/lib/CGI/Push.pm 2020-06-08 11:40:33.000000000 +0200 @@ -1,12 +1,11 @@ package CGI::Push; -use if $] >= 5.019, 'deprecate'; my $appease_cpants_kwalitee = q/ use strict; use warnings; #/; -$CGI::Push::VERSION='4.48'; +$CGI::Push::VERSION='4.49'; use CGI; use CGI::Util 'rearrange'; @ISA = ('CGI'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.48/lib/CGI/Util.pm new/CGI-4.49/lib/CGI/Util.pm --- old/CGI-4.48/lib/CGI/Util.pm 2020-06-02 10:18:46.000000000 +0200 +++ new/CGI-4.49/lib/CGI/Util.pm 2020-06-08 11:40:26.000000000 +0200 @@ -2,11 +2,10 @@ 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.48'; +our $VERSION = '4.49'; our $_EBCDIC = "\t" ne "\011"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.48/lib/CGI.pm new/CGI-4.49/lib/CGI.pm --- old/CGI-4.48/lib/CGI.pm 2020-06-02 10:19:00.000000000 +0200 +++ new/CGI-4.49/lib/CGI.pm 2020-06-08 11:40:39.000000000 +0200 @@ -1,6 +1,5 @@ package CGI; require 5.008001; -use if $] >= 5.019, 'deprecate'; use Carp 'croak'; my $appease_cpants_kwalitee = q/ @@ -8,7 +7,7 @@ use warnings; #/; -$CGI::VERSION='4.48'; +$CGI::VERSION='4.49'; 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.48/lib/Fh.pm new/CGI-4.49/lib/Fh.pm --- old/CGI-4.48/lib/Fh.pm 2020-06-02 10:18:41.000000000 +0200 +++ new/CGI-4.49/lib/Fh.pm 2020-06-08 11:40:20.000000000 +0200 @@ -5,6 +5,6 @@ use strict; use warnings; -$Fh::VERSION = '4.48'; +$Fh::VERSION = '4.49'; 1;
