From 726428162fde06ec6961b1cdabdc2f95738be7e548989aa20bcc6a6b70794a07 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 22 Apr 2025 11:31:53 +0000 Subject: [PATCH] aws-c-http 0.9.7 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-http?expand=0&rev=59 --- aws-c-http.changes | 9 +++++++++ aws-c-http.spec | 23 ++++++++++------------- v0.9.6.tar.gz | 3 --- v0.9.7.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 v0.9.6.tar.gz create mode 100644 v0.9.7.tar.gz diff --git a/aws-c-http.changes b/aws-c-http.changes index 1ac8376..efac2aa 100644 --- a/aws-c-http.changes +++ b/aws-c-http.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 20 12:48:14 UTC 2025 - Andreas Stieger + +- update to 0.9.7: + * fix: H2 manual write triggers the stream complete test + * make exports more consistent + * report the error back to write complete +- minor spec file tweaks + ------------------------------------------------------------------- Wed Apr 2 14:55:22 UTC 2025 - John Paul Adrian Glaubitz diff --git a/aws-c-http.spec b/aws-c-http.spec index f532aa8..e2e3816 100644 --- a/aws-c-http.spec +++ b/aws-c-http.spec @@ -2,6 +2,7 @@ # spec file for package aws-c-http # # Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +20,7 @@ %define library_version 1.0.0 %define library_soversion 1_0_0 Name: aws-c-http -Version: 0.9.6 +Version: 0.9.7 Release: 0 Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications License: Apache-2.0 @@ -28,15 +29,14 @@ URL: https://github.com/awslabs/aws-c-http Source0: https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz BuildRequires: cmake BuildRequires: fdupes -BuildRequires: cmake(aws-checksums) +BuildRequires: ninja +BuildRequires: pkgconfig BuildRequires: cmake(aws-c-cal) BuildRequires: cmake(aws-c-common) BuildRequires: cmake(aws-c-compression) BuildRequires: cmake(aws-c-io) BuildRequires: cmake(s2n) BuildRequires: pkgconfig(libcrypto) -BuildRequires: ninja -BuildRequires: pkgconfig %description C99 implementation of the HTTP/1.1 and HTTP/2 specifications. @@ -67,21 +67,17 @@ This package contains the development files. %define __builder ninja %cmake \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_MODULE_PATH=%{_libdir}/cmake -%make_jobs - -# Testsuite currently fails -#%%check -#export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/build -#%%ctest + -DCMAKE_MODULE_PATH=%{_libdir}/cmake \ + %{nil} +%cmake_build %install %cmake_install -%post -n lib%{name}%{library_soversion} -p /sbin/ldconfig -%postun -n lib%{name}%{library_soversion} -p /sbin/ldconfig +%ldconfig_scriptlets -n lib%{name}%{library_soversion} %files +%license LICENSE %{_bindir}/* %files -n lib%{name}%{library_soversion} @@ -90,6 +86,7 @@ This package contains the development files. %{_libdir}/*.so.%{library_version} %files devel +%license LICENSE %{_libdir}/cmake/ %{_libdir}/*.so %{_includedir}/* diff --git a/v0.9.6.tar.gz b/v0.9.6.tar.gz deleted file mode 100644 index 4832e18..0000000 --- a/v0.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39381e7b66d73b5dcf8b3afe533f3206349a7e8f0fb78c8bac469bee0f05b957 -size 481559 diff --git a/v0.9.7.tar.gz b/v0.9.7.tar.gz new file mode 100644 index 0000000..1de0881 --- /dev/null +++ b/v0.9.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cb2a19a7cd80eafc4c29e6845ec97135a381a1e32fc848bdb8340cc747204a +size 481942