Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package insighttoolkit for 
openSUSE:Leap:16.0 checked in at 2025-06-23 23:22:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/insighttoolkit (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.insighttoolkit.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "insighttoolkit"

Mon Jun 23 23:22:28 2025 rev:2 rq:1286952 version:5.4.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/insighttoolkit/insighttoolkit.changes  
2025-04-15 18:19:29.522005793 +0200
+++ 
/work/SRC/openSUSE:Leap:16.0/.insighttoolkit.new.7067/insighttoolkit.changes    
    2025-06-23 23:22:31.225851640 +0200
@@ -1,0 +2,35 @@
+Wed Apr 23 09:14:44 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 5.4.3:
+  * Bug Fixes:
+    - Resolved issues affecting the default number of threads,
+      particularly in multi-threaded image processing pipelines
+      where thread limits were not respected.
+    - Corrected the b-spline size calculation for closed
+      parametric dimensions, ensuring accurate interpolation in
+      applications such as 3D image registration and deformation
+      modeling..
+  * Removed unused VNL Netlib rpoly files to ensure compliance
+    with Apache 2.0 licensing requirements.
+  * Improvements to the LabelErodeDilate and MeshToPolyData remote
+    modules, including bug fixes and enhancements.
+- Changes from version 5.4.2:
+  * Enhanced Label Map Handling: Improved unique label map filter
+    behavior for segmentation workflows
+  * Modern Library Support: Updated compatibility with recent
+    libtiff versions
+  * Large Data Optimization: Expanded VectorImage support for
+    high-dimensional datasets
+  * Performance Improvements: Fixed thread-based parallelism in
+    SLIC filter implementations
+  * Cross-Platform Enhancements: Build system updates and compiler
+    compatibility fixes
+- Set up bconds to support builds with tests in the future
+  (currently turned off due to missing data files).
+
+-------------------------------------------------------------------
+Tue Apr  1 20:10:17 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- Drop unneeded pcre build dependency via pkgconfig(libpcrecpp).
+
+-------------------------------------------------------------------

Old:
----
  insighttoolkit-5.4.0.tar.gz

New:
----
  insighttoolkit-5.4.3.tar.gz

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

Other differences:
------------------
++++++ insighttoolkit.spec ++++++
--- /var/tmp/diff_new_pack.GN0gMy/_old  2025-06-23 23:22:31.697871297 +0200
+++ /var/tmp/diff_new_pack.GN0gMy/_new  2025-06-23 23:22:31.701871464 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package insighttoolkit
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2016 Angelos Tzotsos <tzot...@opensuse.org>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -37,8 +37,11 @@
 %bcond_with python
 %endif
 
+# Tests disabled because they require downloading separate data files
+%bcond_with tests
+
 Name:           insighttoolkit
-Version:        5.4.0
+Version:        5.4.3
 Release:        0
 Summary:        Toolkit for scientific image processing, segmentation, and 
registration
 License:        Apache-2.0
@@ -52,7 +55,6 @@
 BuildRequires:  fftw3-threads-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gdcm-devel
-BuildRequires:  gtest
 BuildRequires:  hdf5-devel
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
@@ -63,7 +65,6 @@
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(libjpeg)
-BuildRequires:  pkgconfig(libpcrecpp)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -91,7 +92,6 @@
 Requires:       pkgconfig(expat)
 Requires:       pkgconfig(fftw3)
 Requires:       pkgconfig(libjpeg)
-Requires:       pkgconfig(libpcrecpp)
 Requires:       pkgconfig(libpng)
 Requires:       pkgconfig(libtiff-4)
 Requires:       pkgconfig(libxml-2.0)
@@ -128,7 +128,6 @@
 %autosetup -p1 -n %{tarname}-%{version}
 
 %build
-# Tests disabled because no KWStyle pkg for openSUSE
 %cmake \
   -DITK_INSTALL_LIBRARY_DIR:PATH=%{_lib}/ \
   -DITK_INSTALL_INCLUDE_DIR:PATH=include/%{name}/ \
@@ -137,17 +136,17 @@
   -DITK_INSTALL_DOC_DIR=share/doc/packages/%{name}/ \
   -DBUILD_EXAMPLES:BOOL=ON \
   -DBUILD_SHARED_LIBS:BOOL=ON \
-  -DBUILD_TESTING:BOOL=OFF \
+  -DBUILD_TESTING:BOOL=%{?with_tests:ON}%{!?with_tests:OFF} \
   -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON \
   -DITK_USE_FFTWD:BOOL=ON \
   -DITK_USE_FFTWF:BOOL=ON \
+  -DITK_USE_KWSTYLE:BOOL=OFF \
   -DITK_USE_SYSTEM_LIBRARIES:BOOL=ON \
-  -DITK_USE_SYSTEM_CASTXML:BOOL=ON \
   -DITK_USE_SYSTEM_GDCM:BOOL=ON \
+  -DITK_USE_SYSTEM_GOOGLETEST:BOOL=OFF \
 %if %{without system_eigen}
   -DITK_USE_SYSTEM_EIGEN:BOOL=OFF \
 %endif
-  -DITK_USE_SYSTEM_SWIG:BOOL=ON \
   -DITK_USE_SYSTEM_VXL:BOOL=OFF \
   -DVXL_BUILD_CORE_NUMERICS:BOOL=OFF \
   -DITK_FORBID_DOWNLOADS=ON \
@@ -157,11 +156,17 @@
 
 %install
 %cmake_install
-
 %fdupes %{buildroot}/%{_prefix}
 
-%post -n %{libname} -p /sbin/ldconfig
-%postun -n %{libname} -p /sbin/ldconfig
+# Installed using %%license anyway
+rm %{buildroot}/%{_docdir}/%{name}/{LICENSE,NOTICE}
+
+%if %{with tests}
+%check
+%ctest
+%endif
+
+%ldconfig_scriptlets -n %{libname}
 
 %files -n %{libname}
 %license LICENSE NOTICE

++++++ insighttoolkit-5.4.0.tar.gz -> insighttoolkit-5.4.3.tar.gz ++++++
/work/SRC/openSUSE:Leap:16.0/insighttoolkit/insighttoolkit-5.4.0.tar.gz 
/work/SRC/openSUSE:Leap:16.0/.insighttoolkit.new.7067/insighttoolkit-5.4.3.tar.gz
 differ: char 12, line 1

Reply via email to