8
0
forked from pool/cpp-httplib

Accepting request 1278526 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1278526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpp-httplib?expand=0&rev=10
This commit is contained in:
2025-05-23 12:29:02 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 19 20:04:41 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Add dependency from cpp-httplib-devel to libzstd-devel
to workaround cmake wanting it in all cases unconditionally.
-------------------------------------------------------------------
Mon May 12 11:00:44 UTC 2025 - pgajdos@suse.com

View File

@@ -40,6 +40,8 @@ Summary: A C++11 HTTP/HTTPS library
%package devel
Summary: A C++11 HTTP/HTTPS library
Requires: lib%{name}%{libver} = %{version}
# cmake files require presence of libzstd even if httplib was built without it
Requires: pkgconfig(libzstd)
%description
This is a multi-threaded HTTP library with blocking I/O. There is no