Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-CGI for openSUSE:Factory checked in at 2025-07-15 16:42:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old) and /work/SRC/openSUSE:Factory/.perl-CGI.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CGI" Tue Jul 15 16:42:27 2025 rev:35 rq:1291922 version:4.700.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes 2025-06-18 19:30:05.601947050 +0200 +++ /work/SRC/openSUSE:Factory/.perl-CGI.new.7373/perl-CGI.changes 2025-07-15 16:42:53.065603241 +0200 @@ -1,0 +2,12 @@ +Tue Jul 8 05:35:23 UTC 2025 - Tina Müller <timueller+p...@suse.de> + +- updated to 4.700.0 (4.70) + see /usr/share/doc/packages/perl-CGI/Changes + + 4.70 2025-06-11 + + [ META ] + - remove github/coveralls/travis badges, no meaningful any more + - add github actions for CI (GH #273, thanks to esabol) + +------------------------------------------------------------------- Old: ---- CGI-4.69.tar.gz New: ---- CGI-4.70.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CGI.spec ++++++ --- /var/tmp/diff_new_pack.BfycRJ/_old 2025-07-15 16:42:53.633626969 +0200 +++ /var/tmp/diff_new_pack.BfycRJ/_new 2025-07-15 16:42:53.637627136 +0200 @@ -18,10 +18,10 @@ %define cpan_name CGI Name: perl-CGI -Version: 4.690.0 +Version: 4.700.0 Release: 0 -# 4.69 -> normalize -> 4.690.0 -%define cpan_version 4.69 +# 4.70 -> normalize -> 4.700.0 +%define cpan_version 4.70 License: Artistic-2.0 Summary: Handle Common Gateway Interface requests and responses URL: https://metacpan.org/release/%{cpan_name} ++++++ CGI-4.69.tar.gz -> CGI-4.70.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.69/Changes new/CGI-4.70/Changes --- old/CGI-4.69/Changes 2025-06-11 08:18:35.000000000 +0200 +++ new/CGI-4.70/Changes 2025-07-07 08:52:02.000000000 +0200 @@ -1,3 +1,9 @@ +4.70 2025-06-11 + + [ META ] + - remove github/coveralls/travis badges, no meaningful any more + - add github actions for CI (GH #273, thanks to esabol) + 4.69 2025-06-11 [ REVERT ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.69/META.json new/CGI-4.70/META.json --- old/CGI-4.69/META.json 2025-06-11 08:20:19.000000000 +0200 +++ new/CGI-4.70/META.json 2025-07-07 09:02:45.000000000 +0200 @@ -78,6 +78,6 @@ "web" : "https://github.com/leejo/CGI.pm" } }, - "version" : "4.69", + "version" : "4.70", "x_serialization_backend" : "JSON::PP version 4.06" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.69/META.yml new/CGI-4.70/META.yml --- old/CGI-4.69/META.yml 2025-06-11 08:20:19.000000000 +0200 +++ new/CGI-4.70/META.yml 2025-07-07 09:02:45.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.69' +version: '4.70' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.69/README.md new/CGI-4.70/README.md --- old/CGI-4.69/README.md 2025-03-25 13:49:55.000000000 +0100 +++ new/CGI-4.70/README.md 2025-07-07 09:02:28.000000000 +0200 @@ -2,12 +2,6 @@ CGI - Handle Common Gateway Interface requests and responses -<div> - - <a href='https://travis-ci.org/leejo/CGI.pm?branch=master'><img src='https://travis-ci.org/leejo/CGI.pm.svg?branch=master' alt='Build Status' /></a> - <a href='https://coveralls.io/r/leejo/CGI.pm'><img src='https://coveralls.io/repos/leejo/CGI.pm/badge.png?branch=master' alt='Coverage Status' /></a> -</div> - # SYNOPSIS use strict; @@ -15,7 +9,7 @@ use CGI; - # create a CGI object (query) for use + # create a CGI object (query) for use my $q = CGI->new; # Process an HTTP request @@ -92,7 +86,7 @@ file for more information and **test your code** against CGI.pm before deploying it. -# HTML Generation functions should no longer be used +# HTML generation functions should no longer be used **All** HTML generation functions within CGI.pm are no longer being maintained. Any issues, bugs, or patches will be rejected unless diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.69/lib/CGI/Carp.pm new/CGI-4.70/lib/CGI/Carp.pm --- old/CGI-4.69/lib/CGI/Carp.pm 2025-06-11 08:17:32.000000000 +0200 +++ new/CGI-4.70/lib/CGI/Carp.pm 2025-07-07 08:52:15.000000000 +0200 @@ -326,7 +326,7 @@ $main::SIG{__WARN__}=\&CGI::Carp::warn; -$CGI::Carp::VERSION = '4.69'; +$CGI::Carp::VERSION = '4.70'; $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.69/lib/CGI/File/Temp.pm new/CGI-4.70/lib/CGI/File/Temp.pm --- old/CGI-4.69/lib/CGI/File/Temp.pm 2025-06-11 08:17:34.000000000 +0200 +++ new/CGI-4.70/lib/CGI/File/Temp.pm 2025-07-07 08:52:17.000000000 +0200 @@ -3,7 +3,7 @@ # you use it directly and your code breaks horribly. package CGI::File::Temp; -$CGI::File::Temp::VERSION = '4.69'; +$CGI::File::Temp::VERSION = '4.70'; use parent File::Temp; use parent Fh; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.69/lib/CGI/Pretty.pm new/CGI-4.70/lib/CGI/Pretty.pm --- old/CGI-4.69/lib/CGI/Pretty.pm 2025-06-11 08:17:35.000000000 +0200 +++ new/CGI-4.70/lib/CGI/Pretty.pm 2025-07-07 08:52:19.000000000 +0200 @@ -5,7 +5,7 @@ use CGI (); -$CGI::Pretty::VERSION = '4.69'; +$CGI::Pretty::VERSION = '4.70'; $CGI::DefaultClass = __PACKAGE__; @CGI::Pretty::ISA = qw( CGI ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.69/lib/CGI/Push.pm new/CGI-4.70/lib/CGI/Push.pm --- old/CGI-4.69/lib/CGI/Push.pm 2025-06-11 08:17:36.000000000 +0200 +++ new/CGI-4.70/lib/CGI/Push.pm 2025-07-07 08:52:20.000000000 +0200 @@ -5,7 +5,7 @@ use warnings; #/; -$CGI::Push::VERSION='4.69'; +$CGI::Push::VERSION='4.70'; use CGI; use CGI::Util 'rearrange'; @ISA = ('CGI'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.69/lib/CGI/Util.pm new/CGI-4.70/lib/CGI/Util.pm --- old/CGI-4.69/lib/CGI/Util.pm 2025-06-11 08:17:38.000000000 +0200 +++ new/CGI-4.70/lib/CGI/Util.pm 2025-07-07 08:52:22.000000000 +0200 @@ -5,7 +5,7 @@ our @EXPORT_OK = qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); -our $VERSION = '4.69'; +our $VERSION = '4.70'; our $_EBCDIC = "\t" ne "\011"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.69/lib/CGI.pm new/CGI-4.70/lib/CGI.pm --- old/CGI-4.69/lib/CGI.pm 2025-06-11 08:17:30.000000000 +0200 +++ new/CGI-4.70/lib/CGI.pm 2025-07-07 08:52:13.000000000 +0200 @@ -8,7 +8,7 @@ use warnings; #/; -$CGI::VERSION='4.69'; +$CGI::VERSION='4.70'; 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.69/lib/CGI.pod new/CGI-4.70/lib/CGI.pod --- old/CGI-4.69/lib/CGI.pod 2023-05-02 14:00:41.000000000 +0200 +++ new/CGI-4.70/lib/CGI.pod 2025-07-07 09:02:05.000000000 +0200 @@ -3,10 +3,6 @@ CGI - Handle Common Gateway Interface requests and responses -=for html -<a href='https://travis-ci.org/leejo/CGI.pm?branch=master'><img src='https://travis-ci.org/leejo/CGI.pm.svg?branch=master' alt='Build Status' /></a> -<a href='https://coveralls.io/r/leejo/CGI.pm'><img src='https://coveralls.io/repos/leejo/CGI.pm/badge.png?branch=master' alt='Coverage Status' /></a> - =head1 SYNOPSIS use strict; @@ -14,7 +10,7 @@ use CGI; - # create a CGI object (query) for use + # create a CGI object (query) for use my $q = CGI->new; # Process an HTTP request @@ -91,7 +87,7 @@ file for more information and B<test your code> against CGI.pm before deploying it. -=head1 HTML Generation functions should no longer be used +=head1 HTML generation functions should no longer be used B<All> HTML generation functions within CGI.pm are no longer being maintained. Any issues, bugs, or patches will be rejected unless diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.69/lib/Fh.pm new/CGI-4.70/lib/Fh.pm --- old/CGI-4.69/lib/Fh.pm 2025-06-11 08:17:40.000000000 +0200 +++ new/CGI-4.70/lib/Fh.pm 2025-07-07 08:52:26.000000000 +0200 @@ -5,6 +5,6 @@ use strict; use warnings; -$Fh::VERSION = '4.69'; +$Fh::VERSION = '4.70'; 1;