Sync from SUSE:SLFO:Main perl-CGI revision 6819cc2ec36583e9b57fa146f08f559a

This commit is contained in:
2025-01-08 16:30:24 +01:00
parent 5f1702f1e8
commit 708a99610e
4 changed files with 43 additions and 8 deletions

BIN
CGI-4.60.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
CGI-4.66.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sun Jun 23 16:10:07 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- updated to 4.660.0 (4.66)
see /usr/share/doc/packages/perl-CGI/Changes
4.66 2024-06-04
[ FIX ]
- Restore trailing slashes in the ->url call (GH #267)
4.65 2024-06-04
[ TESTING ]
- "fix" t/url.t for older Perls (GH #266)
-------------------------------------------------------------------
Fri Mar 22 16:06:11 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 4.64
see /usr/share/doc/packages/perl-CGI/Changes
4.64 2024-03-18
[ META ]
- pass --no-xattrs to tar in Makefile to fix tar backwards compat (GH #264, thanks to ryandesign)
4.63 2024-03-01
[ FIX ]
- ->url returns a string in all cases (GH #263, thanks to Sketch6307)
4.62 2024-03-01
[ FIX ]
- ->url now returns the correct thing for ipv6 brackets (GH #259, thanks to eserte)
4.61 2024-01-08
[ ENHANCEMENT ]
- Support Paritioned cookies in CGI::Cookie (GH #262, thanks to dakkar)
-------------------------------------------------------------------
Thu Nov 2 03:06:08 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-CGI
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,10 @@
%define cpan_name CGI
Name: perl-CGI
Version: 4.600.0
Version: 4.660.0
Release: 0
%define cpan_version 4.60
# 4.66 -> normalize -> 4.660.0
%define cpan_version 4.66
License: Artistic-2.0
Summary: Handle Common Gateway Interface requests and responses
URL: https://metacpan.org/release/%{cpan_name}
@@ -34,9 +35,11 @@ BuildRequires: perl(HTML::Entities) >= 3.69
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Warn) >= 0.3
BuildRequires: perl(URI) >= 1.76
BuildRequires: perl(parent) >= 0.225
Requires: perl(File::Temp) >= 0.17
Requires: perl(HTML::Entities) >= 3.69
Requires: perl(URI) >= 1.76
Requires: perl(parent) >= 0.225
Provides: perl(CGI)
Provides: perl(CGI::Carp) = %{version}
@@ -46,9 +49,9 @@ Provides: perl(CGI::HTML::Functions)
Provides: perl(CGI::MultipartBuffer)
Provides: perl(CGI::Pretty) = %{version}
Provides: perl(CGI::Push)
Provides: perl(CGI::Util) = 4.590.0
Provides: perl(CGI::Util) = %{version}
Provides: perl(Fh) = %{version}
%define __perllib_provides /bin/true
%undefine __perllib_provides
%{perl_requires}
%description