Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthanc-wsi for openSUSE:Factory 
checked in at 2021-05-17 18:45:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc-wsi (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc-wsi.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc-wsi"

Mon May 17 18:45:11 2021 rev:6 rq:893650 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc-wsi/orthanc-wsi.changes  2021-01-18 
11:34:51.321118595 +0100
+++ /work/SRC/openSUSE:Factory/.orthanc-wsi.new.2988/orthanc-wsi.changes        
2021-05-17 18:45:30.416574670 +0200
@@ -1,0 +2,5 @@
+Mon May 17 08:49:52 UTC 2021 - Axel Braun <[email protected]>
+
+- orthanc193.diff added (boo#1186112)
+
+-------------------------------------------------------------------

New:
----
  orthanc193.diff

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

Other differences:
------------------
++++++ orthanc-wsi.spec ++++++
--- /var/tmp/diff_new_pack.CZMLve/_old  2021-05-17 18:45:30.996572209 +0200
+++ /var/tmp/diff_new_pack.CZMLve/_new  2021-05-17 18:45:31.000572192 +0200
@@ -27,6 +27,7 @@
 Source0:        
https://www.orthanc-server.com/downloads/get.php?path=/whole-slide-imaging/OrthancWSI-%{version}.tar.gz
 Source1:        openlayers-3.19.0-dist.zip
 Source11:       orthanc-wsi-readme.SUSE
+Patch0:         orthanc193.diff
 BuildRequires:  cmake
 BuildRequires:  curl-devel
 BuildRequires:  dcmtk
@@ -68,7 +69,7 @@
 
 %prep
 %setup -q -n OrthancWSI-%{version}
-
+%patch0 -p1
 #OrthanPlugin may ask for additional files to be loaded
 #Putting them into this folder prevents download of sources from the web
 


++++++ orthanc193.diff ++++++
diff -U 3 -dHrN -- a/Resources/Orthanc/Stone/OrthancHttpConnection.cpp 
b/Resources/Orthanc/Stone/OrthancHttpConnection.cpp
--- a/Resources/Orthanc/Stone/OrthancHttpConnection.cpp 2021-01-14 
08:49:23.000000000 +0100
+++ b/Resources/Orthanc/Stone/OrthancHttpConnection.cpp 2021-05-17 
10:40:46.167136256 +0200
@@ -66,8 +66,9 @@
 
     client_.SetMethod(Orthanc::HttpMethod_Post);
     client_.SetUrl(url_ + uri);
-    client_.SetBody(body);
+    client_.SetExternalBody(body);
     client_.ApplyAndThrowException(result);
+    client_.ClearBody();
   }
 
 
@@ -79,8 +80,9 @@
 
     client_.SetMethod(Orthanc::HttpMethod_Put);
     client_.SetUrl(url_ + uri);
-    client_.SetBody(body);
+    client_.SetExternalBody(body);
     client_.ApplyAndThrowException(result);
+    client_.ClearBody();
   }
 
 

Reply via email to