- version update to 5.10

* added documentation of the faccessat2() system call
  * added a new subsection to the signal(7) manual page that provides
    a "big picture" of what happens when a signal handler is executed
- deleted patches
  - man-pages-openat2.h-location.patch (upstreamed)

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=217
This commit is contained in:
Petr Gajdos 2020-12-28 09:13:08 +00:00 committed by Git OBS Bridge
parent 2b81d50922
commit d98bf00cf2
5 changed files with 14 additions and 20 deletions

View File

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

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

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

View File

@ -1,13 +0,0 @@
Index: man-pages-5.09/man2/openat2.2
===================================================================
--- man-pages-5.09.orig/man2/openat2.2 2020-11-01 21:08:55.000000000 +0100
+++ man-pages-5.09/man2/openat2.2 2020-11-02 08:49:28.818444974 +0100
@@ -29,7 +29,7 @@ openat2 \- open and possibly create a fi
.B #include <sys/types.h>
.B #include <sys/stat.h>
.B #include <fcntl.h>
-.B #include <openat2.h>
+.B #include <linux/openat2.h>
.PP
.BI "long openat2(int " dirfd ", const char *" pathname ,
.BI " struct open_how *" how ", size_t " size );

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 28 09:11:48 UTC 2020 - pgajdos@suse.com
- version update to 5.10
* added documentation of the faccessat2() system call
* added a new subsection to the signal(7) manual page that provides
a "big picture" of what happens when a signal handler is executed
- deleted patches
- man-pages-openat2.h-location.patch (upstreamed)
-------------------------------------------------------------------
Mon Nov 2 08:57:55 UTC 2020 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 5.09
Version: 5.10
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause AND GPL-2.0-or-later AND MIT
@ -31,8 +31,6 @@ Patch3: %{name}_gai.conf-reference.patch
Patch5: %{name}-tty_ioctl.patch
# [bsc#1154701]
Patch6: man-pages-tcp_fack.patch
# [bsc#1173382]
Patch7: man-pages-openat2.h-location.patch
BuildRequires: fdupes
Supplements: packageand(man:patterns-base-documentation)
BuildArch: noarch
@ -53,7 +51,6 @@ only).
%patch3
%patch5 -p1
%patch6 -p1
%patch7 -p1
find -name "*.orig" | xargs rm -fv
%build