12 Commits

Author SHA256 Message Date
e5139a23f7 Automatic update to v4.710.0 (4.71) 2025-10-09 19:57:25 +00:00
a9aaac7455 Add Gitea build results 2025-08-12 18:12:14 +02:00
07244cfea8 Accepting request 1291922 from devel:languages:perl
Forwarded request #1291902 from tinita

- 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)

OBS-URL: https://build.opensuse.org/request/show/1291922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CGI?expand=0&rev=35
2025-07-15 14:42:27 +00:00
bcc6f2be31 Accepting request 1291902 from devel:languages:perl:autoupdate
- 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)

OBS-URL: https://build.opensuse.org/request/show/1291902
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CGI?expand=0&rev=86
2025-07-11 10:19:15 +00:00
7b70fdc67d Accepting request 1286339 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1286339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CGI?expand=0&rev=34
2025-06-18 17:30:04 +00:00
fa353fbfab Accepting request 1284901 from devel:languages:perl:autoupdate
- updated to 4.690.0 (4.69)
   see /usr/share/doc/packages/perl-CGI/Changes
  4.69 2025-06-11
      [ REVERT ]
      - changes in 4.68 - this breaks backwards compatibility clearly not sufficiently covered by tests (see GH #271)

OBS-URL: https://build.opensuse.org/request/show/1284901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CGI?expand=0&rev=84
2025-06-17 10:45:18 +00:00
eed1caabb4 Accepting request 1269463 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1269463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CGI?expand=0&rev=33
2025-04-15 18:47:09 +00:00
Johannes Weberhofer
ae475769dd Accepting request 1269388 from devel:languages:perl:autoupdate
- updated to 4.680.0 (4.68)
   see /usr/share/doc/packages/perl-CGI/Changes
  4.68 2025-04-01
      [ FIX ]
      - handle passing of hash keys as args with a mix of dashed and non dashed (GH #270, thanks to kocoureasy for the patch)

OBS-URL: https://build.opensuse.org/request/show/1269388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CGI?expand=0&rev=82
2025-04-15 07:45:30 +00:00
2c11dc45f1 Accepting request 1237578 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1237578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CGI?expand=0&rev=32
2025-01-14 15:22:00 +00:00
e7934bcf2e Accepting request 1236715 from devel:languages:perl:autoupdate
- updated to 4.670.0 (4.67)
   see /usr/share/doc/packages/perl-CGI/Changes
  4.67 2025-01-08
      [ FIX ]
      - correctly parse unquoted expires cookie values containing embedded commas (GH #268, thanks to rlauer6 for the patch)

OBS-URL: https://build.opensuse.org/request/show/1236715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CGI?expand=0&rev=80
2025-01-13 21:47:59 +00:00
352895bd62 Accepting request 1183500 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CGI?expand=0&rev=31
2024-06-29 13:16:15 +00:00
Lars Vogdt
419791d9ec Accepting request 1182876 from devel:languages:perl:autoupdate
- 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)

OBS-URL: https://build.opensuse.org/request/show/1182876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CGI?expand=0&rev=78
2024-06-26 21:30:53 +00:00
5 changed files with 76 additions and 16 deletions

BIN
CGI-4.67.tar.gz LFS

Binary file not shown.

BIN
CGI-4.71.tar.gz LFS Normal file

Binary file not shown.

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-CGI/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-CGI)

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
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>
- 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)
-------------------------------------------------------------------
Wed Jun 11 14:55:21 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 4.690.0 (4.69)
see /usr/share/doc/packages/perl-CGI/Changes
4.69 2025-06-11
[ REVERT ]
- changes in 4.68 - this breaks backwards compatibility clearly not sufficiently covered by tests (see GH #271)
-------------------------------------------------------------------
Wed Apr 2 05:35:28 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 4.680.0 (4.68)
see /usr/share/doc/packages/perl-CGI/Changes
4.68 2025-04-01
[ FIX ]
- handle passing of hash keys as args with a mix of dashed and non dashed (GH #270, thanks to kocoureasy for the patch)
-------------------------------------------------------------------
Thu Jan 9 05:30:16 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -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,37 +18,38 @@
%define cpan_name CGI
Name: perl-CGI
Version: 4.670.0
Version: 4.710.0
Release: 0
# 4.67 -> normalize -> 4.670.0
%define cpan_version 4.67
# 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}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Temp) >= 0.17
BuildRequires: perl(HTML::Entities) >= 3.69
BuildRequires: perl(HTML::Entities) >= 3.690
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Warn) >= 0.3
BuildRequires: perl(URI) >= 1.76
BuildRequires: perl(Test::Warn) >= 0.300
BuildRequires: perl(URI) >= 1.760
BuildRequires: perl(parent) >= 0.225
Requires: perl(File::Temp) >= 0.17
Requires: perl(HTML::Entities) >= 3.69
Requires: perl(URI) >= 1.76
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
@@ -69,7 +70,7 @@ CGI.pm was included in the perl distribution from perl v5.4 to v5.20,
however is has now been removed from the perl core...
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644