diff --git a/cpp-httplib.spec b/cpp-httplib.spec index a756e0f8d72325df68562c9641c2ffab12812068..f4e2d082ed776d99f9a5196800a794b5968f9dd4 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -2,11 +2,11 @@ Name: cpp-httplib Version: 0.5.12 -Release: 1 +Release: 2 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/%{name}-%{version}.tar.gz +Source0: https://github.com/yhirose/cpp-httplib/archive/v%{version}.tar.gz BuildArch: noarch @@ -40,6 +40,9 @@ cp -r example %{buildroot}/%{_docdir}/%{name} %{_docdir}/%{name}/example/* %changelog +* Mon Oct 12 2020 liqingqing_1229 +- update source0's url + * Sun Mar 29 2020 Wei Xiong - Package init