8
0

Accepting request 1084752 from home:ohollmann:branches:security:tls:unstable

- Adapt tests for OpenSSL 3.1 [bsc#1209430]
  * Add openssl3_1-adapt_tests.patch

OBS-URL: https://build.opensuse.org/request/show/1084752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-HTTP2?expand=0&rev=3
This commit is contained in:
2023-05-09 12:36:52 +00:00
committed by Git OBS Bridge
parent 59d375974f
commit 89ee22c7e9
3 changed files with 41 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Protocol-HTTP2
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@ Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: Protocol-HTTP2-1.10.tar.gz
Source1: cpanspec.yml
# PATCH-FIX-OPENSUSE https://github.com/vlet/p5-Protocol-HTTP2/pull/14
Patch1: openssl3_1-adapt_tests.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -49,6 +51,7 @@ tls socket (see examples).
%prep
%setup -q -n %{cpan_name}-%{version}
%autopatch -p1
%build
perl Build.PL --installdirs=vendor