Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2012-04-17 21:59:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-26 
15:37:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2012-04-17 
22:00:03.000000000 +0200
@@ -1,0 +2,107 @@
+Thu Apr 12 08:35:01 CEST 2012 - pgaj...@suse.cz
+
+- update to version 3.38
+  * New and rewritten pages
+      get_nprocs_conf.3
+        New page documenting get_nprocs_conf(3) and get_nprocs(3)
+        Some additions and improvements
+      malloc_get_state.3
+        New page documenting malloc_get_state(3) and malloc_set_state(3)
+      mallopt.3
+        New man page for mallopt(3)
+      mtrace.3
+        Complete rewrite of page, adding much more detail
+      scandirat.3
+        New page for scandirat(3) (new in glibc 2.15)
+  * Newly documented interfaces in existing pages
+      posix_memalign.3
+        Document aligned_alloc(3)
+            aligned_alloc() is new in C11.
+        Document pvalloc(3)
+      qsort.3
+        Add documentation of qsort_r(3)
+        Improvements to Mark R Bannister's qsort_r() patch
+        Add VERSIONS section for qsort_r()
+  * New and changed links
+      aligned_alloc.3
+        New link to posix_memalign.3
+      get_nprocs.3
+        Link to new get_nprocs_conf.3 page
+      malloc_set_state.3
+        Link to new malloc_get_state.3 page
+      pvalloc.3
+        New link to posix_memalign.3
+  * Global changes
+  * Various pages
+        Global formatting fix: balance .nf/.fi pairs
+  * Various pages
+        Global fix: place sections in correct order
+  * Various pages
+        Global fix: Remove duplicated words
+            Remove instances of duplicate words found using Justin's
+            grep-fu:
+                for f in man?/*.[1-9]; do
+                    grep -HE ' ([[:alpha:]]{2,} +)\1' "$f" |
+                        grep -Evw '(proc|hugetlbfs|XXX*|root|long) *\1';
+                done | grep -E --colo ' ([[:alpha:]]{2,} +)\1'
+  * Various pages
+        Correct order of SEE ALSO entries
+  * Changes to individual pages
+      futimesat.2
+        PROTOTYPE: Correct header file and feature test macro requirements
+      keyctl.2
+        Strip trailing tabs from source line
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664688
+      ptrace.2
+        Document PTRACE_GETEVENTMSG for PTRACE_EVENT_EXEC
+        Various fixes to recent updates of this page
+      symlinkat.2
+        PROTOTYPE: Correct header file
+      syscalls.2
+        Remove unimplemented system calls from main syscall list
+            The unimplemented system calls are in any case noted lower down
+            in the page. Also: rearrange the text describing the unimplemented
+            system calls.
+        Note a few system calls that were removed in Linux 2.6
+        Add process_vm_readv(2) and process_vm_writev(2)
+      unlinkat.2
+        PROTOTYPE: Correct header file
+        PROTOTYPE: Add <fcntl.h> for AT_* constants
+      utimensat.2
+        PROTOTYPE: Add <fcntl.h> for AT_* constants
+      copysign.3
+        DESCRIPTION: Add a couple of examples
+      malloc.3
+        NOTES: Add a short discussion of arenas
+        Replace discussion of MALLOC_CHECK_ with pointer to mallopt(3)
+        SEE ALSO: Add mtrace(3)
+        SEE ALSO: add malloc_get_state(3)
+      posix_memalign.3
+        Rename memalign() argument
+            Rename "boundary" to "alignment" for consistency
+            with posix_memalign().
+        Improve discussion of feature test macros and header files for 
valloc(3)
+      rtnetlink.3
+        Fix example code, rta_len assignment should use RTA_LENGTH()
+            See also http://bugs.debian.org/655088
+      scandir.3
+        SEE ALSO: Add scandirat(3)
+      sigqueue.3
+        Remove rt_sigqueueinfo from TH line
+            rt_sigqueueinfo() now has its own manual page, so should not
+            be listed in the .TH line of this page.
+      tzset.3
+        Correct description for Julian 'n' date format
+            The Julian 'n' date format counts starting from 0, not 1.
+        Add some clarifying remarks to discussion of Julian day formats
+      packet.7
+        Fix comment on 'sll_hatype' field
+      tcp.7
+        Correct RFC for TIME_WAIT assassination hazards
+
+-------------------------------------------------------------------
+Fri Apr  6 07:10:45 UTC 2012 - pgaj...@suse.com
+
+- amend netlink.7 man page [bnc#754611]
+
+-------------------------------------------------------------------

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

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

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

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

++++++ man-pages-3.37.tar.bz2 -> man-pages-3.38.tar.bz2 ++++++
++++ 14883 lines of diff (skipped)

++++++ man-pages-netlink.patch ++++++
Index: man-pages-3.37/man7/netlink.7
===================================================================
--- man-pages-3.37.orig/man7/netlink.7
+++ man-pages-3.37/man7/netlink.7
@@ -343,6 +343,16 @@ Only processes with an effective UID of
 capability may send or listen to a netlink multicast group.
 Any replies to a message received for a multicast group should be
 sent back to the sending PID and the multicast group.
+
+Some Linux kernel subsystems may additionally allow other users to send and/or
+receive messages. As of Linux 3.0, the 
+.BR NETLINK_KOBJECT_UEVENT , 
+.BR NETLINK_GENERIC ,
+.BR NETLINK_ROUTE , 
+and 
+.BR NETLINK_SELINUX 
+groups allow other users to receive messages. No groups allow other users 
+to send messages.
 .SH VERSIONS
 The socket interface to netlink is a new feature of Linux 2.2.
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to