SHA256
8
0
forked from pool/aws-c-http

Accepting request 1271848 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1271848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-http?expand=0&rev=16
This commit is contained in:
2025-04-22 15:30:25 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 16 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Apr 20 12:48:14 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <adrian.glaubitz@suse.com>

View File

@@ -2,6 +2,7 @@
# spec file for package aws-c-http
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# 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}/*

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39381e7b66d73b5dcf8b3afe533f3206349a7e8f0fb78c8bac469bee0f05b957
size 481559

3
v0.9.7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18cb2a19a7cd80eafc4c29e6845ec97135a381a1e32fc848bdb8340cc747204a
size 481942