Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package insighttoolkit for openSUSE:Factory 
checked in at 2025-06-26 11:36:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/insighttoolkit (Old)
 and      /work/SRC/openSUSE:Factory/.insighttoolkit.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "insighttoolkit"

Thu Jun 26 11:36:59 2025 rev:21 rq:1288361 version:5.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/insighttoolkit/insighttoolkit.changes    
2025-04-24 17:27:49.551156268 +0200
+++ /work/SRC/openSUSE:Factory/.insighttoolkit.new.7067/insighttoolkit.changes  
2025-06-26 11:38:26.443587896 +0200
@@ -1,0 +2,19 @@
+Sat Jun 21 03:17:02 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 5.4.4:
+  * Bug Fixes:
+    - Fixed GDCM JPEG2000 structure cleanup to prevent crashes on
+      malformed files.
+    - Corrected TIFFImageIO reuse behavior.
+  * Improved NumPy dtype handling for Python interoperability.
+  * Updated Montage, MorphologicalContourInterpolation and
+    WebAssemblyInterface modules.
+  * Updated documentation.
+- Enforce C11 standard to fix build of third party libminc; GCC 15
+  defaults to C23 causing build failures.
+- _constraints:
+  * Reduce required disk space to 6 GB.
+  * Reduce required physicalmemory to 6 GB.
+  * Drop overrides for memoryperjob on x86_64.
+
+-------------------------------------------------------------------
@@ -358,2 +377,2 @@
-----------------------------------------------------------------------------
-* Sat Dec 26 15:34:00 UTC 2015 Angelos Tzotsos <tzot...@opensuse.org> - 4.8.2
+-------------------------------------------------------------------
+Sat Dec 26 15:34:00 UTC 2015 - Angelos Tzotsos <tzot...@opensuse.org> - 4.8.2
@@ -363,2 +382,2 @@
-----------------------------------------------------------------------------
-* Fri Aug 14 00:40:00 UTC 2015 Angelos Tzotsos <tzot...@opensuse.org> - 4.7.2
+-------------------------------------------------------------------
+Fri Aug 14 00:40:00 UTC 2015 - Angelos Tzotsos <tzot...@opensuse.org> - 4.7.2
@@ -368,2 +387,2 @@
-----------------------------------------------------------------------------
-* Fri Feb 27 21:24:00 UTC 2015 Angelos Tzotsos <tzot...@opensuse.org>
+-------------------------------------------------------------------
+Fri Feb 27 21:24:00 UTC 2015 - Angelos Tzotsos <tzot...@opensuse.org>
@@ -373,2 +392,2 @@
-----------------------------------------------------------------------------
-* Wed Jan 14 01:14:00 UTC 2015 Angelos Tzotsos <tzot...@opensuse.org> - 4.6.0
+-------------------------------------------------------------------
+Wed Jan 14 01:14:00 UTC 2015 - Angelos Tzotsos <tzot...@opensuse.org> - 4.6.0
@@ -378,2 +397,2 @@
-----------------------------------------------------------------------------
-* Sat Mar 01 23:03:00 UTC 2014 Angelos Tzotsos <tzot...@opensuse.org> - 4.5.1
+-------------------------------------------------------------------
+Sat Mar 01 23:03:00 UTC 2014 - Angelos Tzotsos <tzot...@opensuse.org> - 4.5.1

Old:
----
  insighttoolkit-5.4.3.tar.gz

New:
----
  insighttoolkit-5.4.4.tar.gz

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

Other differences:
------------------
++++++ insighttoolkit.spec ++++++
--- /var/tmp/diff_new_pack.VGcvGX/_old  2025-06-26 11:38:28.503673207 +0200
+++ /var/tmp/diff_new_pack.VGcvGX/_new  2025-06-26 11:38:28.507673372 +0200
@@ -41,7 +41,7 @@
 %bcond_with tests
 
 Name:           insighttoolkit
-Version:        5.4.3
+Version:        5.4.4
 Release:        0
 Summary:        Toolkit for scientific image processing, segmentation, and 
registration
 License:        Apache-2.0
@@ -129,6 +129,7 @@
 
 %build
 %cmake \
+  -DCMAKE_C_STANDARD:STRING=11 \
   -DITK_INSTALL_LIBRARY_DIR:PATH=%{_lib}/ \
   -DITK_INSTALL_INCLUDE_DIR:PATH=include/%{name}/ \
   -DITK_INSTALL_PACKAGE_DIR:PATH=%{_lib}/cmake/%{name}/ \
@@ -148,9 +149,10 @@
   -DITK_USE_SYSTEM_EIGEN:BOOL=OFF \
 %endif
   -DITK_USE_SYSTEM_VXL:BOOL=OFF \
-  -DVXL_BUILD_CORE_NUMERICS:BOOL=OFF \
   -DITK_FORBID_DOWNLOADS=ON \
-  -DITK_WRAP_PYTHON:BOOL=%{?with_python:ON}%{!?with_python:OFF}
+  -DITK_WRAP_PYTHON:BOOL=%{?with_python:ON}%{!?with_python:OFF} \
+  -DVXL_BUILD_CORE_NUMERICS:BOOL=OFF \
+  %{nil}
 
 %cmake_build
 

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.VGcvGX/_old  2025-06-26 11:38:28.527674200 +0200
+++ /var/tmp/diff_new_pack.VGcvGX/_new  2025-06-26 11:38:28.531674367 +0200
@@ -2,21 +2,11 @@
 <constraints>
   <hardware>
     <disk>
-      <size unit="G">28</size>
+      <size unit="G">6</size>
     </disk>
     <physicalmemory>
-      <size unit="G">12</size>
+      <size unit="G">6</size>
     </physicalmemory>
   </hardware>
-  <overwrite>
-    <conditions>
-      <arch>x86_64</arch>
-    </conditions>
-    <hardware>
-      <memoryperjob>
-        <size unit="M">5000</size>
-      </memoryperjob>
-    </hardware>
-  </overwrite>
 </constraints>
 

++++++ insighttoolkit-5.4.3.tar.gz -> insighttoolkit-5.4.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/insighttoolkit/insighttoolkit-5.4.3.tar.gz 
/work/SRC/openSUSE:Factory/.insighttoolkit.new.7067/insighttoolkit-5.4.4.tar.gz 
differ: char 13, line 1

Reply via email to