From a52c3c7ac270fe1447e6bda436a07c96d0b45336357520c4cfb6cca5ced06a56 Mon Sep 17 00:00:00 2001 From: Alexey Svistunov Date: Thu, 9 Feb 2023 15:11:41 +0000 Subject: [PATCH] Update to version 0.12.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=14 --- _service | 15 +-------------- cpp-httplib-0.11.4.tar.gz | 3 --- cpp-httplib-0.12.0.tar.gz | 3 +++ cpp-httplib-headers.spec | 3 ++- cpp-httplib.changes | 11 +++++++++++ cpp-httplib.spec | 8 ++++---- 6 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 cpp-httplib-0.11.4.tar.gz create mode 100644 cpp-httplib-0.12.0.tar.gz diff --git a/_service b/_service index 0f532fd..5f01448 100644 --- a/_service +++ b/_service @@ -1,16 +1,3 @@ - - https://github.com/yhirose/cpp-httplib.git - git - @PARENT_TAG@ - v(\d.*) - \1 - enable - - - - - *.tar - gz - + diff --git a/cpp-httplib-0.11.4.tar.gz b/cpp-httplib-0.11.4.tar.gz deleted file mode 100644 index 52bccbb..0000000 --- a/cpp-httplib-0.11.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d27d270f29dd4574a237ab573a5e8ee1ade3c1ad496586bff1538ec9c39c349 -size 711249 diff --git a/cpp-httplib-0.12.0.tar.gz b/cpp-httplib-0.12.0.tar.gz new file mode 100644 index 0000000..f8bd655 --- /dev/null +++ b/cpp-httplib-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423900c9a124b88c406cd34aba08c9e60742e477a02bd29051cf0ecbf9ef0c65 +size 635941 diff --git a/cpp-httplib-headers.spec b/cpp-httplib-headers.spec index 55c212a..4943b49 100644 --- a/cpp-httplib-headers.spec +++ b/cpp-httplib-headers.spec @@ -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 \ diff --git a/cpp-httplib.changes b/cpp-httplib.changes index 0f891e8..d211713 100644 --- a/cpp-httplib.changes +++ b/cpp-httplib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 09 12:34:29 UTC 2023 - Alexey Svistunov + +- 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 diff --git a/cpp-httplib.spec b/cpp-httplib.spec index 999666f..b76d7df 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -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)