Hello community,

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

Package is "man-pages", Maintainer is "pgaj...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes      2012-04-24 
11:22:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2012-05-08 
11:15:13.000000000 +0200
@@ -1,0 +2,156 @@
+Thu May  3 10:47:45 CEST 2012 - pgaj...@suse.cz
+
+- update to version 3.40
+  * New and rewritten pages
+      process_vm_readv.2
+        New page for process_vm_readv(2) and process_vm_writev(2)
+      mcheck.3
+        New man page for mcheck(3) and related functions
+            Also describes mcheck_check_all(3), mcheck_pedantic(3),
+            and mprobe(3)
+  * Newly documented interfaces in existing pages
+      rcmd.3
+        Document "_af" variants of these functions
+            Document rcmd_af(), rresvport_af(), iruserok_af(), ruserok_af().
+            Also some restructuring and other clarifications.
+      rexec.3
+        Document rexec_af()
+  * New and changed links
+      iruserok_af.3
+      rcmd_af.3
+      rresvport_af.3
+      ruserok_af.3
+        New links to rcmd.3
+      rexec_af.3
+        New link to rexec.3
+  * Changes to individual pages
+      clock_getres.2
+        Clarify difference between CLOCK_MONOTONIC and CLOCK_MONOTONIC_RAW
+            Note interactions of these two clocks with discontinuous
+            adjustments to the system time and NTP/adjtime(2).
+      fallocate.2
+        Fix description of ENOSYS and EOPNOTSUP errors
+            As reported in https://bugzilla.redhat.com/show_bug.cgi?id=680214
+      fchmodat.2
+        Improve discussion of difference between wrapper and underlying syscall
+      gettimeofday.2
+        gettimeofday() is affected by discontinuous jumps in the system time
+            Advise reader to use clock_gettime(2), if they need a
+            monotonically increasing time source.
+        SEE ALSO: Add clock_gettime(2)
+      prctl.2
+        Add PR_TASK_PERF_EVENTS_DISABLE and PR_TASK_PERF_EVENTS_ENABLE
+            Add some basic documentation of these operations, with a pointer to
+            tools/perf/design.txt for more information.
+        Amend details of PR_SET_PDEATHSIG
+      ptrace.2
+        Note SPARC deviation with respect to get/set regs
+            SPARC reverses the use of 'addr' and 'data' for
+            PTRACE_GETREGS, PTRACE_GETFPREGS, PTRACE_SETREGS,
+            and PTRACE_SETFPREGS.
+      send.2
+        Document EACCES error case for UDP
+      sigaction.2
+        Remove mention of raise(3) for SI_USER
+            For a long time now, glibc's raise(3) didn't yield SI_USER
+            for the signal receiver, so remove mention of raise(3)
+            here. The user can deduce the details, if needed, by looking
+            at the recently updated raise(3) page.
+      aio_cancel.3
+        Rewrite RETURN VALUE section to be clearer
+      aio_init.3
+        Remove extraneous "POSIX" from NAME section
+      btree.3
+      dbopen.3
+      hash.3
+      mpool.3
+      recno.3
+        Note that glibc no longer provides these interfaces
+            glibc stopped providing these interfaces with v2.2.
+            Nowadays, the user that finds these pages probably wants
+            the libdb API, so note this in the page.
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=337581
+      fopen.3
+        BUGS: Note limitation on number of flag characters parsed in 'mode'
+        Note that 'c' and 'e' flags are ignored for fdopen()
+            Determined from reading libio/iofdopen.c.
+        Document ",ccs=string" feature of 'mode' for fopen()/freopen()
+      getgrnam.3
+        Fix discussion of _SC_GETGR_R_SIZE_MAX
+            The value is not meant to be a maximum (as was specified in
+            SUSv3) but an initial guess at the required size
+            (as specified in SUSv4).
+      getpwnam.3
+        Fix discussion of _SC_GETPW_R_SIZE_MAX
+            The value is not meant to be a maximum (as was specified in
+            SUSv3) but an initial guess at the required size
+            (as specified in SUSv4).
+      malloc.3
+      mallopt.3
+      mtrace.3
+        SEE ALSO: add mcheck(3)
+      memchr.3
+        Clarify description, omitting mention of "strings" and "characters"
+            The existing text slipped into talking about characters and
+            strings, which could mislead readers into thing that, for
+            example, searches for the byte '\0' are treated specially.
+            Therefore, rewrite in terms of "bytes" and "memory areas".
+            At the same time, make a few source file clean-ups.
+      mkstemp.3
+        Add "mkstemps" and "mkostemps" to NAME line
+      posix_openpt.3
+        Add some details on use of the slave pathname
+            An explicit pointer to ptsname(3) is useful, as is a note
+            of the fact that the slave device pathname exists only as
+            long as the master device is held open.
+      raise.3
+        Add some notes on underlying system call that is used
+      rcmd.3
+        Add some details of the rresvport() 'port' argument
+      resolver.3
+        Note that many options are documented in resolv.conf(5)
+      scandir.3
+        Improve EXAMPLE source code: s/0/NULL/ in scandir() call
+      strchr.3
+        Explain behavior when searching for '\0'
+      strerror.3
+        Improve strerror_r() description
+            POSIX requires that perror() not modify the static storage
+            returned by strerror().  POSIX 2008 and C99 both require that
+            strerror() never return NULL (a strerror() that always
+            returns "" for all inputs is valid for C99, but not for POSIX).
+            http://sourceware.org/bugzilla/show_bug.cgi?id=12204
+            documents glibc's change to come into compliance with POSIX
+            regarding strerror_r() return value.  The GNU strerror_r() use
+            of 'buf' was confusing - I ended up writing a test program that
+            proves that 'buf' is unused for valid 'errnum', but contains
+            truncated "unknown message" for out-of-range 'errnum'.
+            See also http://austingroupbugs.net/view.php?id=382
+        Correct description of error return for XSI strerror_r()
+        Note how to use 'errno' to detect errors when calling strerror()
+        Add an example of the kind of string returned by strerror()
+      resolv.conf.5
+        Document "single-request" option
+      inotify.7
+        Note buffer size that guarantees being able to read at least one event
+        Correct description of size of inotify_event structure
+      iso_8859-1.7
+        Add "-" for SOFT HYPHEN
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=156154
+      netdevice.7
+        Document some SIOC configuration ioctls
+            This patch adds common but missing SIOC configuration ioctls to
+            the netdevice.7 manual pages that are not documented anywhere
+            else. SIOCSIFPFLAGS and SIOCGIFPFLAGS are linux-specific. Flag
+            values come from Linux 2.6.25 kernel headers for sockios. The
+            others are standard BSD ioctls that have always been implemented
+            by Linux and were verified from inspecting netdevice.c kernel
+            code.
+      socket.7
+        Correct description of SO_BROADCAST
+      tcp.7
+    lepton
+        Correct description for TCP_MAXSEG on modern kernel
+- obsoletes upstreamed resolv.conf.patch
+
+-------------------------------------------------------------------

Old:
----
  man-pages-3.39.tar.bz2
  man-pages-resolv.conf.patch

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

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

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.NTyvq9/_old  2012-05-08 11:15:16.000000000 +0200
+++ /var/tmp/diff_new_pack.NTyvq9/_new  2012-05-08 11:15:16.000000000 +0200
@@ -20,7 +20,7 @@
 Name:           man-pages
 BuildRequires:  fdupes
 Url:            http://www.kernel.org/doc/man-pages/download.html
-Version:        3.39
+Version:        3.40
 Release:        0
 Summary:        Linux  Manual Pages
 License:        BSD-3-Clause and GPL-2.0+ and MIT
@@ -34,7 +34,6 @@
 Patch:          man-pages.eal3.diff
 Patch3:         %{name}_gai.conf-reference.patch
 Patch5:         %{name}-tty_ioctl.patch
-Patch6:         %{name}-resolv.conf.patch
 BuildArch:      noarch
 
 %description
@@ -58,7 +57,6 @@
 %patch -p2
 %patch3
 %patch5 -p1
-%patch6
 find -name "*.orig" | xargs rm -fv
 
 %build

++++++ man-pages-3.39.tar.bz2 -> man-pages-3.40.tar.bz2 ++++++
++++ 17057 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to