Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vtk for openSUSE:Factory checked in at 2025-04-02 17:13:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vtk (Old) and /work/SRC/openSUSE:Factory/.vtk.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vtk" Wed Apr 2 17:13:23 2025 rev:66 rq:1266058 version:9.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vtk/vtk.changes 2025-01-07 20:51:59.185357276 +0100 +++ /work/SRC/openSUSE:Factory/.vtk.new.1907/vtk.changes 2025-04-02 17:14:43.872791750 +0200 @@ -24,0 +25,5 @@ +Mon Dec 16 16:16:25 UTC 2024 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Normalize jar mtimes for reproducible builds (boo#1134568) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vtk.spec ++++++ --- /var/tmp/diff_new_pack.llKxt5/_old 2025-04-02 17:14:45.060841585 +0200 +++ /var/tmp/diff_new_pack.llKxt5/_new 2025-04-02 17:14:45.060841585 +0200 @@ -51,6 +51,7 @@ %bcond_without haru %bcond_with system_pegtl %bcond_without pugixml +%define have_strip_nondeterminism 1 %endif %bcond_without gl2ps @@ -189,6 +190,9 @@ %endif %if %{with java} BuildRequires: java-devel >= 1.8 +%if 0%?have_strip_nondeterminism > 0 +BuildRequires: strip-nondeterminism +%endif %endif %if %{with mpi} BuildRequires: %{mpi_flavor}-devel @@ -569,6 +573,10 @@ popd %endif +%if %{with java} && 0%?have_strip_nondeterminism > 0 + strip-all-nondeterminism %{buildroot}%{my_libdir}/java/ +%endif + %fdupes %{buildroot} %check