Hello community, here is the log from the commit of package cpprest for openSUSE:Factory checked in at 2019-08-06 17:27:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpprest (Old) and /work/SRC/openSUSE:Factory/.cpprest.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpprest" Tue Aug 6 17:27:12 2019 rev:17 rq:721256 version:2.10.14 Changes: -------- --- /work/SRC/openSUSE:Factory/cpprest/cpprest.changes 2019-05-22 11:15:31.806539340 +0200 +++ /work/SRC/openSUSE:Factory/.cpprest.new.4126/cpprest.changes 2019-08-06 17:27:13.628689216 +0200 @@ -1,0 +2,16 @@ +Mon Aug 5 19:24:16 UTC 2019 - Antoine Belvire <[email protected]> + +- 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). + +------------------------------------------------------------------- Old: ---- cpprestsdk-2.10.13.tar.gz New: ---- cpprestsdk-2.10.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpprest.spec ++++++ --- /var/tmp/diff_new_pack.VKryn3/_old 2019-08-06 17:27:14.432689041 +0200 +++ /var/tmp/diff_new_pack.VKryn3/_new 2019-08-06 17:27:14.436689041 +0200 @@ -19,7 +19,7 @@ %define major 2 %define minor 10 Name: cpprest -Version: 2.10.13 +Version: 2.10.14 Release: 0 Summary: C++ REST library # main: MIT (license.txt) @@ -83,7 +83,9 @@ %cmake \ -DCMAKE_BUILD_TYPE=Release \ %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 ../Release make %{?_smp_mflags} ++++++ cpprestsdk-2.10.13.tar.gz -> cpprestsdk-2.10.14.tar.gz ++++++ ++++ 2550 lines of diff (skipped)
