From 55b6e7d2be7d55bb93696b8913427062a960e03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 20 May 2020 15:58:15 +0200 Subject: [PATCH] Also fixed man page typo --- graphviz-2.44.0-man-fix.patch | 9 +++++++++ graphviz.spec | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/graphviz-2.44.0-man-fix.patch b/graphviz-2.44.0-man-fix.patch index bb1a38a..2a9a85f 100644 --- a/graphviz-2.44.0-man-fix.patch +++ b/graphviz-2.44.0-man-fix.patch @@ -2,6 +2,15 @@ diff --git a/cmd/dot/dot.1 b/cmd/dot/dot.1 index 986b262..e9c56f2 100644 --- a/cmd/dot/dot.1 +++ b/cmd/dot/dot.1 +@@ -352,7 +352,7 @@ in the layout. + layout the graph. + .PP + \fBstart=\fIval\fR. Adjusts the random initial placement of nodes +-with no specified position. If \fIval\fP is is an integer, ++with no specified position. If \fIval\fP is an integer, + it is used as the seed for the random number generator. + If \fIval\fP is not an integer, a random system\(hygenerated integer, + such as the process ID or current time, is used as the seed. @@ -635,6 +635,22 @@ As usual, edge layout is guided by the \fBsplines\fR attribute. .PP \fB\-y\fR invert y coordinate in output. diff --git a/graphviz.spec b/graphviz.spec index 70909ad..8386bbd 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -65,7 +65,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.44.0 -Release: 6%{?dist} +Release: 7%{?dist} License: EPL-1.0 URL: http://www.graphviz.org/ Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2 @@ -585,6 +585,9 @@ php --no-php-ini \ %{_mandir}/man3/*.3tcl* %changelog +* Wed May 20 2020 Jaroslav Škarvada - 2.44.0-7 +- Also fixed man page typo + * Wed May 20 2020 Jaroslav Škarvada - 2.44.0-6 - Fixed man pages according to man page scan