From 4df3b5397c8ecac32f90960d32b88b99c7da11ce59cbf5302aa9e06f3f89bfdc Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 3 May 2023 15:21:47 +0000 Subject: [PATCH] Accepting request 1084399 from devel:languages:perl:autoupdate - 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) OBS-URL: https://build.opensuse.org/request/show/1084399 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CGI?expand=0&rev=70 --- CGI-4.56.tar.gz | 3 --- CGI-4.57.tar.gz | 3 +++ perl-CGI.changes | 11 +++++++++++ perl-CGI.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 CGI-4.56.tar.gz create mode 100644 CGI-4.57.tar.gz diff --git a/CGI-4.56.tar.gz b/CGI-4.56.tar.gz deleted file mode 100644 index 17dba25..0000000 --- a/CGI-4.56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d36d930b89ecdfbcc7d6d4740821bd466a0218abf1bd413568640b2f43799b7 -size 206068 diff --git a/CGI-4.57.tar.gz b/CGI-4.57.tar.gz new file mode 100644 index 0000000..b6cbc1e --- /dev/null +++ b/CGI-4.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6ca634fe0d5621bb55b0fce5c1d08e6f643c65eecdfffbb4b344fd51b963ac +size 206642 diff --git a/perl-CGI.changes b/perl-CGI.changes index ffc7b8d..6e56591 100644 --- a/perl-CGI.changes +++ b/perl-CGI.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 3 03:06:05 UTC 2023 - Tina Müller + +- 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 diff --git a/perl-CGI.spec b/perl-CGI.spec index 3f91832..5e41da5 100644 --- a/perl-CGI.spec +++ b/perl-CGI.spec @@ -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