Accepting request 842300 from devel:languages:perl:autoupdate
- updated to 1.42 (Aug 28 2019) Fix loading apache_test_config.pm for recent perls in which '.' is no longer in @INC by default. [Steve Hay] - updated to 1.41 (Jul 11 2019) Set DefaultStateDir for > 2.5.1 and add -t_state to override. [jorton] Inherit config via IncludeOptional as well as Include. [jorton] Increase size of MinSpare, MaxSpare and MaxClients to improve httpd test framework runs with worker and preform MPMs. [rjung] Changed the openssl version detection to work with other *SSL libraries. [icing] Switch test framework from using Net::SSL for raw TLS sockets to IO::Socket::SSL. [rjung] Fix mod_ssl tests under OpenSSL 1.1.1 / TLSv1.3. [jorton] Add cwd to generated lib path in TEST script since Perl >=5.26 don't do that any more. [jorton] Override loglevel to trace8 if running in 2.4. [covener] Allow an empty PREFIX. [sf] Add need_min_apache_fix(). [covener] - updated to 1.40 see /usr/share/doc/packages/perl-Apache-Test/Changes =item 1.40 Sep 6 2016 Specify licence (Apache 2.0) in META.yml. [Steve Hay, CPAN RT#111359] Fix broken POD. [Steve Hay] Switch argument order in "openssl gendsa". [rjung] Add (limited) checks for *_SAN_*_n and *_DN_Email variables. [kbrand] Update key sizes and message digest to what is common in 2015. [kbrand] - add cpanspec yaml - update to 1.39 - Require netcfg to make tests pass - initial package 1.36 * created by cpanspec 1.78.04 OBS-URL: https://build.opensuse.org/request/show/842300 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-Test?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
ad9e1dc170
commit
d31c5a93ea
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cf537f1c81deb549d62be7fd5ee1af439283a9e93f3d13465d01a1d41d4ae40
|
||||
size 151801
|
3
Apache-Test-1.42.tar.gz
Normal file
3
Apache-Test-1.42.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0681f07d7d8a9429d0edf8a8c5ad6a655be7fe81ada142670b2b8e776b3bb3eb
|
||||
size 153621
|
@@ -14,3 +14,4 @@ preamble: |-
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
license: Apache-2.0
|
||||
#skip_noarch: 1
|
||||
ignore_requires: Win32::Process
|
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 17 13:43:42 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- updated to 1.42 (Aug 28 2019)
|
||||
Fix loading apache_test_config.pm for recent perls in which '.' is
|
||||
no longer in @INC by default. [Steve Hay]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 09:08:58 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.41 (Jul 11 2019)
|
||||
|
||||
Set DefaultStateDir for > 2.5.1 and add -t_state to override. [jorton]
|
||||
|
||||
Inherit config via IncludeOptional as well as Include. [jorton]
|
||||
|
||||
Increase size of MinSpare, MaxSpare and MaxClients to improve httpd test
|
||||
framework runs with worker and preform MPMs. [rjung]
|
||||
|
||||
Changed the openssl version detection to work with other *SSL libraries.
|
||||
[icing]
|
||||
|
||||
Switch test framework from using Net::SSL for
|
||||
raw TLS sockets to IO::Socket::SSL. [rjung]
|
||||
|
||||
Fix mod_ssl tests under OpenSSL 1.1.1 / TLSv1.3. [jorton]
|
||||
|
||||
Add cwd to generated lib path in TEST script since Perl >=5.26 don't
|
||||
do that any more. [jorton]
|
||||
|
||||
Override loglevel to trace8 if running in 2.4. [covener]
|
||||
|
||||
Allow an empty PREFIX. [sf]
|
||||
|
||||
Add need_min_apache_fix(). [covener]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 7 05:01:19 UTC 2016 - coolo@suse.com
|
||||
|
||||
@@ -36,4 +72,3 @@ Thu Apr 14 07:43:06 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
- initial package 1.36
|
||||
* created by cpanspec 1.78.04
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Apache-Test
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,26 +12,28 @@
|
||||
# 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-Apache-Test
|
||||
Version: 1.40
|
||||
Version: 1.42
|
||||
Release: 0
|
||||
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
|
||||
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
|
||||
%define cpan_name Apache-Test
|
||||
Summary: Test.pm wrapper with helpers for testing Apache
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Apache-Test/
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHAY/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHAY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Patch0: fix-provides.diff
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
#BuildRequires: perl(Win32::Process)
|
||||
#Requires: perl(Win32::Process)
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: netcfg
|
||||
@@ -47,11 +49,11 @@ testing an Apache server.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -60,6 +62,7 @@ testing an Apache server.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTORS LICENSE README SUPPORT ToDo
|
||||
%doc Changes CONTRIBUTORS README SUPPORT ToDo
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user