Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package iputils for openSUSE:Factory checked in at 2025-01-06 16:05:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iputils (Old) and /work/SRC/openSUSE:Factory/.iputils.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iputils" Mon Jan 6 16:05:00 2025 rev:71 rq:1234611 version:20240905 Changes: -------- --- /work/SRC/openSUSE:Factory/iputils/iputils.changes 2024-09-06 17:18:14.331128157 +0200 +++ /work/SRC/openSUSE:Factory/.iputils.new.1881/iputils.changes 2025-01-06 16:05:19.062012422 +0100 @@ -1,0 +2,6 @@ +Thu Jan 2 17:33:13 UTC 2025 - Petr Vorel <[email protected]> + +- Backport ping man page fix + 0001-Fix-ping-man-page-syntax-error.patch + +------------------------------------------------------------------- New: ---- 0001-Fix-ping-man-page-syntax-error.patch BETA DEBUG BEGIN: New:- Backport ping man page fix 0001-Fix-ping-man-page-syntax-error.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iputils.spec ++++++ --- /var/tmp/diff_new_pack.1ccJt8/_old 2025-01-06 16:05:19.834044465 +0100 +++ /var/tmp/diff_new_pack.1ccJt8/_new 2025-01-06 16:05:19.838044632 +0100 @@ -1,7 +1,7 @@ # # spec file for package iputils # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,7 @@ Group: Productivity/Networking/Other URL: https://github.com/iputils/iputils Source0: https://github.com/iputils/iputils/releases/download/%{version}/iputils-%{version}.tar.xz +Patch0: 0001-Fix-ping-man-page-syntax-error.patch BuildRequires: docbook5-xsl-stylesheets BuildRequires: docbook_5 BuildRequires: iproute2 ++++++ 0001-Fix-ping-man-page-syntax-error.patch ++++++ >From e8c9d6d7aebd16b0617f00d128cbcd24c9a1094d Mon Sep 17 00:00:00 2001 From: Nicolai Dagestad <[email protected]> Date: Mon, 18 Nov 2024 16:27:36 +0100 Subject: [PATCH] Fix ping man page syntax error Missing <para> tag caused broken formating (markup '.SH "EXIT STATUS"' was displayed as text). Also convert space to tabs (consistency). Fixes: 6fc68b1 ("ping: Allow to disable with environment variable") Closes: https://github.com/iputils/iputils/pull/568 Reviewed-by: Petr Vorel <[email protected]> Signed-off-by: Nicolai Dagestad <[email protected]> [ pvorel: commit message ] Signed-off-by: Petr Vorel <[email protected]> [ Upstream status: https://github.com/iputils/iputils/commit/e8c9d6d7aebd16b0617f00d128cbcd24c9a1094d ] --- doc/ping.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ping.xml b/doc/ping.xml index 3efa07c..b1ad335 100644 --- a/doc/ping.xml +++ b/doc/ping.xml @@ -790,9 +790,9 @@ xml:id="man.ping"> <info> <title>ENVIRONMENT</title> </info> - <emphasis remap="I">IPUTILS_PING_PTR_LOOKUP</emphasis> environment - variable set to 0 disable reverse DNS resolution (PTR lookup) by default. - It will be overrided by <option>-H</option> or <option>-n</option> option. + <para><emphasis remap="I">IPUTILS_PING_PTR_LOOKUP</emphasis> environment + variable set to 0 disable reverse DNS resolution (PTR lookup) by default. + It will be overrided by <option>-H</option> or <option>-n</option> option.</para> </refsection> <refsection xml:id="exit_status"> -- 2.47.1
