Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package groff for openSUSE:Factory checked in at 2024-09-18 15:26:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/groff (Old) and /work/SRC/openSUSE:Factory/.groff.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "groff" Wed Sep 18 15:26:53 2024 rev:69 rq:1201446 version:1.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/groff/groff.changes 2023-10-08 12:18:55.603469681 +0200 +++ /work/SRC/openSUSE:Factory/.groff.new.29891/groff.changes 2024-09-18 15:27:27.962298515 +0200 @@ -1,0 +2,5 @@ +Fri Sep 13 15:15:09 UTC 2024 - Antonio Teixeira <[email protected]> + +- Add groff-restore-hyphen-minus.patch (bsc#1226153) + +------------------------------------------------------------------- New: ---- groff-restore-hyphen-minus.patch BETA DEBUG BEGIN: New: - Add groff-restore-hyphen-minus.patch (bsc#1226153) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ groff.spec ++++++ --- /var/tmp/diff_new_pack.7R548g/_old 2024-09-18 15:27:28.922338520 +0200 +++ /var/tmp/diff_new_pack.7R548g/_new 2024-09-18 15:27:28.926338687 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package groff # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,6 +49,8 @@ # it can be supressed by /etc/papersize if needed Patch6: groff-force-locale-usage.patch Patch7: 0004-don-t-use-usr-bin-env-in-shebang.patch +# PATCH-FIX-OPENSUSE groff-restore-hyphen-minus.patch bsc#1226153 +Patch8: groff-restore-hyphen-minus.patch # Patches from debian Patch100: https://salsa.debian.org/debian/groff/raw/master/debian/patches/bash-scripts.patch Patch101: https://salsa.debian.org/debian/groff/raw/master/debian/patches/nroff-map-CW-to-R.patch @@ -89,7 +91,7 @@ # alternatives BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %endif %description ++++++ groff-restore-hyphen-minus.patch ++++++ Index: b/tmac/man.local =================================================================== --- a/tmac/man.local +++ b/tmac/man.local @@ -2,6 +2,16 @@ .\" .\" Put local modifications to groff_man(7)'s behavior here. .\" +.\" With groff 1.23.0 some characters are mapped to non-Basic Latin code points +.\" in output. Restore old behavior in order to keep character search and copy-paste +.\" working. +.if '\*[.T]'utf8' \{\ +. char ' \[aq] +. char - \- +. char ^ \[ha] +. char ` \[ga] +. char ~ \[ti] +.\} .\" Change "0" to "1" to enable OSC 8 links on SGR-capable grotty(1) .\" output devices. .if !'\*[.T]'html' \ Index: b/tmac/mdoc.local =================================================================== --- a/tmac/mdoc.local +++ b/tmac/mdoc.local @@ -2,6 +2,16 @@ .\" .\" Put local modifications to groff_mdoc(7)'s behavior here. .\" +.\" With groff 1.23.0 some characters are mapped to non-Basic Latin code points +.\" in output. Restore old behavior in order to keep character search and copy-paste +.\" working. +.if '\*[.T]'utf8' \{\ +. char ' \[aq] +. char - \- +. char ^ \[ha] +. char ` \[ga] +. char ~ \[ti] +.\} .\" "CW" is not a portable font name, but some man pages use it anyway. .\" Uncomment this to suppress warnings produced by such pages. This .\" test remaps the font to roman ("R") on nroff (terminal) devices. You ++++++ nroff-map-CW-to-R.patch ++++++ --- /var/tmp/diff_new_pack.7R548g/_old 2024-09-18 15:27:29.014342353 +0200 +++ /var/tmp/diff_new_pack.7R548g/_new 2024-09-18 15:27:29.018342520 +0200 @@ -1,4 +1,4 @@ -From 742dfac36f1fd23e17d27dbf83e3793d3f3a063d Mon Sep 17 00:00:00 2001 +From 107cd6d6e837d9b6201e071f9488fa5e32e6aa64 Mon Sep 17 00:00:00 2001 From: Colin Watson <[email protected]> Date: Fri, 14 Jul 2023 12:42:26 +0100 Subject: Map CW to R for nroff
