forked from perl/perl-CGI
Compare commits
1 Commits
main
...
autoupdate
Author | SHA256 | Date | |
---|---|---|---|
e5139a23f7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:538ad19c40402e3bbbe00e6d374c3ce2966feb391096dac883ac5104c2083bc9
|
||||
size 207646
|
BIN
CGI-4.71.tar.gz
(Stored with Git LFS)
Normal file
BIN
CGI-4.71.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 19:57:25 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 4.710.0 (4.71)
|
||||
see /usr/share/doc/packages/perl-CGI/Changes
|
||||
|
||||
4.71 2025-09-16
|
||||
|
||||
[ INTERNALS ]
|
||||
- the .tmpfiles hash now keys on the $fh->filename . $fh rather than $$fh . $fh
|
||||
- this ensures duplicate filename uploads still resolve to unique files on disk
|
||||
- fixes GH #276
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 8 05:35:23 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-CGI
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name CGI
|
||||
Name: perl-CGI
|
||||
Version: 4.700.0
|
||||
Version: 4.710.0
|
||||
Release: 0
|
||||
# 4.70 -> normalize -> 4.700.0
|
||||
%define cpan_version 4.70
|
||||
# 4.71 -> normalize -> 4.710.0
|
||||
%define cpan_version 4.71
|
||||
License: Artistic-2.0
|
||||
Summary: Handle Common Gateway Interface requests and responses
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -42,14 +42,14 @@ Requires: perl(File::Temp) >= 0.17
|
||||
Requires: perl(HTML::Entities) >= 3.690
|
||||
Requires: perl(URI) >= 1.760
|
||||
Requires: perl(parent) >= 0.225
|
||||
Provides: perl(CGI)
|
||||
Provides: perl(CGI) = %{version}
|
||||
Provides: perl(CGI::Carp) = %{version}
|
||||
Provides: perl(CGI::Cookie)
|
||||
Provides: perl(CGI::Cookie) = 4.590.0
|
||||
Provides: perl(CGI::File::Temp) = %{version}
|
||||
Provides: perl(CGI::HTML::Functions)
|
||||
Provides: perl(CGI::MultipartBuffer)
|
||||
Provides: perl(CGI::Pretty) = %{version}
|
||||
Provides: perl(CGI::Push)
|
||||
Provides: perl(CGI::Push) = %{version}
|
||||
Provides: perl(CGI::Util) = %{version}
|
||||
Provides: perl(Fh) = %{version}
|
||||
%undefine __perllib_provides
|
||||
|
Reference in New Issue
Block a user