Hello community,

here is the log from the commit of package cpprest for openSUSE:Factory checked 
in at 2019-01-24 14:13:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cpprest (Old)
 and      /work/SRC/openSUSE:Factory/.cpprest.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cpprest"

Thu Jan 24 14:13:32 2019 rev:15 rq:667790 version:2.10.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/cpprest/cpprest.changes  2018-09-14 
00:02:26.157905840 +0200
+++ /work/SRC/openSUSE:Factory/.cpprest.new.28833/cpprest.changes       
2019-01-24 14:13:34.659351205 +0100
@@ -1,0 +2,42 @@
+Sun Jan 20 09:24:04 UTC 2019 - [email protected]
+
+- Fix licensing issues:
+  * Use upstream tarball as is, i.e. don't include third-party
+    stuff from vcpkg submodule.
+  * As a consequence, websocketpp is not embedded in tarball so
+    add build requirement on system's websocketpp.
+
+-------------------------------------------------------------------
+Sat Jan 12 02:21:13 UTC 2019 - Marguerite Su <[email protected]>
+
+- Update to 2.10.8
+  * Allow ppltasks.h and pplxtasks.h to co-exist
+  * Fix incorrect const in reinterpret_cast
+  * Fix UWP missing header
+  * Adds support for OpenSSL 1.1.1
+  * Fix string size for error message generated by windows_category
+  * Add uri_builder::append_path_raw(...) to allow adding elements
+    to path intentionally beginning with '/' ("//" will result in
+    the final path value)
+  * cmake: add code to detect system brotli library
+  * Fix Brotli compress_helper early termination issue
+- Update to 2.10.7
+  * Several race conditions in the listener were worked around; the
+    listeners remain experimental and are unlikely to productized
+    in their current form; the race conditions are structural, but
+    at least the client tests pass most of the time.
+  * Incorrect handling of connection pooling bug that caused segfaults
+    on Ubuntu introduced in 2.10.4 has been repaired.
+  * websocketpp checked in 0.5.1 version has been changed to a
+    submodule and updated to 0.8.1.
+  * Added an API to set the number of threads in the asio thread pool
+  * Add Transfer-Encoding compression support and extensible compression
+    API
+  * Improve utf8_to_utf16 speed for common path
+  * added URI resolution according to RFC3986
+  * Use pplx namespace consistently
+  * Remove _ASYNCRTIMP from ~http_listener() and implement inline
+  * Avoid using identifiers reserved by C++ in header guards
+  * blackjack sample: use vector instead of shared pointer for array
+
+-------------------------------------------------------------------

Old:
----
  cpprestsdk-2.10.6.tar.gz

New:
----
  cpprestsdk-2.10.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cpprest.spec ++++++
--- /var/tmp/diff_new_pack.Dl1Gp1/_old  2019-01-24 14:13:35.183350600 +0100
+++ /var/tmp/diff_new_pack.Dl1Gp1/_new  2019-01-24 14:13:35.183350600 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cpprest
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define major 2
 %define minor 10
 Name:           cpprest
-Version:        2.10.6
+Version:        2.10.8
 Release:        0
 Summary:        C++ REST library
 # main: MIT (license.txt)
@@ -35,6 +35,7 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
 BuildRequires:  openssl-devel >= 1.0
+BuildRequires:  pkgconfig(websocketpp) >= 0.8
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_atomic-devel
 BuildRequires:  libboost_filesystem-devel

++++++ cpprestsdk-2.10.6.tar.gz -> cpprestsdk-2.10.8.tar.gz ++++++
++++ 88222 lines of diff (skipped)


Reply via email to