Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthanc-ohif for openSUSE:Factory 
checked in at 2024-03-20 21:14:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc-ohif (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc-ohif.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc-ohif"

Wed Mar 20 21:14:57 2024 rev:3 rq:1159336 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc-ohif/orthanc-ohif.changes        
2024-01-04 15:59:15.544599187 +0100
+++ /work/SRC/openSUSE:Factory/.orthanc-ohif.new.1905/orthanc-ohif.changes      
2024-03-20 21:17:08.824222464 +0100
@@ -1,0 +2,5 @@
+Wed Mar 13 13:11:12 UTC 2024 - Axel Braun <[email protected]>
+
+- enable gcc13 for Leap 15
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ orthanc-ohif.spec ++++++
--- /var/tmp/diff_new_pack.bPSCDz/_old  2024-03-20 21:17:09.340241419 +0100
+++ /var/tmp/diff_new_pack.bPSCDz/_new  2024-03-20 21:17:09.340241419 +0100
@@ -2,7 +2,7 @@
 # spec file for package orthanc-ohif
 #
 # Copyright (c) 2024 SUSE LLC
-# Copyright (c) 2023 Dr. Axel Braun <[email protected]>
+# Copyright (c) 2023-2024 Dr. Axel Braun <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,11 @@
 
 BuildRequires:  cmake
 BuildRequires:  e2fsprogs-devel
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
+BuildRequires:  gcc13-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  googletest-devel
 BuildRequires:  jsoncpp-devel
 BuildRequires:  libboost_date_time-devel >= 1.66
@@ -64,7 +68,7 @@
 https://ohif.org/
 
 %prep
-%setup -q -n OrthancOHIF-%{version}
+%autosetup -n OrthancOHIF-%{version}
 
 #OrthanPlugins may ask for additional files to be loaded
 #Putting them into this folder prevents download of sources from the web
@@ -73,7 +77,10 @@
 unzip %{S:1} -d OHIF
 
 %build
-
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
+export CC=gcc-13
+export CXX=g++-13
+%endif
 %cmake ../ \
        -DALLOW_DOWNLOADS=OFF \
        -DUSE_SYSTEM_GOOGLE_TEST=ON \

Reply via email to