public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/notmuch] rawhide: fix FTBFS with emacs >= 31
@ 2026-08-23 10:50 Michael J Gruber
  0 siblings, 0 replies; only message in thread
From: Michael J Gruber @ 2026-08-23 10:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/notmuch
Branch : rawhide
Commit : 9e7aebc5df5fbf6e942b7b72eee53482cfdbee92
Author : Michael J Gruber <mjg@fedoraproject.org>
Date   : 2026-08-23T12:26:10+02:00
Stats  : +29/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/notmuch/c/9e7aebc5df5fbf6e942b7b72eee53482cfdbee92?branch=rawhide

Log:
fix FTBFS with emacs >= 31

---
diff --git a/0001-test-T450-emacs-show-id-buttonization-is-brohen-with.patch b/0001-test-T450-emacs-show-id-buttonization-is-brohen-with.patch
new file mode 100644
index 0000000..e2e31bb
--- /dev/null
+++ b/0001-test-T450-emacs-show-id-buttonization-is-brohen-with.patch
@@ -0,0 +1,28 @@
+From 4a1ed777ef6a6077c6471f6f57eb491606f39f85 Mon Sep 17 00:00:00 2001
+Message-ID: <4a1ed777ef6a6077c6471f6f57eb491606f39f85.1787480196.git.git@grubix.eu>
+From: Michael J Gruber <git@grubix.eu>
+Date: Sun, 23 Aug 2026 12:15:27 +0200
+Subject: [PATCH] test/T450-emacs-show: "id buttonization" is brohen with emacs
+ >= 31
+
+---
+ test/T450-emacs-show.sh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/test/T450-emacs-show.sh b/test/T450-emacs-show.sh
+index ff340f06..178bc9c0 100755
+--- a/test/T450-emacs-show.sh
++++ b/test/T450-emacs-show.sh
+@@ -176,6 +176,9 @@ test_emacs '(notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir st
+ test_expect_equal_file $EXPECTED/notmuch-show-indent-thread-content-off OUTPUT
+ 
+ test_begin_subtest "id buttonization"
++if ${TEST_EMACS} --quick --batch --eval '(kill-emacs (if (version< emacs-version "31") 1 0))'; then
++    test_subtest_known_broken
++fi
+ add_message '[body]="
+ id:abc
+ id:abc.def. id:abc,def, id:abc;def; id:abc:def:
+-- 
+2.55.0.907.g93ac9ae98c
+

diff --git a/notmuch.spec b/notmuch.spec
index e5c4a62..b71147e 100644
--- a/notmuch.spec
+++ b/notmuch.spec
@@ -24,6 +24,7 @@ Patch:		0001-test-correct-comparison-order-in-T380.patch
 Patch:		0002-test-do-not-pass-T380.1-for-the-wrong-reasons.patch
 Patch:		0003-test-reword-T380.2-to-be-clearer.patch
 Patch:		0004-test-set-up-the-outcount-for-T380.1.patch
+Patch:		0001-test-T450-emacs-show-id-buttonization-is-brohen-with.patch
 
 BuildRequires:	make
 BuildRequires:	bash-completion-devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-23 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23 10:50 [rpms/notmuch] rawhide: fix FTBFS with emacs >= 31 Michael J Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox