SHA256
8
0
forked from pool/perl-CGI

Accepting request 1084444 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1084444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CGI?expand=0&rev=27
This commit is contained in:
2023-05-04 15:09:18 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d36d930b89ecdfbcc7d6d4740821bd466a0218abf1bd413568640b2f43799b7
size 206068

3
CGI-4.57.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e6ca634fe0d5621bb55b0fce5c1d08e6f643c65eecdfffbb4b344fd51b963ac
size 206642

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 3 03:06:05 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 4.57
see /usr/share/doc/packages/perl-CGI/Changes
4.57 2023-05-01
[ DOCUMENTATION ]
- Documentation tweaks around uploadInfo() and hooks (GH #256, thanks to rlauer6)
-------------------------------------------------------------------
Sat Mar 4 03:06:05 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name CGI
Name: perl-CGI
Version: 4.56
Version: 4.57
Release: 0
License: Artistic-2.0
Summary: Handle Common Gateway Interface requests and responses
@@ -56,7 +56,7 @@ however is has now been removed from the perl core...
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor