Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthanc-neuro for openSUSE:Factory 
checked in at 2024-01-31 23:55:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc-neuro (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc-neuro.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc-neuro"

Wed Jan 31 23:55:06 2024 rev:2 rq:1142983 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc-neuro/orthanc-neuro.changes      
2022-05-02 16:26:23.172892691 +0200
+++ /work/SRC/openSUSE:Factory/.orthanc-neuro.new.1815/orthanc-neuro.changes    
2024-01-31 23:55:27.436685328 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 09:05:01 UTC 2024 - Axel Braun <axel.br...@gmx.de>
+
+- cassert.diff added to fix TW build
+
+-------------------------------------------------------------------

New:
----
  cassert.diff

BETA DEBUG BEGIN:
  New:
- cassert.diff added to fix TW build
BETA DEBUG END:

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

Other differences:
------------------
++++++ orthanc-neuro.spec ++++++
--- /var/tmp/diff_new_pack.yabgsv/_old  2024-01-31 23:55:27.868700917 +0100
+++ /var/tmp/diff_new_pack.yabgsv/_new  2024-01-31 23:55:27.872701062 +0100
@@ -2,7 +2,7 @@
 # spec file for package orthanc-tcia
 #
 # Copyright (c) 2021 SUSE LLC
-# Copyright (c) 2022 Dr. Axel Braun <d...@opensuse.org>
+# Copyright (c) 2022-2024 Dr. Axel Braun <d...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,8 @@
 
 Source20:       orthanc-neuro-readme.openSUSE
 
+Patch0:         cassert.diff
+
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  googletest-devel
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q -n OrthancNeuro-%{version}
+%autopatch -p2
 
 #OrthancPlugins may ask for additional files to be loaded
 #Putting them into this folder prevents download of sources from the web

++++++ cassert.diff ++++++
diff -U 3 -H -d -r -N -- 
/home/docb/buildservice/home:DocB:Orthanc/orthanc-neuro/OrthancNeuro-1.0/a/Sources/Framework/DicomInstancesCollection.cpp
 
/home/docb/buildservice/home:DocB:Orthanc/orthanc-neuro/OrthancNeuro-1.0/b/Sources/Framework/DicomInstancesCollection.cpp
--- /a/Sources/Framework/DicomInstancesCollection.cpp   2022-04-26 
12:00:47.000000000 +0200
+++ /b/Sources/Framework/DicomInstancesCollection.cpp   2024-01-30 
09:31:02.291308801 +0100
@@ -21,6 +21,7 @@
 
 #include "NeuroToolbox.h"
 
+#include <cassert>
 #include <OrthancException.h>
 #include <SerializationToolbox.h>
 

Reply via email to