Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package difftastic for openSUSE:Factory checked in at 2025-11-18 15:41:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/difftastic (Old) and /work/SRC/openSUSE:Factory/.difftastic.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "difftastic" Tue Nov 18 15:41:05 2025 rev:15 rq:1318430 version:0.67.0 Changes: -------- --- /work/SRC/openSUSE:Factory/difftastic/difftastic.changes 2025-11-17 12:24:49.113413782 +0100 +++ /work/SRC/openSUSE:Factory/.difftastic.new.2061/difftastic.changes 2025-11-18 15:43:26.460556452 +0100 @@ -1,0 +2,6 @@ +Tue Nov 18 06:42:00 UTC 2025 - [email protected] + +- Fix build on Leap 15.6 +- Fix version in manual + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ difftastic.spec ++++++ --- /var/tmp/diff_new_pack.yfTDeE/_old 2025-11-18 15:43:27.352594028 +0100 +++ /var/tmp/diff_new_pack.yfTDeE/_new 2025-11-18 15:43:27.352594028 +0100 @@ -36,9 +36,11 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: jq -BuildRequires: libstdc++6-devel-gcc13 BuildRequires: rust >= 1.75.0 BuildRequires: shared-mime-info +%if 0%{?suse_version} < 1600 +BuildRequires: libstdc++6-devel-gcc14 +%endif Requires: shared-mime-info %if %{with docs} Suggests: %{name}-doc @@ -66,6 +68,7 @@ %if %{with docs} cd manual +sed -e 's/DFT_VERSION_HERE/%{version}/g' -i src/introduction.md mdbook build %endif
