forked from pool/cpprest
Accepting request 721256 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/721256 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpprest?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 19:24:16 UTC 2019 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 2.10.14:
|
||||||
|
* json: {"meow"} is not a valid object.
|
||||||
|
* Undefine compress if it is defined by zconf.h.
|
||||||
|
* Use EVP_MAX_MD_SIZE instead of HMAC_MAX_MD_CBLOCK.
|
||||||
|
* Remove the address_configured flag on tcp::resolver::query.
|
||||||
|
* Add ping and pong to message handler.
|
||||||
|
* Fix reusing ASIO http_client connecting to HTTPS server via
|
||||||
|
proxy.
|
||||||
|
* Fix order of object destruction (gh#microsoft/cpprestsdk#1171).
|
||||||
|
* Fix SSL proxy tunnel support with basic auth.
|
||||||
|
- Fix build with GCC 9: Turn "deprecated-copy" and "redundant-move"
|
||||||
|
errors into warnings (temporary, gh#microsoft/cpprestsdk#1099).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 20 12:52:29 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon May 20 12:52:29 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%define major 2
|
%define major 2
|
||||||
%define minor 10
|
%define minor 10
|
||||||
Name: cpprest
|
Name: cpprest
|
||||||
Version: 2.10.13
|
Version: 2.10.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ REST library
|
Summary: C++ REST library
|
||||||
# main: MIT (license.txt)
|
# main: MIT (license.txt)
|
||||||
@@ -83,7 +83,9 @@ Development files.
|
|||||||
%cmake \
|
%cmake \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
%ifarch ppc ppc64 ppc64le aarch64 %{arm}
|
%ifarch ppc ppc64 ppc64le aarch64 %{arm}
|
||||||
-DCMAKE_CXX_FLAGS:STRING="%{optflags} -Wno-error=attributes -Wno-error=type-limits -Wno-error=cast-align -Wno-error=deprecated-declarations" \
|
-DCMAKE_CXX_FLAGS:STRING="%{optflags} -Wno-deprecated-copy -Wno-redundant-move -Wno-error=attributes -Wno-error=type-limits -Wno-error=cast-align -Wno-error=deprecated-declarations" \
|
||||||
|
%else
|
||||||
|
-DCMAKE_CXX_FLAGS:STRING="%{optflags} -Wno-deprecated-copy -Wno-redundant-move" \
|
||||||
%endif
|
%endif
|
||||||
../Release
|
../Release
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7578881a23edf028943f81546614fc1ba4c2e22d348b4f49ab689e1d91a63cd5
|
|
||||||
size 1761004
|
|
||||||
3
cpprestsdk-2.10.14.tar.gz
Normal file
3
cpprestsdk-2.10.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2628b248f714d7bbd6a536553bc3782602c68ca1b129017985dd70cc3515278
|
||||||
|
size 1762692
|
||||||
Reference in New Issue
Block a user