Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthanc for openSUSE:Factory checked 
in at 2026-08-28 19:58:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc"

Fri Aug 28 19:58:29 2026 rev:52 rq:1374440 version:1.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc/orthanc.changes  2026-04-20 
16:14:20.648736790 +0200
+++ /work/SRC/openSUSE:Factory/.orthanc.new.1265/orthanc.changes        
2026-08-28 20:01:32.206664669 +0200
@@ -1,0 +2,13 @@
+Sun Aug 16 06:04:27 UTC 2026 - Axel Braun <[email protected]>
+
+- Version 1.13.0
+  Highlights:
+  * complete rewrite of how DICOM files are retrieved from the 
+    storage area, parsed, and transcoded.
+  * The configuration file has been split into two parts
+  * The REST API has been upgraded to version 31
+  * Several security and robustness improvements have been introduced
+  * The latest value representations introduced in the DICOM standard are 
supported
+  * for full changelog, see NEWS
+  
+-------------------------------------------------------------------

Old:
----
  Orthanc-1.12.11.tar.gz

New:
----
  Orthanc-1.13.0.tar.gz

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

Other differences:
------------------
++++++ orthanc.spec ++++++
--- /var/tmp/diff_new_pack.5MKr3m/_old  2026-08-28 20:01:33.474709002 +0200
+++ /var/tmp/diff_new_pack.5MKr3m/_new  2026-08-28 20:01:33.480709212 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           orthanc
-Version:        1.12.11
+Version:        1.13.0
 Release:        0
 Summary:        RESTful DICOM server for healthcare and medical research
 License:        GPL-3.0-or-later
@@ -44,18 +44,17 @@
 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
+
+BuildRequires:  boost-devel
 BuildRequires:  libboost_date_time-devel >= 1.66
 BuildRequires:  libboost_filesystem-devel >= 1.66
 BuildRequires:  libboost_iostreams-devel >= 1.66
 BuildRequires:  libboost_locale-devel >= 1.66
+BuildRequires:  libboost_program_options-devel
 BuildRequires:  libboost_regex-devel >= 1.66
 %if 0%{?suse_version} <= 1600
 BuildRequires:  libboost_system-devel >= 1.66
@@ -148,12 +147,16 @@
 mkdir -p OrthancServer/ThirdPartyDownloads
 cp %{S:10} %{S:11} %{S:12} %{S:13} OrthancServer/ThirdPartyDownloads/.
 
+# Doppelten Eintrag entfernen
+sed -i '/^[[:space:]]*"DicomAssociationCloseDelay"/d' 
OrthancServer/Resources/Configuration.json
+
 %build
 %if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
 export CC=gcc-13
 export CXX=g++-13
 %endif
 %cmake ../OrthancServer \
+    -DCMAKE_BUILD_TYPE=Release \
     -DSTANDALONE_BUILD:BOOL=ON \
     -DSTATIC_BUILD:BOOL=OFF \
     -DENABLE_CIVETWEB=ON \
@@ -161,6 +164,7 @@
     -DUSE_SYSTEM_MONGOOSE=OFF \
     
-DSYSTEM_MONGOOSE_USE_CA/var/tmp/build-root/openSUSE_Tumbleweed-x86_64LLBACKS=OFF
 \
     -DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF \
+    -DORTHANC_FRAMEWORK_ADDITIONAL_LIBRARIES=boost_program_options \
     -DBoost_NO_BOOST_CMAKE=ON
 
 %cmake_build %{?_smp_mflags}
@@ -173,7 +177,8 @@
 %ifarch != ix86
   build/UnitTests
 %else
-  build/UnitTests --gtest_filter=-ImageProcessing.Convolution 
--gtest_filter=-Version.CivetwebCompression --gtest_filter=-SharedLibrary.Basic
+  build/UnitTests --gtest_filter=-ImageProcessing.Convolution 
--gtest_filter=-Version.CivetwebCompression \
+  --gtest_filter=-SharedLibrary.Basic
 %endif
 
 %install
@@ -205,7 +210,7 @@
 # Do not mark Python scripts as executable
 find %{buildroot}/usr/src/%{name} -name '*.py' -exec chmod a-x "{}" +
 #...and delete dot files
-rm %{buildroot}/usr/src/%{name}/.[!.]*
+rm -rf %{buildroot}/usr/src/%{name}/.[!.]*
 
 # and patched files
 find %{buildroot}/usr/src/%{name} -iname *.orig -type f -print | xargs /bin/rm 
-f
@@ -310,8 +315,10 @@
 %{_docdir}/orthanc/index.html
 %{_docdir}/orthanc/Orthanc*
 %{_docdir}/orthanc/Samples/*
-%dir %attr(0755, orthanc, orthanc) %{_docdir}/orthanc/Samples
-%dir %attr(0755, orthanc, orthanc) %{_docdir}/orthanc/OrthancPluginSamples
+%dir %attr(-, orthanc, orthanc) %{_docdir}/orthanc/Samples
+%dir %attr(-, orthanc, orthanc) %{_docdir}/orthanc/OrthancPluginSamples
+%attr(-, orthanc, orthanc) %{_docdir}/orthanc/Samples*
+%attr(-, orthanc, orthanc) %{_docdir}/orthanc/OrthancPluginSamples*
 
 %files source
 %defattr(-,root,root)

++++++ Configuration.json ++++++
++++ 935 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/orthanc/Configuration.json
++++ and /work/SRC/openSUSE:Factory/.orthanc.new.1265/Configuration.json

++++++ Orthanc-1.12.11.tar.gz -> Orthanc-1.13.0.tar.gz ++++++
++++ 38047 lines of diff (skipped)

Reply via email to