Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthanc for openSUSE:Factory checked 
in at 2023-12-19 23:16:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc.new.9037 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc"

Tue Dec 19 23:16:18 2023 rev:27 rq:1133977 version:1.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc/orthanc.changes  2023-07-06 
18:29:04.471293689 +0200
+++ /work/SRC/openSUSE:Factory/.orthanc.new.9037/orthanc.changes        
2023-12-19 23:16:26.390860601 +0100
@@ -1,0 +2,5 @@
+Mon Dec 18 14:13:12 UTC 2023 - Axel Braun <axel.br...@gmx.de>
+
+- libboost.diff to fix build error with boost 1.84 
+
+-------------------------------------------------------------------

New:
----
  libboost.diff

BETA DEBUG BEGIN:
  New:
- libboost.diff to fix build error with boost 1.84 
BETA DEBUG END:

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

Other differences:
------------------
++++++ orthanc.spec ++++++
--- /var/tmp/diff_new_pack.0a3c5M/_old  2023-12-19 23:16:27.086885947 +0100
+++ /var/tmp/diff_new_pack.0a3c5M/_new  2023-12-19 23:16:27.090886092 +0100
@@ -24,7 +24,7 @@
 License:        GPL-3.0-or-later
 Group:          Productivity/Graphics/Visualization/Other
 URL:            https://www.orthanc-server.com/
-Source0:        
https://www.orthanc-server.com/downloads/get.php?path=/orthanc/Orthanc-%{version}.tar.gz
+Source0:        
https://orthanc.uclouvain.be/downloads/sources/%{name}/Orthanc-%{version}.tar.gz
 Source1:        orthanc.service
 Source2:        orthanc-readme.SUSE
 Source3:        serve-folders.json
@@ -38,6 +38,7 @@
 Source12:       
https://orthanc.osimis.io/ThirdPartyDownloads/jquery-3.4.1.min.js
 Source13:       
https://orthanc.osimis.io/ThirdPartyDownloads/dicom-web/vuejs-2.6.10.tar.gz
 
+Patch0:         libboost.diff
 BuildRequires:  civetweb-devel
 BuildRequires:  cmake >= 2.8.0
 BuildRequires:  curl-devel
@@ -124,7 +125,7 @@
 
 %prep
 %setup -q -n Orthanc-%{version}
-## %autopatch -p1
+%autopatch -p1
 
 cp %{S:1} %{S:2} .
 

++++++ libboost.diff ++++++
--- a/OrthancFramework/Sources/Images/Font.cpp  Mon Dec 18 09:52:12 2023 +0100
+++ b/OrthancFramework/Sources/Images/Font.cpp  Mon Dec 18 10:44:11 2023 +0100
@@ -37,6 +37,7 @@
 #include "Image.h"
 #include "ImageProcessing.h"
 
+#include <cassert>
 #include <stdio.h>
 #include <memory>
 #include <boost/lexical_cast.hpp>
 
--- a/OrthancFramework/Sources/Images/PamWriter.cpp     Mon Dec 18 09:52:12 
2023 +0100
+++ b/OrthancFramework/Sources/Images/PamWriter.cpp     Mon Dec 18 10:44:11 
2023 +0100
@@ -28,6 +28,7 @@
 #include "../OrthancException.h"
 #include "../Toolbox.h"
 
+#include <cassert>
 #include <boost/lexical_cast.hpp>


--- a/OrthancServer/Sources/Search/ISqlLookupFormatter.cpp      Mon Dec 18 
09:52:12 2023 +0100
+++ b/OrthancServer/Sources/Search/ISqlLookupFormatter.cpp      Mon Dec 18 
10:44:11 2023 +0100
@@ -38,6 +38,7 @@
 
 #include "DatabaseConstraint.h"
 
+#include <cassert> 
 #include <boost/lexical_cast.hpp>
 #include <list>

Reply via email to