Script 'mail_helper' called by obssrc
Hello community,

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

Package is "orthanc-python"

Wed Mar 20 21:14:56 2024 rev:7 rq:1159333 version:4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc-python/orthanc-python.changes    
2022-12-05 18:02:08.852890799 +0100
+++ /work/SRC/openSUSE:Factory/.orthanc-python.new.1905/orthanc-python.changes  
2024-03-20 21:17:06.768146934 +0100
@@ -1,0 +2,20 @@
+Wed Mar 13 13:14:32 UTC 2024 - Axel Braun <[email protected]>
+
+- enable gcc13 for Leap 15, %{?sle15_python_module_pythons}
+
+-------------------------------------------------------------------
+Wed Sep 20 09:43:23 UTC 2023 - Axel Braun <[email protected]>
+
+- Version 4.1 
+  * New function from the SDK wrapped in Python:
+    - orthanc.RegisterStorageCommitmentScpCallback()
+  * New configuration section "Python" to group settings related to the plugin:
+    - "Python.Path" is an alias for global option "PythonScript"
+    - "Python.Verbose" is an alias for global option "PythonVerbose"
+  * New configuration option "Python.DisplayMemoryUsage" to periodically
+    display memory allocations that stem from Python plugins
+  * Fix memory leaks when a python script calls orthanc.RestApiPost() and 
sibling
+    methods, in IncomingHttpRequestFilter and in the CMove callback.
+  * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 
3.11
+
+-------------------------------------------------------------------

Old:
----
  OrthancPython-4.0.tar.gz

New:
----
  OrthancPython-4.1.tar.gz

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

Other differences:
------------------
++++++ orthanc-python.spec ++++++
--- /var/tmp/diff_new_pack.CSVUzj/_old  2024-03-20 21:17:07.956190577 +0100
+++ /var/tmp/diff_new_pack.CSVUzj/_new  2024-03-20 21:17:07.964190871 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package orthanc-python
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2020-2021 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,17 +17,22 @@
 #
 
 
+%{?sle15_python_module_pythons}
 Name:           orthanc-python
-Version:        4.0
+Version:        4.1
 Release:        0
 Summary:        Python plugin for Orthanc
 License:        AGPL-3.0-or-later
 Group:          Productivity/Graphics/Viewers
 URL:            https://orthanc-server.com
-Source0:        
https://www.orthanc-server.com/downloads/get.php?path=/plugin-python/OrthancPython-%{version}.tar.gz
+Source0:        
https://orthanc.uclouvain.be/downloads/sources/%{name}/OrthancPython-%{version}.tar.gz
 Source11:       orthanc-python-readme.openSUSE
 BuildRequires:  cmake
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
+BuildRequires:  gcc13-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  jsoncpp-devel
 BuildRequires:  libboost_atomic-devel >= 1.66
 BuildRequires:  libboost_date_time-devel >= 1.66
@@ -51,12 +56,15 @@
 See %{_docdir}/orthanc/orthanc-python-readme.openSUSE
 
 %prep
-%setup -q -n OrthancPython-%{version}
+%autosetup -n OrthancPython-%{version}
 
 echo %{python3_version}
 
 %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 \

++++++ OrthancPython-4.0.tar.gz -> OrthancPython-4.1.tar.gz ++++++
++++ 9167 lines of diff (skipped)

Reply via email to