Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthanc for openSUSE:Factory checked 
in at 2024-03-07 22:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc"

Thu Mar  7 22:02:45 2024 rev:30 rq:1156130 version:1.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc/orthanc.changes  2024-02-08 
19:02:33.583953772 +0100
+++ /work/SRC/openSUSE:Factory/.orthanc.new.1770/orthanc.changes        
2024-03-07 22:03:10.548443425 +0100
@@ -1,0 +2,5 @@
+Thu Mar  7 15:13:59 UTC 2024 - Max Lin <m...@suse.com>
+
+- Build orthanc with gcc13 on Leap 15
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ orthanc.spec ++++++
--- /var/tmp/diff_new_pack.8MJgIQ/_old  2024-03-07 22:03:12.400511560 +0100
+++ /var/tmp/diff_new_pack.8MJgIQ/_new  2024-03-07 22:03:12.416512149 +0100
@@ -45,7 +45,11 @@
 BuildRequires:  dcmtk
 BuildRequires:  dcmtk-devel
 BuildRequires:  doxygen
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
+BuildRequires:  gcc13-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  googletest-devel
 BuildRequires:  help2man
 BuildRequires:  jsoncpp-devel
@@ -141,6 +145,10 @@
 cp %{S:10} %{S:11} %{S:12} %{S:13} OrthancServer/ThirdPartyDownloads/.
 
 %build
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
+export CC=gcc-13
+export CXX=g++-13
+%endif
 %cmake ../OrthancServer \
     -DSTANDALONE_BUILD:BOOL=ON \
     -DSTATIC_BUILD:BOOL=OFF \

Reply via email to