diff --git a/Protocol-HTTP2-1.11.tar.gz b/Protocol-HTTP2-1.11.tar.gz deleted file mode 100644 index 385a580..0000000 --- a/Protocol-HTTP2-1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:569f05b1abe997b507c8251530cc81d1ee96bd932cc682534b6ce48653500913 -size 53533 diff --git a/Protocol-HTTP2-1.12.tar.gz b/Protocol-HTTP2-1.12.tar.gz new file mode 100644 index 0000000..2289e5b --- /dev/null +++ b/Protocol-HTTP2-1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196851fed2fffb50c64ba5ac043c89f8dbe76630e95a0377fc68b5780658cc19 +size 52936 diff --git a/perl-Protocol-HTTP2.changes b/perl-Protocol-HTTP2.changes index 7445f63..4be09af 100644 --- a/perl-Protocol-HTTP2.changes +++ b/perl-Protocol-HTTP2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Feb 15 06:11:26 UTC 2026 - Tina Müller + +- 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 diff --git a/perl-Protocol-HTTP2.spec b/perl-Protocol-HTTP2.spec index eff5405..e02d418 100644 --- a/perl-Protocol-HTTP2.spec +++ b/perl-Protocol-HTTP2.spec @@ -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