Hello community,

here is the log from the commit of package orthanc-gdcm for openSUSE:Factory 
checked in at 2020-12-21 10:22:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc-gdcm (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc-gdcm.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc-gdcm"

Mon Dec 21 10:22:36 2020 rev:3 rq:854645 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc-gdcm/orthanc-gdcm.changes        
2020-11-12 22:38:19.158074621 +0100
+++ /work/SRC/openSUSE:Factory/.orthanc-gdcm.new.5145/orthanc-gdcm.changes      
2020-12-21 10:23:11.151968265 +0100
@@ -1,0 +2,5 @@
+Thu Dec 10 13:53:47 UTC 2020 - Axel Braun <[email protected]>
+
+- patches_logging.patch added to fix build error w. orthanc 1.8.1
+
+-------------------------------------------------------------------

New:
----
  patches_logging.patch

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

Other differences:
------------------
++++++ orthanc-gdcm.spec ++++++
--- /var/tmp/diff_new_pack.abivrJ/_old  2020-12-21 10:23:11.899968922 +0100
+++ /var/tmp/diff_new_pack.abivrJ/_new  2020-12-21 10:23:11.903968926 +0100
@@ -25,6 +25,10 @@
 URL:            http://orthanc-server.com
 Source0:        
https://www.orthanc-server.com/downloads/get.php?path=/plugin-gdcm/OrthancGdcm-%{version}.tar.gz
 Source11:       orthanc-gdcm-readme.SUSE
+
+#  patch for orthanc 1.8.1
+Patch0:         patches_logging.patch
+
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gdcm-devel
@@ -53,6 +57,8 @@
 %prep
 %setup -q -n OrthancGdcm-%{version}
 
+%patch0 -p1
+
 %build
 
 %cmake .. \

++++++ patches_logging.patch ++++++
Description: Add missing includes because of the new version of 
liborthancframework-dev
Author: Sebastien Jodogne <[email protected]>
Forwarded: yes
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: OrthancGdcm-1.1/Plugin/Plugin.cpp
===================================================================
--- OrthancGdcm-1.1.orig/Plugin/Plugin.cpp
+++ OrthancGdcm-1.1/Plugin/Plugin.cpp
@@ -23,6 +23,7 @@
 
 #include <Compatibility.h>
 #include <DicomFormat/DicomMap.h>
+#include <Logging.h>
 #include <MultiThreading/Semaphore.h>
 #include <Toolbox.h>
 
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to