- version update to 5.11

http://linux-man-pages.blogspot.com/2021/03/man-pages-511-is-released.html
- modified patches
  % man-pages-tty_ioctl.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=219
This commit is contained in:
Petr Gajdos 2021-03-22 11:31:08 +00:00 committed by Git OBS Bridge
parent d98bf00cf2
commit 451998adb7
5 changed files with 19 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ee1561fa86a335be8db45b69eb6cbe96ab982d59058903ecac4c6075f48e6d7
size 2636266

3
man-pages-5.11.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f1feb40aa8549c1ab797a64ac9690a6327bba9597cfb85c944b4f55f8eeaef7
size 2649976

View File

@ -1,13 +1,13 @@
Index: man-pages-4.13/man2/ioctl_tty.2
Index: man-pages-5.11/man2/ioctl_tty.2
===================================================================
--- man-pages-4.13.orig/man2/ioctl_tty.2 2017-09-15 18:02:20.099259500 +0200
+++ man-pages-4.13/man2/ioctl_tty.2 2017-09-15 18:04:13.889351328 +0200
@@ -10,6 +10,8 @@
ioctl_tty \- ioctls for terminals and serial lines
--- man-pages-5.11.orig/man2/ioctl_tty.2 2021-03-22 07:38:11.000000000 +0100
+++ man-pages-5.11/man2/ioctl_tty.2 2021-03-22 11:53:26.583978103 +0100
@@ -11,6 +11,8 @@ ioctl_tty \- ioctls for terminals and se
.SH SYNOPSIS
.nf
.B "#include <termios.h>"
+.br
+.B "#include <sys/ioctl.h>"
.PP
.BI "int ioctl(int " fd ", int " cmd ", ...);"
.SH DESCRIPTION
.fi

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 22 11:06:52 UTC 2021 - pgajdos@suse.com
- version update to 5.11
http://linux-man-pages.blogspot.com/2021/03/man-pages-511-is-released.html
- modified patches
% man-pages-tty_ioctl.patch (refreshed)
-------------------------------------------------------------------
Mon Dec 28 09:11:48 UTC 2020 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package man-pages
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: man-pages
Version: 5.10
Version: 5.11
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause AND GPL-2.0-or-later AND MIT