- version update to 5.09

http://linux-man-pages.blogspot.com/2020/11/man-pages-509-is-released.html
- modified patches
  % man-pages-openat2.h-location.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=215
This commit is contained in:
Petr Gajdos 2020-11-02 08:58:48 +00:00 committed by Git OBS Bridge
parent 56bf21f048
commit 2b81d50922
5 changed files with 17 additions and 9 deletions

View File

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

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

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

View File

@ -1,7 +1,7 @@
Index: man-pages-5.08/man2/openat2.2
Index: man-pages-5.09/man2/openat2.2
===================================================================
--- man-pages-5.08.orig/man2/openat2.2 2020-08-13 10:03:54.000000000 +0200
+++ man-pages-5.08/man2/openat2.2 2020-08-13 14:44:24.008387550 +0200
--- 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>
@ -9,5 +9,5 @@ Index: man-pages-5.08/man2/openat2.2
-.B #include <openat2.h>
+.B #include <linux/openat2.h>
.PP
.BI "int openat2(int " dirfd ", const char *" pathname ,
.BI " struct open_how *" how ", size_t " size ");"
.BI "long openat2(int " dirfd ", const char *" pathname ,
.BI " struct open_how *" how ", size_t " size );

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 2 08:57:55 UTC 2020 - pgajdos@suse.com
- version update to 5.09
http://linux-man-pages.blogspot.com/2020/11/man-pages-509-is-released.html
- modified patches
% man-pages-openat2.h-location.patch (refreshed)
-------------------------------------------------------------------
Thu Aug 13 12:46:18 UTC 2020 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 5.08
Version: 5.09
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause AND GPL-2.0-or-later AND MIT