Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2013-03-12 17:17:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-03-08 
11:20:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2013-03-12 
17:17:06.000000000 +0100
@@ -1,0 +2,144 @@
+Tue Mar 12 07:35:34 CET 2013 - [email protected]
+
+- update to version 3.48
+  * New and rewritten pages
+      getunwind.2
+        New page documenting getunwind(2)
+            Taken from Red Hat downstream man pages set
+        Much rewriting
+            Some text taken from arch/ia64/kernel/unwind.c.
+      perfmonctl.2
+        New page documenting IA-64-specific perfmonctl(2)
+            Taken from Red Hat downstream man pages
+        Rework discussion of PFM_CREATE_CONTEXT
+        Add VERSIONS and CONFORMING TO
+        Note that there is no glibc wrapper
+        Remove PFM_CREATE_EVTSETS, PFM_DELETE_EVTSETS, PFM_GETINFO_EVTSETS
+            These don't exist, and it appears they never have.
+        Fix argument types for PFM_WRITE_PMCS, PFM_WRITE_PMDS, PFM_READ_PMDS
+            The types that were being used don't exist!
+        Briefly document PFM_GET_FEATURES, PFM_DEBUG, PFM_GET_PMC_RESET_VAL
+      gai.conf.5
+        New page documenting gai.conf
+            Taken from Red Hat downstream pages
+      nss.conf.5
+        New page describing nss.conf
+  * Newly documented interfaces in existing pages
+      clock_getres.2
+        Document CLOCK_REALTIME_COARSE and CLOCK_MONOTONIC_COARSE
+        Document CLOCK_BOOTTIME
+        Some improvements to CLOCK_BOOTTIME description
+      ptrace.2
+        Document PTRACE_GETREGSET, PTRACE_SETREGSET, PTRACE_SEIZE, and friends
+            Document PTRACE_GETREGSET, PTRACE_SETREGSET,
+            PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN.
+  * New and changed links
+      fattach.2
+      fdetach.2
+      getmsg.2
+      isastream.2
+      putmsg.2
+        New link to unimplemented.2
+            Taken from Red Hat downstream.
+            See https://bugzilla.redhat.com/show_bug.cgi?id=436407
+  * Global changes
+  * Many pages
+        Global fix: remove unneeded double quotes in .SH headings
+  * Many pages
+        Global fix: remove unneeded double quotes in .SS headings
+  * Many pages
+        Global fix: use consistent capitalization in .SS headings
+            Capitalization in .SS sections across pages (and sometimes even
+            within a single page) is wildly inconsistent. Make it consistent.
+            Capitalize first word in heading, but otherwise use lower case,
+            except where English usage (e.g., proper nouns) or programming
+            language requirements (e.g., identifier names) dictate otherwise.
+  * Many pages
+        Remove double blank lines in output
+  * Various pages
+        Fix order of SH sections
+  * Changes to individual pages
+      accept.2
+        NAME: Add "accept4"
+      access.2
+        Note that access() may also fail for FUSE
+            Since in some cases (e.g. libguestfs's guestmount) it also has the
+            semantics where files can appear owned by root, but are actually
+            mutable by the user, despite what one might infer from the Unix
+            permissions.
+      getpeername.2
+        Clarify semantics of getpeername() for datagram sockets
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674034
+      getuid.2
+        Remove duplicate section heading
+      mmap.2
+        Add note about partial page in BUGS section
+            This adds a note about Linux behavior with partial page at the end
+            of the object. The problem here is that a page that contains only
+            part of a file (because the file size is not multiple of PAGE_SIZE)
+            stays in page cache even after the mapping is unmapped and the file
+            is closed. So if some process dirties such page, other mappings
+            will see the changes rather than zeroes.
+        Some 'flags' values require a feature test macro to be defined
+            Add text to NOTES noting that some MAP_* constants are
+            defined only if a suitable feature test macro is defined.
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542601
+        Document EOVERFLOW error
+      open.2
+        Clarify list of file creation flags
+            POSIX.1-2008 TC1 clarified this, so that O_CLOEXEC,
+            O_DIRECTORY, and O_NOFOLLOW are also in this list.
+      prctl.2
+        Add some details for PR_GET_TID_ADDRESS
+      read.2
+        Clarify interaction of count==0 and error checking
+            POSIX deliberately leaves this case open, so the man
+            page should be less specific about what happens.
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533232
+        Remove crufty text about O_NONBLOCK on files
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700529
+        Clarify details for seekable files
+      unimplemented.2
+        Add various STREAMS interfaces to NAME
+            Taken from Red Hat downstream.
+            See https://bugzilla.redhat.com/show_bug.cgi?id=436407
+      cexp2.3
+        Still does not exist in glibc 2.17
+      exit.3
+        Note that a call to execve() clears exit handler registrations
+      getaddrinfo.3
+        SEE ALSO: Add gai.conf(5)
+      malloc_trim.3
+        Remove duplicate section title
+      printf.3
+        Fix error handling in example code
+            See https://bugzilla.kernel.org/show_bug.cgi?id=23282
+      pthread_yield.3
+        Add _GNU_SOURCE feature test macro to SYNOPSIS
+      resolver.3
+      resolv.conf.5
+        RES_DEBUG is only available if glibc is compiled with debug support
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692136
+            and https://bugzilla.kernel.org/show_bug.cgi?id=43061
+      strtol.3
+        Remove crufty text from previous fix
+      core.5
+        Document CONFIG_COREDUMP
+      capabilities.7
+        Nonexistent bits are no longer shown as set in /proc/PID/status Cap*
+      inotify.7
+        A monitoring process can't easily distinguish events triggered by 
itself
+      ip.7
+        Improve explanation about calling listen() or connect()
+      man-pages.7
+        Describe rules for capitalization in .SS headings
+      rtnetlink.7
+        Add info about ability to create links with given index
+            Since kernel v3.7 the RTM_NEWLINK message now accepts nonzero
+            values in ifi_index field. Mention this fact in the respective
+            rtnetlink.7 section.
+      socket.7
+        SO_BINDTODEVICE is now readable
+            SO_BINDTODEVICE is readable since since kernel 3.8.
+
+-------------------------------------------------------------------

Old:
----
  man-pages-3.47.tar.bz2

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

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

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.QJvr9X/_old  2013-03-12 17:17:12.000000000 +0100
+++ /var/tmp/diff_new_pack.QJvr9X/_new  2013-03-12 17:17:12.000000000 +0100
@@ -19,7 +19,7 @@
 Name:           man-pages
 BuildRequires:  fdupes
 Url:            http://www.kernel.org/doc/man-pages/download.html
-Version:        3.47
+Version:        3.48
 Release:        0
 Summary:        Linux  Manual Pages
 License:        BSD-3-Clause and GPL-2.0+ and MIT

++++++ man-pages-3.47.tar.bz2 -> man-pages-3.48.tar.bz2 ++++++
++++ 35973 lines of diff (skipped)

++++++ man-pages_gai.conf-reference.patch ++++++
--- /var/tmp/diff_new_pack.QJvr9X/_old  2013-03-12 17:17:13.000000000 +0100
+++ /var/tmp/diff_new_pack.QJvr9X/_new  2013-03-12 17:17:13.000000000 +0100
@@ -2,11 +2,11 @@
 ===================================================================
 --- man3/getaddrinfo.3.orig
 +++ man3/getaddrinfo.3
-@@ -816,6 +816,7 @@ main(int argc, char *argv[])
+@@ -818,6 +818,7 @@ main(int argc, char *argv[])
  .BR getaddrinfo_a (3),
  .BR gethostbyname (3),
  .BR getnameinfo (3),
 +.BR gai.conf (5),
  .BR inet (3),
+ .BR gai.conf (5),
  .BR hostname (7),
- .BR ip (7)

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

Reply via email to