diff --git a/cpp-httplib-0.5.12.tar.gz b/cpp-httplib-0.5.12.tar.gz deleted file mode 100644 index 077ec092cfba0e985ae5ee0f80ea534d4a76bf9b..0000000000000000000000000000000000000000 Binary files a/cpp-httplib-0.5.12.tar.gz and /dev/null differ diff --git a/cpp-httplib.spec b/cpp-httplib.spec index 79db5faeab18813202904b2960ff4a587d6443d2..e1099a0673ff2cd2fc8a1ef7b08265aeb841ee7d 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -1,12 +1,10 @@ -#%global debug_package %{nil} - Name: cpp-httplib -Version: 0.5.12 -Release: 3 +Version: 0.11.1 +Release: 1 Summary: A C++ header-only HTTP/HTTPS server and client library License: MIT URL: https://github.com/yhirose/cpp-httplib -Source0: https://github.com/yhirose/cpp-httplib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/yhirose/%{name}/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch Requires: openssl-devel, glibc-devel, zlib-devel @@ -37,12 +35,15 @@ cp %{buildroot}/%{_includedir}/httplib.h %{buildroot}/%{_docdir}/%{name} %files %license LICENSE -%doc README.md appveyor.yml split.py +%doc README.md split.py %{_includedir}/* %{_docdir}/%{name}/httplib.h %{_docdir}/%{name}/example %changelog +* Tue Aug 16 2022 jinzhiguang - 0.11.1-1 +- update to 0.11.1 + * Wed Mar 03 2021 Liu Gang - cp httplib.h to doc dir for make example diff --git a/v0.11.1.tar.gz b/v0.11.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f719982b66b7dd962a7784fb1074efe36dc8ca34 Binary files /dev/null and b/v0.11.1.tar.gz differ