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-26 18:50:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/difftastic (Old)
 and      /work/SRC/openSUSE:Factory/.difftastic.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "difftastic"

Wed Nov 26 18:50:57 2025 rev:16 rq:1320200 version:0.67.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/difftastic/difftastic.changes    2025-11-18 
15:43:26.460556452 +0100
+++ /work/SRC/openSUSE:Factory/.difftastic.new.14147/difftastic.changes 
2025-11-26 18:50:59.744719350 +0100
@@ -1,0 +2,7 @@
+Wed Nov 26 06:17:37 UTC 2025 - [email protected]
+
+- Fix build on Leap 15.6, again
+- Add remove-jq-dependency.patch
+  * Fixes build errors with mdbook >= 0.5.0
+
+-------------------------------------------------------------------

New:
----
  remove-jq-dependency.patch

----------(New B)----------
  New:- Fix build on Leap 15.6, again
- Add remove-jq-dependency.patch
  * Fixes build errors with mdbook >= 0.5.0
----------(New E)----------

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

Other differences:
------------------
++++++ difftastic.spec ++++++
--- /var/tmp/diff_new_pack.yIUuqE/_old  2025-11-26 18:51:00.760762394 +0100
+++ /var/tmp/diff_new_pack.yIUuqE/_new  2025-11-26 18:51:00.764762563 +0100
@@ -31,15 +31,15 @@
 URL:            https://difftastic.wilfred.me.uk/
 Source0:        
https://github.com/Wilfred/difftastic/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.xz
+Patch0:         remove-jq-dependency.patch
 Patch1:         reproducible.patch
 BuildRequires:  cargo-packaging
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  jq
 BuildRequires:  rust >= 1.75.0
 BuildRequires:  shared-mime-info
 %if 0%{?suse_version} < 1600
-BuildRequires:  libstdc++6-devel-gcc14
+BuildRequires:  libstdc++6-devel-gcc15
 %endif
 Requires:       shared-mime-info
 %if %{with docs}

++++++ remove-jq-dependency.patch ++++++
--- a/manual/book.toml
+++ b/manual/book.toml
@@ -14,6 +14,3 @@ git-repository-url = "https://github.com/wilfred/difftastic";
 
 [output.html.playground]
 copyable = false
-
-[preprocessor.replace-version-placeholder]
-command = "./replace_version_placeholder.sh"
--- a/manual/replace_version_placeholder.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-DFT_VERSION=$(cargo read-manifest | jq -r .version)
-
-jq .[1] | jq '.sections[0].Chapter.content |= sub("DFT_VERSION_HERE"; 
"'$DFT_VERSION'")'

Reply via email to