Resolves: #1434671 - fix typo in info doc file
This commit is contained in:
parent
10777eb2a9
commit
d764fd0f51
14
screen-4.5.1-texinfo.patch
Normal file
14
screen-4.5.1-texinfo.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff -urNp old/doc/screen.texinfo new/doc/screen.texinfo
|
||||
--- old/doc/screen.texinfo 2017-05-25 15:33:27.966313243 +0200
|
||||
+++ new/doc/screen.texinfo 2017-05-25 15:34:24.296051546 +0200
|
||||
@@ -5796,8 +5796,8 @@ Contributors @*
|
||||
============
|
||||
|
||||
@example
|
||||
- Thomas Renninger <treen@suse.com>,
|
||||
- Axel Beckert <abe@deuxchevaux.org>,
|
||||
+ Thomas Renninger <treen@@suse.com>,
|
||||
+ Axel Beckert <abe@@deuxchevaux.org>,
|
||||
Ken Beal <kbeal@@amber.ssd.csd.harris.com>,
|
||||
Rudolf Koenig <rfkoenig@@informatik.uni-erlangen.de>,
|
||||
Toerless Eckert <eckert@@informatik.uni-erlangen.de>,
|
||||
@ -4,7 +4,7 @@
|
||||
Summary: A screen manager that supports multiple logins on one terminal
|
||||
Name: screen
|
||||
Version: 4.5.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: http://www.gnu.org/software/screen
|
||||
@ -27,6 +27,7 @@ Patch2: screen-4.3.1-screenrc.patch
|
||||
Patch3: screen-E3.patch
|
||||
Patch4: screen-4.3.1-suppress_remap.patch
|
||||
Patch5: screen-4.3.1-crypt.patch
|
||||
Patch6: screen-4.5.1-texinfo.patch
|
||||
|
||||
%description
|
||||
The screen utility allows you to have multiple logins on just one
|
||||
@ -45,6 +46,7 @@ support multiple logins on one terminal.
|
||||
%patch3 -p1 -b .E3
|
||||
%patch4 -p1 -b .suppress_remap
|
||||
%patch5 -p1 -b .crypto
|
||||
%patch6 -p1 -b .texinpatch
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -140,6 +142,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 25 2017 Josef Ridky <jridky@redhat.com> - 4.5.1-2
|
||||
- fix typos in info doc file (#1434671)
|
||||
|
||||
* Wed Mar 01 2017 Josef Ridky <jridky@redhat.com> - 4.5.1-1
|
||||
- New upstream release 4.5.1 (#1426871)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user