From d98bf00cf29e7103091f8637f3d631f96a0a9ff6aa2a867d945d0455b1111894 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 28 Dec 2020 09:13:08 +0000 Subject: [PATCH] - 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 --- man-pages-5.09.tar.gz | 3 --- man-pages-5.10.tar.gz | 3 +++ man-pages-openat2.h-location.patch | 13 ------------- man-pages.changes | 10 ++++++++++ man-pages.spec | 5 +---- 5 files changed, 14 insertions(+), 20 deletions(-) delete mode 100644 man-pages-5.09.tar.gz create mode 100644 man-pages-5.10.tar.gz delete mode 100644 man-pages-openat2.h-location.patch diff --git a/man-pages-5.09.tar.gz b/man-pages-5.09.tar.gz deleted file mode 100644 index 4530eff..0000000 --- a/man-pages-5.09.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1e1ca4ba2603d0ebbc9188d528699794970f1e90b7293a993ab0cbe14989e9b -size 2625716 diff --git a/man-pages-5.10.tar.gz b/man-pages-5.10.tar.gz new file mode 100644 index 0000000..8854520 --- /dev/null +++ b/man-pages-5.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee1561fa86a335be8db45b69eb6cbe96ab982d59058903ecac4c6075f48e6d7 +size 2636266 diff --git a/man-pages-openat2.h-location.patch b/man-pages-openat2.h-location.patch deleted file mode 100644 index 2c3b842..0000000 --- a/man-pages-openat2.h-location.patch +++ /dev/null @@ -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 - .B #include - .B #include --.B #include -+.B #include - .PP - .BI "long openat2(int " dirfd ", const char *" pathname , - .BI " struct open_how *" how ", size_t " size ); diff --git a/man-pages.changes b/man-pages.changes index f9ceadc..e3b4e48 100644 --- a/man-pages.changes +++ b/man-pages.changes @@ -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 diff --git a/man-pages.spec b/man-pages.spec index 02693bf..c66a55d 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -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