Compare commits
10 Commits
e91cf1758a
...
008433c349
Author | SHA256 | Date | |
---|---|---|---|
008433c349 | |||
5288c51689 | |||
db0a471c73 | |||
561620b4fc | |||
|
613d316b3d | ||
9157a2f6b1 | |||
379e4c7995 | |||
d497b0532f | |||
1a049e7300 | |||
|
df013a1ca9 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed2c12e12ad3bde9d0a73344851692982c0c05d0650fa0c03df66f63c0977838
|
||||
size 20910
|
3
CGI-Compile-0.27.tar.gz
Normal file
3
CGI-Compile-0.27.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6b0bae840260ee0b45a1a5be36e25b07ca91eedda264a83ce4f41483cb88ddd
|
||||
size 23225
|
@@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 15 05:32:02 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.270.0 (0.27)
|
||||
see /usr/share/doc/packages/perl-CGI-Compile/Changes
|
||||
|
||||
0.27 2024-12-14 14:00:17 UTC
|
||||
- Make t/race-conditions.t run only with AUTHOR_TESTING due to problems
|
||||
reported by users and CPAN Testers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:00:24 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 31 03:06:45 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.26
|
||||
see /usr/share/doc/packages/perl-CGI-Compile/Changes
|
||||
|
||||
0.26 2023-07-30 23:21:04 UTC
|
||||
- test with simple source filter rather than Switch.pm (haarg)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 03:07:14 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.25
|
||||
see /usr/share/doc/packages/perl-CGI-Compile/Changes
|
||||
|
||||
0.25 2020-08-03 18:39:36 UTC
|
||||
- add file name to package name #25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 03:09:37 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.24
|
||||
see /usr/share/doc/packages/perl-CGI-Compile/Changes
|
||||
|
||||
0.24 2020-01-30 13:59:56 UTC
|
||||
- use better packages/subnames for coderefs
|
||||
- add all CONTRIBUTORS to POD
|
||||
- add test for working alarm signal in CGIs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 18 03:07:07 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.23
|
||||
see /usr/share/doc/packages/perl-CGI-Compile/Changes
|
||||
|
||||
0.23 2020-01-17 10:31:33 UTC
|
||||
- fix race condition in temp dir creation (jr-dimedis) #24
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 7 21:08:46 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- Fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 11:16:08 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.22
|
||||
see /usr/share/doc/packages/perl-CGI-Compile/Changes
|
||||
|
||||
0.22 2017-02-02 09:59:06 PST
|
||||
- fix tests in signal-masked environment (lemrouch) #20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 2 09:31:52 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-CGI-Compile
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -12,29 +12,38 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-CGI-Compile
|
||||
Version: 0.21
|
||||
Release: 0
|
||||
%define cpan_name CGI-Compile
|
||||
Name: perl-CGI-Compile
|
||||
Version: 0.270.0
|
||||
Release: 0
|
||||
# 0.27 -> normalize -> 0.270.0
|
||||
%define cpan_version 0.27
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Compile .cgi scripts to a code reference like ModPerl::Registry
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/CGI-Compile/
|
||||
Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RK/RKITOVER/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CGI)
|
||||
BuildRequires: perl(Capture::Tiny)
|
||||
BuildRequires: perl(File::pushd)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Sub::Identify)
|
||||
BuildRequires: perl(Sub::Name)
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
Requires: perl(File::pushd)
|
||||
Requires: perl(Sub::Name)
|
||||
Provides: perl(CGI::Compile) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -46,11 +55,12 @@ run on a persistent environment.
|
||||
CGIs.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL --installdirs=vendor
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@@ -61,7 +71,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user