Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2012-04-24 11:22:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and      /work/SRC/openSUSE:Factory/.man-pages.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man-pages", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes      2012-04-17 
22:00:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2012-04-24 
11:22:52.000000000 +0200
@@ -1,0 +2,120 @@
+Tue Apr 24 08:44:57 CEST 2012 - [email protected]
+
+- update to version 3.39
+  * New and rewritten pages
+      malloc_trim.3
+        New man page for malloc_trim(3)
+      malloc_usable_size.3
+        New man page for malloc_usable_size(3)
+  * Newly documented interfaces in existing pages
+      prctl.2
+        Document PR_SET_MM (new in Linux 3.3)
+        Various edits and improvements to Cyrill's patch
+  * Changes to individual pages
+      epoll_create.2
+        Rework discussion of 'size' argument
+        Add .SS for description of epoll_create1()
+      epoll_wait.2
+        Another thread can add to epoll instance while epoll_wait is blocked
+            See https://bugzilla.kernel.org/show_bug.cgi?id=43072
+        Clarify that epoll_pwait() blocks calling *thread*
+        A few wording improvements
+      fchmodat.2
+        Note difference between glibc wrapper and underlying system call
+            The wrapper function has a 'flags' argument (which currently
+            serves no purpose), while the underlying system call does not.
+      fcntl.2
+        Explain behaviour of F_GETLEASE during lease break
+        Change type of arg from "long" to "int"
+            Various fcntl(2) commands require an integral 'arg'.
+            The man page said it must be "long" in all such cases.
+            However, for the cases covered by POSIX, there is an
+            explicit requirement that these arguments be "int".
+            Update the man page to reflect. Probably, all of the
+            other "long" cases (not specified in POSIX) should
+            be "int", and this patch makes them so. Based on a
+            note fromEric Blake, relating to F_DUPFD_CLOEXEC.
+      gettimeofday.2
+        Reorganize content
+            The main change is to move the historical information about
+            the 'tz_dsttime' to NOTES.
+        Note that compiler issues warnings if 'tv' is NULL
+      mmap.2
+        Clarify that this system call should not be invoked directly
+            See https://bugzilla.kernel.org/show_bug.cgi?id=42892
+        Clarify NOTES discussion of mmap() versus mmap2()
+      poll.2
+        Document negative value in 'fd' field
+        Document semantics of passing zero in 'events' field
+      ptrace.2
+        Various fixes
+            For some reason, the PTRACE_TRACEME paragraph talks about some
+            general aspects of ptraced process behavior. It repeats the
+            "tracee stops on every signal" information even though that was
+            already explained just a few paragraphs before. Then it describes
+            legacy SIGTRAP on execve().
+            This patch deletes the first part, and moves the second part up,
+            into the general ptrace description. It also adds
+            "If PTRACE_O_TRACEEXEC option is not in effect" to the description
+            of the legacy SIGTRAP on execve().
+            The patch also amends the part which says "For requests other
+            than PTRACE_KILL, the tracee must be stopped." - PTRACE_ATTACH
+            also doesn't require that.
+      sigaction.2
+        Clarify that the use of SI_SIGIO is for Linux 2.2 only
+            See also http://sourceware.org/bugzilla/show_bug.cgi?id=6745
+      sigprocmask.2
+        ERRORS: add EFAULT
+      times.2
+        ERRORS: Add EFAULT
+      div.3
+        CONFORMING TO: Add C99
+      fread.3
+        Clarify further that return value is number of items, not bytes
+            See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665780
+      getaddrinfo.3
+        Correct type of ai_addrlen field
+      malloc.3
+        SEE ALSO: add malloc_usable_size(3)
+        SEE ALSO: Add malloc_trim(3)
+      mallopt.3
+        Fix text describing M_PERTURB and free()
+        SEE ALSO: Add malloc_trim(3)
+      memchr.3
+        Remove mention of terminating null in description of rawmemchr()
+      perror.3
+        Note that use of 'sys_errlist' is deprecated
+      rcmd.3
+        glibc eventually added a declaration of iruserok() in version 2.12
+      sysconf.3
+        Add mention of _SC_SYMLOOP_MAX
+      nologin.5
+        nologin must not only exist, but *be readable* to be effective
+      nsswitch.conf.5
+        Significant rewrites and improvements
+            This patch applies to nsswitch.conf.5 in man-pages-3.36.
+            My changes almost completely rewrite large sections of the
+            man page. They are needed to add clarity, correct grammar,
+            reduce confusion, and bring up-to-date with the latest glibc.
+            I have checked the man page against the nss source code in
+            glibc 2.14.90.
+            Historical notes are demoted to the footer.
+            The rewrite makes the man page much clearer to
+            understand, more authoratitive, and easier to read.
+        Light edits to Mark Bannister's changes
+      capabilities.7
+        Add prctl(PR_SET_MM) to CAP_SYS_RESOURCE
+      epoll.7
+        Some minor clarifications at start of DESCRIPTION
+      netlink.7
+        Note cases where nonprivileged users can use netlink multicast groups
+            See also https://bugzilla.novell.com/show_bug.cgi?id=754611
+      unix.7
+        Add a detail on autobind feature
+      ld.so.8
+        Document effect of hwcaps on search path
+            Wording by Aurelien Jarno from Debian glibc's r4701 (2011-06-04).
+            Addresses http://bugs.debian.org/622385
+- removed upstreamed netlink.patch
+
+-------------------------------------------------------------------

Old:
----
  man-pages-3.38.tar.bz2
  man-pages-netlink.patch

New:
----
  man-pages-3.39.tar.bz2

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

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.bo5oC0/_old  2012-04-24 11:22:53.000000000 +0200
+++ /var/tmp/diff_new_pack.bo5oC0/_new  2012-04-24 11:22:53.000000000 +0200
@@ -19,8 +19,8 @@
 
 Name:           man-pages
 BuildRequires:  fdupes
-Url:            http://www.man7.org/linux/download/man-pages/
-Version:        3.38
+Url:            http://www.kernel.org/doc/man-pages/download.html
+Version:        3.39
 Release:        0
 Summary:        Linux  Manual Pages
 License:        BSD-3-Clause and GPL-2.0+ and MIT
@@ -35,7 +35,6 @@
 Patch3:         %{name}_gai.conf-reference.patch
 Patch5:         %{name}-tty_ioctl.patch
 Patch6:         %{name}-resolv.conf.patch
-Patch7:         %{name}-netlink.patch
 BuildArch:      noarch
 
 %description
@@ -60,7 +59,6 @@
 %patch3
 %patch5 -p1
 %patch6
-%patch7 -p1
 find -name "*.orig" | xargs rm -fv
 
 %build

++++++ man-pages-3.38.tar.bz2 -> man-pages-3.39.tar.bz2 ++++++
++++ 16938 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to