Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2012-03-26 15:37:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2011-10-05 
17:46:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2012-03-26 
15:37:32.000000000 +0200
@@ -1,0 +2,184 @@
+Fri Mar 23 11:26:27 UTC 2012 - cfarr...@suse.com
+
+- license update: BSD-3-Clause and GPL-2.0+ and MIT
+  SPDX
+
+-------------------------------------------------------------------
+Mon Mar 12 08:27:51 CET 2012 - pgaj...@suse.cz
+
+- update to version 3.37
+  * New and rewritten pages
+      getent.1
+        New page to document 'getent' binary provided by glibc
+  * Changes to individual pages
+      bdflush.2
+        Note that bdflush() is deprecated, and does nothing
+      nfsservctl.2
+        Note that this system call was removed in Linux 3.1
+      ptrace.2
+        add extended description of various ptrace quirks
+            Changes include:
+            s/parent/tracer/g, s/child/tracee/g - ptrace interface now
+            is sufficiently cleaned up to not treat tracing process
+            as parent.
+            Deleted several outright false statements:
+            - pid 1 can be traced
+            - tracer is not shown as parent in ps output
+            - PTRACE_ATTACH is not "the same behavior as if tracee had done
+              a PTRACE_TRACEME": PTRACE_ATTACH delivers a SIGSTOP.
+            - SIGSTOP _can_ be injected.
+            - Removed mentions of SunOS and Solaris as irrelevant.
+            - Added a few more known bugs.
+            Added a large block of text in DESCRIPTION which doesn't focus
+            on mechanical description of each flag and operation, but rather
+            tries to describe a bigger picture. The targeted audience is
+            a person which is reasonably knowledgeable in Unix but did not
+            spend years working with ptrace, and thus may be unaware of its
+            quirks. This text went through several iterations of review by
+            Oleg Nesterov and Tejun Heo.
+            This block of text intentionally uses as little markup as possible,
+            otherwise future modifications to it will be very hard to make.
+        Global clean-up of page
+            * Wording and formatting fixes to existing text and
+              Denys Vlasenko's new text.
+            * Various technical amendments and improvements to
+              Denys Vlasenko's new text.
+            * Added FIXME for various problems with the current text.
+        Integrated changes after further review from Denys Vlasenko
+      syscalls.2
+        Note that nfsservctl(2) was removed in Linux 3.1
+        Note that bdflush(2) is deprecated
+      capabilities.7
+        Add CAP_WAKE_ALARM
+        Add various operations under CAP_SYS_ADMIN
+        Add perf_event_open(2) to CAP_SYS_ADMIN
+        Add VM86_REQUEST_IRQ vm86(2) command to CAP_SYS_ADMIN
+        Update CAP_NET_ADMIN with notes from include/linux/capability.h
+        Add nfsservctl(2) to CAP_SYS_ADMIN
+        Add ioctl(FIBMAP) under CAP_SYS_RAWIO
+        Add virtual terminal ioctl()s under CAP_SYS_TTY_CONFIG
+        Update CAP_NET_RAW with notes from include/linux/capability.h
+        Add F_SETPIPE_SZ case to CAP_SYS_RESOURCE
+        Add POSIX messages queues queues_max case to CAP_SYS_RESOURCE
+        Update CAP_SYS_RESOURCE with notes from include/linux/capability.h
+        SEE ALSO: Add libcap(3)
+      ld.so.8
+        Add --adit command-line option
+
+-------------------------------------------------------------------
+Mon Mar  5 08:37:01 CET 2012 - pgaj...@suse.cz
+
+- update to version 3.36
+  * New and rewritten pages
+      sendmmsg.2
+        New page for sendmmsg(2)
+            Some pieces inspired by an initial attempt by Stephan Mueller.
+  * Newly documented interfaces in existing pages
+      fallocate.2
+        Document FALLOC_FL_PUNCH_HOLE
+            FALLOC_FL_PUNCH_HOLE was added in Linux 2.6.38,
+            for punching holes in the allocated space in a file.
+  * Changes to individual pages
+      dup.2
+        SYNOPSIS: Add "#include <fntl.h>" for O_* constants
+      fallocate.2
+        Substantial restructuring of DESCRIPTION
+            The addition of a second class of operation ("hole punching")
+            to the man page made it clear that some significant restructuring
+            is required. So I substantially reworked the page, including the
+            preexisting material on the default "file allocation" operation.
+        Add further details for FALLOC_FL_PUNCH_HOLE
+        ERRORS: Add EPERM error case for FALLOC_FL_PUNCH_HOLE
+      fork.2
+        NOTES: Describe clone() call equivalent to fork()
+      fsync.2
+        Various improvements
+            - explain the situation with disk caches better
+            - remove the duplicate fdatasync() explanation in the NOTES
+              section
+            - remove an incorrect note about fsync() generally requiring two
+              writes
+            - remove an obsolete ext2 example note
+            - fsync() works on any file descriptor (doesn't need to be
+              writable); correct the EBADF error code explanation
+        Note that some systems require a writable file descriptor
+            An edited version of Guillem Jover's comments:
+            [While the file descriptor does not need to be writable on Linux]
+            that's not a safe portable assumption to make on POSIX in general
+            as that behavior is not specified and as such is
+            implementation-specific. Some Unix systems do actually fail on
+            read-only file descriptors, for example [HP-UX and AIX].
+      mount.2
+        Removed erroneous statement about MS_RDONLY and bind mounts
+      open.2
+        Fix grammar in O_DIRECT description
+            Some small grammar fixes to the O_DIRECT description.
+      pipe.2
+        SYNOPSIS: Add "#include <fntl.h>" for O_* constants
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659750
+      sched_rr_get_interval.2
+        Update notes on modifying quantum
+            Since Linux 2.6.24, it is no longer possible to
+            modify the SCHED_RR quantum using setpriority(2).
+            (Slight edits to Clemens' patch by mtk.)
+        Reordered various pieces of text
+        Reworded text of ESRCH error
+      send.2
+        Add mention of sendmmsg(2)
+      sync.2
+        PROTOTYPE: Fix return type of syncfs()
+      vfork.2
+        Clarify what is duplicated in the child
+            Add some words to make it clear to the reader that vfork(),
+            like fork(), creates duplicates of process attributes
+            in the child.
+        Note clone() flags equivalent to vfork()
+        Add some notes on reasons why vfork() still exists
+        Clarify that calling *thread* is suspended during vfork()
+        CONFORMING TO: Note that POSIX.1-2001 marked vfork() obsolete
+      gets.3
+        Document C11 and glibc 2.16 changes affecting gets()
+      pthread_sigmask.3
+        Fix comment that was inconsistent with code in example program
+      sem_wait.3
+        EXAMPLE: Remove extraneous line of output from shell session
+      wcsnrtombs.3
+      wcsrtombs.3
+      wcstombs.3
+        Fix-ups for e9c23bc636426366d659809bc99cd84661e86464
+      core.5
+        Document %E specifier for core_pattern
+      passwd.5
+        s/asterisk/asterisk (*)/ to improve clarity
+        Correct note on passwd field value when shadowing is enabled
+            When password shadowing is enabled, the password field
+            contains an 'x' (not a "8').
+      proc.5
+        Fix description of fourth field of /proc/loadavg
+            SIgned-off-by: Elie De Brauwer <eliedebrau...@gmail.com>
+      resolv.conf.5
+        Describe syntax used for comments
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656994
+      feature_test_macros.7
+        Document _ISOC11_SOURCE
+      inotify.7
+        Note that 'cookie' field is set to zero when unused
+      man.7
+        Various fixes for description of NAME section
+            As noted by reporter:
+            * The code sample given for the NAME section is incomplete because
+              the actual content sample is not given.
+            * Additionally, the description assumes that the item described is
+              a command, which need not be the case.
+            * The command makewhatis is not present on my system; the
+              documented tool to create the whatis database is called mandb.
+            * The description on .SH NAME in man(7) should either copy the
+              relevant paragraph of lexgrog(1) or refer to it.
+            Reported by: Kristof Zelechovski <giecr...@stegny.2a.pl>
+
+-------------------------------------------------------------------
+Thu Jan 19 10:00:03 UTC 2012 - pgaj...@suse.com
+
+- fix url tag
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.WNUXgP/_old  2012-03-26 15:37:34.000000000 +0200
+++ /var/tmp/diff_new_pack.WNUXgP/_new  2012-03-26 15:37:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package man-pages
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           man-pages
 BuildRequires:  fdupes
-Url:            http://www.kernel.org/pub/linux/docs/manpages/
-License:        BSD3c(or similar) ; GPLv2+ ; Other uncritical OpenSource 
License
-Group:          Documentation/Man
-AutoReqProv:    on
-Version:        3.35
-Release:        1
+Url:            http://www.man7.org/linux/download/man-pages/
+Version:        3.37
+Release:        0
 Summary:        Linux  Manual Pages
+License:        BSD-3-Clause and GPL-2.0+ and MIT
+Group:          Documentation/Man
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         man-pages-%{version}.tar.bz2
 Source1:        shadow.5
@@ -72,7 +70,7 @@
 # nfs-utils
 rm -f man5/exports.5
 # coreutils, diffutils
-rm -f man1/vdir.1 man1/touch.1 man1/rmdir.1 man1/rm.1 man1/mv.1 man1/mknod.1 
man1/mkfifo.1 man1/mkdir.1 man1/ls.1 man1/ln.1 man1/install.1 man1/du.1 
man1/dircolors.1 man1/dir.1 man1/diff.1 man1/df.1 man1/dd.1 man1/cp.1 
man1/chown.1 man1/chmod.1 man1/chgrp.1 man3/getaddrinfo.3.orig 
man3/{getifaddrs.3,freeifaddrs.3}
+rm -f man1/vdir.1 man1/touch.1 man1/rmdir.1 man1/rm.1 man1/mv.1 man1/mknod.1 
man1/mkfifo.1 man1/mkdir.1 man1/ls.1 man1/ln.1 man1/install.1 man1/du.1 
man1/dircolors.1 man1/dir.1 man1/diff.1 man1/df.1 man1/dd.1 man1/cp.1 
man1/chown.1 man1/chmod.1 man1/chgrp.1 man1/getent.1 man3/getaddrinfo.3.orig 
man3/{getifaddrs.3,freeifaddrs.3}
 # glibc
 rm -f man3/crypt.3 man3/crypt_r.3
 

++++++ man-pages-3.35.tar.bz2 -> man-pages-3.37.tar.bz2 ++++++
++++ 19590 lines of diff (skipped)

++++++ update.sh ++++++
--- /var/tmp/diff_new_pack.WNUXgP/_old  2012-03-26 15:37:34.000000000 +0200
+++ /var/tmp/diff_new_pack.WNUXgP/_new  2012-03-26 15:37:34.000000000 +0200
@@ -25,7 +25,7 @@
 PACKNAME="man-pages"
 UTARBALL="$PACKNAME-$VERSION.tar.gz"
 OTARBALL="$PACKNAME-$VERSION.tar.bz2"
-URL="http://man7.org/linux/man-pages/download/$UTARBALL";
+URL="http://www.kernel.org/pub/linux/docs/man-pages/$UTARBALL";
 
 # get tarball
 wget $URL

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

Reply via email to