8
0

WIP: Automatic update to Protocol-HTTP2-1.12.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Protocol-HTTP2:autoupdate into main
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:569f05b1abe997b507c8251530cc81d1ee96bd932cc682534b6ce48653500913
size 53533

BIN
Protocol-HTTP2-1.12.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Feb 15 06:11:26 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 1.120.0 (1.12)
see /usr/share/doc/packages/perl-Protocol-HTTP2/Changes
1.12 2026-02-14T12:55:50Z
- fix: incorrect END_HEADERS flag on CONTINUATION frames (#18) (Daniil Bondarev)
- fix: arriving continuation frame overwrite the existing header buffer
- test: test continuation frames handling
-------------------------------------------------------------------
Wed Jul 3 16:17:00 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Protocol-HTTP2
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Protocol-HTTP2
Name: perl-Protocol-HTTP2
Version: 1.110.0
Version: 1.120.0
Release: 0
# 1.11 -> normalize -> 1.110.0
%define cpan_version 1.11
# 1.12 -> normalize -> 1.120.0
%define cpan_version 1.12
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: HTTP/2 protocol implementation (RFC 7540)
URL: https://metacpan.org/release/%{cpan_name}
@@ -34,7 +34,7 @@ BuildRequires: perl-macros
BuildRequires: perl(AnyEvent)
BuildRequires: perl(MIME::Base64) >= 3.11
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build::Tiny) >= 0.035
BuildRequires: perl(Module::Build::Tiny) >= 0.35
#BuildRequires: perl(Net::SSLeay) >= > 1.45
BuildRequires: perl(Test::LeakTrace)
BuildRequires: perl(Test::More) >= 0.98
@@ -78,7 +78,7 @@ client/server/intermediate on top of your favorite event loop over plain or
tls socket (see examples).
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL --installdirs=vendor