diff --git a/man-pages-4.09.tar.xz b/man-pages-4.09.tar.xz deleted file mode 100644 index 53140dd..0000000 --- a/man-pages-4.09.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a574a08e4a62a24dc639cb4ee3e7aa68e7cd8ef2c14a5d54b90d09ac137e809c -size 1521560 diff --git a/man-pages-4.11.tar.xz b/man-pages-4.11.tar.xz new file mode 100644 index 0000000..397a77a --- /dev/null +++ b/man-pages-4.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adde80495f5efb26d077f4e5309bafdc4859e080b7529263720f7cb5f403f524 +size 1574380 diff --git a/man-pages-remove-ioctl_list-reference.patch b/man-pages-remove-ioctl_list-reference.patch index 981485e..8f31935 100644 --- a/man-pages-remove-ioctl_list-reference.patch +++ b/man-pages-remove-ioctl_list-reference.patch @@ -1,7 +1,7 @@ -Index: man-pages-4.08/man2/ioctl.2 +Index: man-pages-4.11/man2/ioctl.2 =================================================================== ---- man-pages-4.08.orig/man2/ioctl.2 2016-10-08 12:57:11.000000000 +0200 -+++ man-pages-4.08/man2/ioctl.2 2016-10-10 08:30:31.641983811 +0200 +--- man-pages-4.11.orig/man2/ioctl.2 2017-05-03 19:29:11.000000000 +0200 ++++ man-pages-4.11/man2/ioctl.2 2017-05-05 08:24:51.421794933 +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 @@ -14,11 +14,11 @@ Index: man-pages-4.08/man2/ioctl.2 The .BR ioctl () function call appeared in Version 7 AT&T UNIX. -@@ -145,7 +140,6 @@ flag. - .BR ioctl_fat (2), +@@ -147,7 +142,6 @@ flag. .BR ioctl_ficlonerange (2), .BR ioctl_fideduperange (2), + .BR ioctl_iflags (2), -.BR ioctl_list (2), - .BR open (2), - .\" .BR mt (4), - .BR console_ioctl (4), + .BR ioctl_ns (2), + .BR ioctl_tty (2), + .BR ioctl_userfaultfd (2), diff --git a/man-pages-tty_ioctl.patch b/man-pages-tty_ioctl.patch index accc66f..18c8611 100644 --- a/man-pages-tty_ioctl.patch +++ b/man-pages-tty_ioctl.patch @@ -1,9 +1,9 @@ -Index: man-pages-3.24/man4/tty_ioctl.4 +Index: man-pages-4.11/man2/ioctl_tty.2 =================================================================== ---- man-pages-3.24.orig/man4/tty_ioctl.4 -+++ man-pages-3.24/man4/tty_ioctl.4 -@@ -7,6 +7,8 @@ - tty_ioctl \- ioctls for terminals and serial lines +--- man-pages-4.11.orig/man2/ioctl_tty.2 2017-05-03 19:29:11.000000000 +0200 ++++ man-pages-4.11/man2/ioctl_tty.2 2017-05-05 08:29:34.274467863 +0200 +@@ -10,6 +10,8 @@ + ioctl_tty \- ioctls for terminals and serial lines .SH SYNOPSIS .B "#include " +.br diff --git a/man-pages.changes b/man-pages.changes index 4f87323..005cf85 100644 --- a/man-pages.changes +++ b/man-pages.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri May 5 06:31:01 UTC 2017 - pgajdos@suse.com + +- update to 4.11: + * New and rewritten pages + ioctl_userfaultfd.2 + statx.2 + userfaultfd.2 + pthread_atfork.3 + slabinfo.5 + inode.7 + * Renamed pages + ioctl_console.2 (from console_ioctl.4) + ioctl_tty.2 (from tty_ioctl.4) + * Newly documented interfaces in existing page + ioctl_ns.2 + Document the NS_GET_NSTYPE operation added in Linux 4.11 + Document the NS_GET_OWNER_UID operation added in Linux 4.11 + proc.5 + Document /proc/sys/kernel/sched_child_runs_first + * see Changes for details; for 4.10 changes, see Changes.old + ------------------------------------------------------------------- Mon Dec 12 11:46:06 UTC 2016 - pgajdos@suse.com diff --git a/man-pages.spec b/man-pages.spec index 28d8c3f..e01e175 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,7 +1,7 @@ # # spec file for package man-pages # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: man-pages -Version: 4.09 +Version: 4.11 Release: 0 Summary: Linux Manual Pages License: BSD-3-Clause and GPL-2.0+ and MIT