Script 'mail_helper' called by obssrc
Hello community,

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

Package is "orthanc-mysql"

Wed Mar 20 21:14:59 2024 rev:8 rq:1159338 version:5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc-mysql/orthanc-mysql.changes      
2023-07-12 17:27:58.854764291 +0200
+++ /work/SRC/openSUSE:Factory/.orthanc-mysql.new.1905/orthanc-mysql.changes    
2024-03-20 21:17:10.108269633 +0100
@@ -1,0 +2,5 @@
+Wed Mar 13 09:38:15 UTC 2024 - Axel Braun <[email protected]>
+
+- enable gcc13 for Leap 15.6
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ orthanc-mysql.spec ++++++
--- /var/tmp/diff_new_pack.HyHFkz/_old  2024-03-20 21:17:10.808295348 +0100
+++ /var/tmp/diff_new_pack.HyHFkz/_new  2024-03-20 21:17:10.812295496 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package orthanc-mysql
 #
-# Copyright (c) 2023 SUSE LLC
-# Copyright (c) 2020-2023 Dr. Axel Braun
+# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2020-2024 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,12 +24,16 @@
 Version:        5.1
 Release:        0
 URL:            http://orthanc-server.com
-Source0:        
https://www.orthanc-server.com/downloads/get.php?path=/plugin-mysql/OrthancMySQL-%{version}.tar.gz
+Source0:        
https://orthanc.uclouvain.be/downloads/sources/%{name}/OrthancMySQL-%{version}.tar.gz
 Source1:        orthanc-mysql-readme.openSUSE
 Source2:        mysql.json
 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
@@ -56,10 +60,13 @@
 MySQL/mariadb Database plugin for Orthanc, replaces SQLite database
 
 %prep
-%setup -q -n OrthancMySQL-%{version}
+%autosetup -n OrthancMySQL-%{version}
 
 %build
-
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
+export CC=gcc-13
+export CXX=g++-13
+%endif
 %cmake ../MySQL \
        -DALLOW_DOWNLOADS=ON \
        -DUSE_SYSTEM_GOOGLE_TEST=ON \

Reply via email to