* [PATCH] remove U+2069 Pop Directional Isolate from ChangeLog
@ 2024-11-21 16:06 Lukáš Zaoral
0 siblings, 0 replies; only message in thread
From: Lukáš Zaoral @ 2024-11-21 16:06 UTC (permalink / raw)
To: zsh-workers
Accidentally, the U+2069 Pop Directional Isolate invisible character was
introduced in the ChangeLog file in commit 34eae7349.
This fixes the following `rpminspect` warning on Fedora and CentOS Stream:
```
$ rpminspect-fedora -T unicode zsh-5.9-15.fc41.src.rpm
...
unicode:
--------
1) A forbidden code point, 0x2069, was found in the zsh-5.9/ChangeLog source file on line 1785 at
column 48. This source file is used by zsh.spec.
Result: BAD
Waiver Authorization: Security
...
```
---
ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 334430002..e8aa645fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3725,7 +3725,7 @@ x2024-02-19 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 47731 (+unposted): Functions/Misc/run-help-btrfs,
Doc/Zsh/contrib.yo: add run-help assistant for btrfs command.
- (based on the patch by Samir Benmendil in 43947)
+ (based on the patch by Samir Benmendil in 43947)
* Samir Benmendil: 43946: Functions/Misc/run-help-sudo: call
run-help (instead of man) for the command given to sudo
--
2.47.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-21 16:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-21 16:06 [PATCH] remove U+2069 Pop Directional Isolate from ChangeLog Lukáš Zaoral
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).