diff --git a/cpp-httplib-0.14.0.tar.gz b/cpp-httplib-0.14.0.tar.gz deleted file mode 100644 index a232c581e095448acc966c65325077acf171b174..0000000000000000000000000000000000000000 Binary files a/cpp-httplib-0.14.0.tar.gz and /dev/null differ diff --git a/cpp-httplib-0.14.3.tar.gz b/cpp-httplib-0.14.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..70612a76221ec8e75793ae8b800dfa96baff89bc Binary files /dev/null and b/cpp-httplib-0.14.3.tar.gz differ diff --git a/cpp-httplib.spec b/cpp-httplib.spec index 5981436d6ff3f06f70eef0d4a908b1fcedc21117..42ba816776606770dae99eeb74d1d97cdf35786b 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -1,6 +1,6 @@ Name: cpp-httplib -Version: 0.14.0 -Release: 2 +Version: 0.14.3 +Release: 1 Summary: A C++ header-only HTTP/HTTPS server and client library License: MIT URL: https://github.com/yhirose/cpp-httplib @@ -42,6 +42,9 @@ export GTEST_FILTER='_Online$' %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue Dec 26 2023 maqi - 0.14.3-1 +- Update to version 0.14.3 + * Wed Sep 27 2023 Chenxi Mao - 0.14.0-2 - Add openssl to build require list to fix build error