8
0

Accepting request 1085705 from home:dstoecker:branches:home:ohollmann:branches:security:tls:unstable

- refresh package, Update cpanspec.yml

OBS-URL: https://build.opensuse.org/request/show/1085705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-HTTP2?expand=0&rev=4
This commit is contained in:
2023-05-09 12:40:30 +00:00
committed by Git OBS Bridge
parent 89ee22c7e9
commit 962f7b261a
3 changed files with 12 additions and 11 deletions

View File

@@ -7,8 +7,8 @@
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
patches:
openssl3_1-adapt_tests.patch: -p1 PATCH-FIX-OPENSUSE https://github.com/vlet/p5-Protocol-HTTP2/pull/14
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 9 12:28:36 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
- refresh package, Update cpanspec.yml
-------------------------------------------------------------------
Thu May 4 13:11:57 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>

View File

@@ -16,20 +16,18 @@
#
%define cpan_name Protocol-HTTP2
Name: perl-Protocol-HTTP2
Version: 1.10
Release: 0
%define cpan_name Protocol-HTTP2
Summary: HTTP/2 protocol implementation (RFC 7540)
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: HTTP/2 protocol implementation (RFC 7540)
URL: https://metacpan.org/release/%{cpan_name}
Source0: Protocol-HTTP2-1.10.tar.gz
Source0: https://cpan.metacpan.org/authors/id/C/CR/CRUX/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
# PATCH-FIX-OPENSUSE https://github.com/vlet/p5-Protocol-HTTP2/pull/14
Patch1: openssl3_1-adapt_tests.patch
Patch0: openssl3_1-adapt_tests.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(AnyEvent)
@@ -50,8 +48,7 @@ client/server/intermediate on top of your favorite event loop over plain or
tls socket (see examples).
%prep
%setup -q -n %{cpan_name}-%{version}
%autopatch -p1
%autosetup -n %{cpan_name}-%{version} -p1
%build
perl Build.PL --installdirs=vendor
@@ -65,7 +62,6 @@ perl Build.PL --installdirs=vendor
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README.md
%license LICENSE