Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2017-05-17 10:46:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and      /work/SRC/openSUSE:Factory/.man-pages.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man-pages"

Wed May 17 10:46:23 2017 rev:122 rq:493688 version:4.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes      2016-12-14 
10:48:28.553257768 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2017-05-17 
10:46:26.029679323 +0200
@@ -1,0 +2,23 @@
+Fri May  5 06:31:01 UTC 2017 - [email protected]
+
+- 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
+  * do not package explicit_bzero.3 .so link to bzero.3
+
+-------------------------------------------------------------------

Old:
----
  man-pages-4.09.tar.xz

New:
----
  man-pages-4.11.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.OABC8b/_old  2017-05-17 10:46:26.729580866 +0200
+++ /var/tmp/diff_new_pack.OABC8b/_new  2017-05-17 10:46:26.733580304 +0200
@@ -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
@@ -58,6 +58,8 @@
 rm man2/ioctl_list.2
 # glibc
 rm man3/{getifaddrs.3,freeifaddrs.3,crypt.3,crypt_r.3}
+# remove .so link to bzero.3, conflicts with libbsd
+rm man3/explicit_bzero.3
 
 %install
 for i in man? ; do

++++++ man-pages-4.09.tar.xz -> man-pages-4.11.tar.xz ++++++
++++ 36585 lines of diff (skipped)

++++++ man-pages-remove-ioctl_list-reference.patch ++++++
--- /var/tmp/diff_new_pack.OABC8b/_old  2017-05-17 10:46:27.741438526 +0200
+++ /var/tmp/diff_new_pack.OABC8b/_new  2017-05-17 10:46:27.741438526 +0200
@@ -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 @@
  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),

++++++ man-pages-tty_ioctl.patch ++++++
--- /var/tmp/diff_new_pack.OABC8b/_old  2017-05-17 10:46:27.757436276 +0200
+++ /var/tmp/diff_new_pack.OABC8b/_new  2017-05-17 10:46:27.757436276 +0200
@@ -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 <termios.h>"
 +.br


Reply via email to