- version update to 5.12

http://linux-man-pages.blogspot.com/2021/06/man-pages-512-released.html
- deleted patches
  - man-pages-tty_ioctl.patch (upstreamed)

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=221
This commit is contained in:
Petr Gajdos 2021-06-22 06:38:01 +00:00 committed by Git OBS Bridge
parent 451998adb7
commit ad936e95cd
5 changed files with 12 additions and 19 deletions

View File

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

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

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

View File

@ -1,13 +0,0 @@
Index: man-pages-5.11/man2/ioctl_tty.2
===================================================================
--- 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 ", ...);"
.fi

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 22 06:30:59 UTC 2021 - pgajdos@suse.com
- version update to 5.12
http://linux-man-pages.blogspot.com/2021/06/man-pages-512-released.html
- deleted patches
- man-pages-tty_ioctl.patch (upstreamed)
-------------------------------------------------------------------
Mon Mar 22 11:06:52 UTC 2021 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 5.11
Version: 5.12
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause AND GPL-2.0-or-later AND MIT
@ -28,7 +28,6 @@ URL: https://www.kernel.org/doc/man-pages/download.html
Source: https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/snapshot/man-pages-%{version}.tar.gz
Patch0: %{name}.eal3.diff
Patch3: %{name}_gai.conf-reference.patch
Patch5: %{name}-tty_ioctl.patch
# [bsc#1154701]
Patch6: man-pages-tcp_fack.patch
BuildRequires: fdupes
@ -49,7 +48,6 @@ only).
%setup -q
%patch0 -p2
%patch3
%patch5 -p1
%patch6 -p1
find -name "*.orig" | xargs rm -fv