diff --git a/cpp-httplib.spec b/cpp-httplib.spec index a756e0f..72e2d95 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#/%{name}-%{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