Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cpp-httplib for openSUSE:Factory checked in at 2025-05-23 14:29:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpp-httplib (Old) and /work/SRC/openSUSE:Factory/.cpp-httplib.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpp-httplib" Fri May 23 14:29:02 2025 rev:10 rq:1278526 version:0.20.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cpp-httplib/cpp-httplib.changes 2025-05-13 20:12:52.577488890 +0200 +++ /work/SRC/openSUSE:Factory/.cpp-httplib.new.2732/cpp-httplib.changes 2025-05-23 14:29:45.946585039 +0200 @@ -1,0 +2,6 @@ +Mon May 19 20:04:41 UTC 2025 - Jan Engelhardt <[email protected]> + +- Add dependency from cpp-httplib-devel to libzstd-devel + to workaround cmake wanting it in all cases unconditionally. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpp-httplib.spec ++++++ --- /var/tmp/diff_new_pack.r4DGUm/_old 2025-05-23 14:29:46.426605287 +0200 +++ /var/tmp/diff_new_pack.r4DGUm/_new 2025-05-23 14:29:46.430605455 +0200 @@ -40,6 +40,8 @@ %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
