Hello community,

here is the log from the commit of package cpprest for openSUSE:Factory checked 
in at 2016-11-14 20:13:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cpprest (Old)
 and      /work/SRC/openSUSE:Factory/.cpprest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cpprest"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cpprest/cpprest.changes  2016-04-11 
10:26:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cpprest.new/cpprest.changes     2016-11-14 
20:13:11.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Oct 30 15:15:58 UTC 2016 - [email protected]
+
+- cpprest 2.9.0:
+  * Work around SSL compression methods memory leak in ASIO.
+  * Fix header reading on linux listener using HTTPS.
+  * Add support for basic authentication.
+  * honour http_proxy env-variable.
+  * Update to include access control allow origin.
+  * Switched license from Apache 2.0 to MIT
+
+-------------------------------------------------------------------

Old:
----
  v2.8.0.tar.gz

New:
----
  v2.9.0.tar.gz

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

Other differences:
------------------
++++++ cpprest.spec ++++++
--- /var/tmp/diff_new_pack.YF2LPw/_old  2016-11-14 20:13:12.000000000 +0100
+++ /var/tmp/diff_new_pack.YF2LPw/_new  2016-11-14 20:13:12.000000000 +0100
@@ -17,9 +17,9 @@
 
 
 %define major 2
-%define minor 8
+%define minor 9
 Name:           cpprest
-Version:        2.8.0
+Version:        2.9.0
 Release:        0
 Summary:        C++ REST library
 License:        Apache-2.0
@@ -68,7 +68,7 @@
 %build
 %cmake \
        -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" \
 %endif
        ../Release
@@ -78,6 +78,7 @@
 mkdir -p %{buildroot}%{_includedir}
 cp -r Release/include/* %{buildroot}%{_includedir}/
 install -d -m 755 %{buildroot}%{_libdir}
+chmod -x %{buildroot}%{_includedir}/cpprest/oauth1.h
 cp build/Binaries/libcpprest.so.%{major}.%{minor} %{buildroot}%{_libdir}/
 ln -sf libcpprest.so.%{major}.%{minor} %{buildroot}%{_libdir}/libcpprest.so
 


++++++ cpprest-pthread.patch ++++++
--- /var/tmp/diff_new_pack.YF2LPw/_old  2016-11-14 20:13:12.000000000 +0100
+++ /var/tmp/diff_new_pack.YF2LPw/_new  2016-11-14 20:13:12.000000000 +0100
@@ -1,11 +1,11 @@
-Index: cpprestsdk-2.7.0/Release/tests/common/UnitTestpp/CMakeLists.txt
+Index: cpprestsdk-2.9.0/Release/tests/common/UnitTestpp/CMakeLists.txt
 ===================================================================
---- cpprestsdk-2.7.0.orig/Release/tests/common/UnitTestpp/CMakeLists.txt
-+++ cpprestsdk-2.7.0/Release/tests/common/UnitTestpp/CMakeLists.txt
+--- cpprestsdk-2.9.0.orig/Release/tests/common/UnitTestpp/CMakeLists.txt
++++ cpprestsdk-2.9.0/Release/tests/common/UnitTestpp/CMakeLists.txt
 @@ -49,4 +49,4 @@ elseif(WIN32)
  endif()
  
- add_library(${LIB}unittestpp ${UT_SOURCES})
--target_link_libraries(${LIB}unittestpp ${ANDROID_STL_FLAGS})
+ add_library(unittestpp ${UT_SOURCES})
+-target_link_libraries(unittestpp ${ANDROID_STL_FLAGS})
 \ No newline at end of file
-+target_link_libraries(${LIB}unittestpp ${ANDROID_STL_FLAGS} pthread)
++target_link_libraries(unittestpp ${ANDROID_STL_FLAGS} pthread)

++++++ v2.8.0.tar.gz -> v2.9.0.tar.gz ++++++
++++ 10011 lines of diff (skipped)


Reply via email to