From 2ff0d664d9ca13daea6e524ac8e7f33129971430ad2bb8e78d38b3e9f46e4055 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 1 Aug 2016 07:44:05 +0000 Subject: [PATCH] - update to 4.07: * New and rewritten pages ioctl_fideduperange.2 ioctl_ficlonerange.2 nextup.3 mount_namespaces.7 * Newly documented interfaces in existing pages mount.2 Document flags used to set propagation type Document MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE. Document the MS_REC flag ptrace.2 Document ptrace access modes proc.5 Document /proc/[pid]/timerslack_ns Document /proc/PID/status 'Ngid' field Document /proc/PID/status fields: 'NStgid', 'NSpid', 'NSpgid', 'NSsid' Document /proc/PID/status 'Umask' field OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=168 --- man-pages-4.06.tar.xz | 3 --- man-pages-4.07.tar.xz | 3 +++ man-pages-remove-ioctl_list-reference.patch | 14 ++++++------- man-pages.changes | 22 +++++++++++++++++++++ man-pages.spec | 4 ++-- 5 files changed, 34 insertions(+), 12 deletions(-) delete mode 100644 man-pages-4.06.tar.xz create mode 100644 man-pages-4.07.tar.xz diff --git a/man-pages-4.06.tar.xz b/man-pages-4.06.tar.xz deleted file mode 100644 index 981b7d2..0000000 --- a/man-pages-4.06.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cba9ecf7c1cab068d9ee329778aea588a57d07bea226aa702bc0799fa629606f -size 1461228 diff --git a/man-pages-4.07.tar.xz b/man-pages-4.07.tar.xz new file mode 100644 index 0000000..af5eb06 --- /dev/null +++ b/man-pages-4.07.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f236e112eedca15fc09a2857c160c81a64af8b786674376edf49aa0f69035ee +size 1479536 diff --git a/man-pages-remove-ioctl_list-reference.patch b/man-pages-remove-ioctl_list-reference.patch index e10c90b..cadf564 100644 --- a/man-pages-remove-ioctl_list-reference.patch +++ b/man-pages-remove-ioctl_list-reference.patch @@ -1,8 +1,8 @@ -Index: man2/ioctl.2 +Index: man-pages-4.07/man2/ioctl.2 =================================================================== ---- man2/ioctl.2.orig 2015-05-07 08:30:41.000000000 +0200 -+++ man2/ioctl.2 2015-05-07 13:35:02.363674347 +0200 -@@ -123,11 +123,6 @@ +--- man-pages-4.07.orig/man2/ioctl.2 2016-07-17 18:08:57.000000000 +0200 ++++ man-pages-4.07/man2/ioctl.2 2016-08-01 09:37:01.131144405 +0200 +@@ -123,11 +123,6 @@ Arguments, returns, and semantics of vary according to the device driver in question (the call is used as a catch-all for operations that don't cleanly fit the UNIX stream I/O model). @@ -14,10 +14,10 @@ Index: man2/ioctl.2 The .BR ioctl () function call appeared in Version 7 AT&T UNIX. -@@ -143,7 +138,6 @@ - .BR execve (2), - .BR fcntl (2), +@@ -145,7 +140,6 @@ flag. + .BR ioctl_fideduperange (2), .BR ioctl_fat (2), + .BR ioctl_ficlonerange (2), -.BR ioctl_list (2), .BR open (2), .\" .BR mt (4), diff --git a/man-pages.changes b/man-pages.changes index 2b2e5ee..a1e8fa7 100644 --- a/man-pages.changes +++ b/man-pages.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Aug 1 07:37:35 UTC 2016 - pgajdos@suse.com + +- update to 4.07: + * New and rewritten pages + ioctl_fideduperange.2 + ioctl_ficlonerange.2 + nextup.3 + mount_namespaces.7 + * Newly documented interfaces in existing pages + mount.2 + Document flags used to set propagation type + Document MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE. + Document the MS_REC flag + ptrace.2 + Document ptrace access modes + proc.5 + Document /proc/[pid]/timerslack_ns + Document /proc/PID/status 'Ngid' field + Document /proc/PID/status fields: 'NStgid', 'NSpid', 'NSpgid', 'NSsid' + Document /proc/PID/status 'Umask' field + ------------------------------------------------------------------- Wed May 11 07:19:18 UTC 2016 - pgajdos@suse.com diff --git a/man-pages.spec b/man-pages.spec index 0f1a4cb..5313f2e 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -17,7 +17,7 @@ Name: man-pages -Version: 4.06 +Version: 4.07 Release: 0 Summary: Linux Manual Pages License: BSD-3-Clause and GPL-2.0+ and MIT @@ -47,7 +47,7 @@ only). %prep %setup -q %patch0 -p2 -%patch1 +%patch1 -p1 %patch3 %patch5 -p1 find -name "*.orig" | xargs rm -fv