forked from pool/cpp-httplib
Update to version 0.12.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=14
This commit is contained in:
15
_service
15
_service
@@ -1,16 +1,3 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/yhirose/cpp-httplib.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(\d.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="download_files" mode="manual"/>
|
||||
</services>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d27d270f29dd4574a237ab573a5e8ee1ade3c1ad496586bff1538ec9c39c349
|
||||
size 711249
|
||||
3
cpp-httplib-0.12.0.tar.gz
Normal file
3
cpp-httplib-0.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:423900c9a124b88c406cd34aba08c9e60742e477a02bd29051cf0ecbf9ef0c65
|
||||
size 635941
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cpp-httplib-headers
|
||||
Version: 0.11.4
|
||||
Version: 0.12.0
|
||||
Release: 0
|
||||
Summary: A C++11 header-only HTTP/HTTPS library
|
||||
License: MIT
|
||||
@@ -47,6 +47,7 @@ interfaces and any available port.
|
||||
%setup -q -n cpp-httplib-%{version}
|
||||
# For avoid c++ compiler check
|
||||
sed -i "7s/.*/version: '%{version}',/" meson.build
|
||||
chmod -x example/uploader.sh
|
||||
|
||||
%build
|
||||
%meson -Dcpp-httplib_openssl=disabled -Dcpp-httplib_brotli=disabled \
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 09 12:34:29 UTC 2023 - Alexey Svistunov <svalx@svalx.net>
|
||||
|
||||
- Update to version 0.12.0:
|
||||
* Removed is_writable() from DataSink (Resolve #1478, too) (#1483)
|
||||
* Fix #1479
|
||||
* Removed incorrect comment
|
||||
* Support CTest (#1468)
|
||||
* Issue 52666: cpp-httplib:server_fuzzer: Timeout in server_fuzzer
|
||||
* add to_human_string (#1467)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 14:55:18 UTC 2023 - Alexey Svistunov <svalx@svalx.net>
|
||||
|
||||
|
||||
@@ -16,15 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 0.11
|
||||
%define libver 0_11
|
||||
%define sover 0.12
|
||||
%define libver 0_12
|
||||
Name: cpp-httplib
|
||||
Version: 0.11.4
|
||||
Version: 0.12.0
|
||||
Release: 0
|
||||
Summary: A C++11 HTTP/HTTPS library
|
||||
License: MIT
|
||||
URL: https://github.com/yhirose/cpp-httplib
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: https://codeload.github.com/yhirose/cpp-httplib/tar.gz/refs/tags/v%{version}#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: meson >= 0.47.0
|
||||
BuildRequires: pkgconfig(gtest)
|
||||
|
||||
Reference in New Issue
Block a user