Hello community, here is the log from the commit of package man-pages for openSUSE:Factory checked in at 2013-08-07 20:56:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/man-pages (Old) and /work/SRC/openSUSE:Factory/.man-pages.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "man-pages" Changes: -------- --- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes 2013-07-16 15:42:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2013-08-07 20:56:37.000000000 +0200 @@ -1,0 +2,120 @@ +Wed Aug 7 10:31:34 CEST 2013 - [email protected] + +- update to version 3.53 + * New and rewritten pages + restart_syscall.2 + New page for restart_syscall(2) system call + * Newly documented interfaces in existing pages + fchownat.2 + Document AT_EMPTY_PATH + fstatat.2 + Document AT_EMPTY_PATH + linkat.2 + Document AT_EMPTY_PATH + open.2 + Document O_PATH + See also https://bugzilla.redhat.com/show_bug.cgi?id=885740 + * Changes to individual pages + clock_nanosleep.2 + futex.2 + nanosleep.2 + poll.2 + sigaction.2 + sigreturn.2 + signal.7 + SEE ALSO: add restart_syscall(2) + open.2 + Remove warning that O_DIRECTORY is only for use with opendir(3) + O_DIRECTORY can also be used with, for example, O_PATH. + perf_event_open.2 + Improve PERF_SAMPLE_BRANCH_STACK documentation + Fix indentation of the MMAP layout section + The indentation of the MMAP layout section wasn't quite right. + I think this improves things but I admit I'm not an expert at the + low-level indentation directives. + Update PERF_IOC_FLAG_GROUP info + It turns out PERF_IOC_FLAG_GROUP was broken from 75f937f24bd9 + (in Linux 2.6.31, the initial perf_event release) until + 724b6daa1 (Linux 3.4). + I've done some extensive kernel source code digging plus + running tests of various kernels and I hope the info + presented is accurate now. + (Patch edited somewhat by mtk.) + Improve sysfs files documentation + This improves the documentation of the various + perf_event_open()-related sysfs files. + ptrace.2 + If SEIZE was used, initial auto-attach stop is EVENT_STOP + For every PTRACE_O_TRACEfoo option, mention that old-style SIGSTOP + is replaced by PTRACE_EVENT_STOP if PTRACE_SEIZE attach was used. + Mention the same thing again in the description of + PTRACE_EVENT_STOP. + Mention that PTRACE_PEEK* libc API and kernel API are different + Clarify PTRACE_INTERRUPT, PTRACE_LISTEN, and group-stop behavior + readlink.2 + Document use of empty 'pathname' argument + Change error check in example program from "< 0" to "== -1" + setpgid.2 + s/SIGTSTP/SIGTTIN/ when discussing reads from terminal + See https://bugzilla.kernel.org/show_bug.cgi?id=60504 + clog2.3 + Note that these functions are still not present in glibc 2.17 + dirfd.3 + ATTRIBUTES: Note function that is thread-safe + The function dirfd() is thread safe. + div.3 + ATTRIBUTES: Note functions that are thread-safe + The functions div(), ldiv(), lldiv() and imaxdiv() are thread + safe. + fabs.3 + ATTRIBUTES: Note functions that are thread-safe + The functions fabs(), fabsf() and fabsl() are thread safe. + fdim.3 + ATTRIBUTES: Note functions that are thread-safe + The functions fdim(), fdimf() and fdiml() are thread safe. + fflush.3 + ATTRIBUTES: Note function that is thread-safe + The function fflush() is thread safe. + finite.3 + ATTRIBUTES: Note functions that are thread-safe + The functions finite(), finitef(), finitel(), isinf(), isinff(), + isinfl(), isnan(), isnanf() and isnanl() are thread safe. + flockfile.3 + ATTRIBUTES: Note functions that are thread-safe + The functions flockfile(), ftrylockfile() and funlockfile() are + thread safe. + floor.3 + ATTRIBUTES: Note functions that are thread-safe + The functions floor(), floorf() and floorl() are thread safe. + resolv.conf.5 + Explain how to set empty domain + See http://bugs.debian.org/463575 + capabilities.7 + Add open_by_handle_at(2) under CAP_DAC_READ_SEARCH + inotify.7 + Clarify description of IN_MOVED_FROM and IN_MOVED_TO + man-pages.7 + DESCRIPTION should note versions for new interface features or behavior + udp.7 + Add missing #include directive + Using the UDP_CORK socket option documented in udp.7 requires + including <netinet/udp.h>. + ld.so.8 + Rework rpath token expansion text + Describe $PLATFORM rpath token + Describe $LIB rpath token + Document LD_BIND_NOT + Add reference to pthreads(7) in discussion of LD_ASSUME_KERNEL + readlink.2 + Fix possible race condition in readlink.2 example + I noticed that the example in the readlink.2 man pages does error + checking for a race condition that would cause the value of the + symbolic link to get larger. However, it doesn't handle the + opposite case, in which the value gets shorter. (The NULL + terminator is always set at the old, longer offset.) This could + cause the program to operate on uninitialized data. +- removed source gai.conf.5 as upstream provides it yet +- added fanotify_init.2, fanotify_mark.2, open_by_handle_at.2, + name_to_handle_at.2 + +------------------------------------------------------------------- Old: ---- gai.conf.5 iconv.1 man-pages-3.52.tar.bz2 shadow.5 New: ---- man-pages-3.53.tar.bz2 man-pages-addons.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ man-pages.spec ++++++ --- /var/tmp/diff_new_pack.ofu2NQ/_old 2013-08-07 20:56:38.000000000 +0200 +++ /var/tmp/diff_new_pack.ofu2NQ/_new 2013-08-07 20:56:38.000000000 +0200 @@ -17,22 +17,20 @@ Name: man-pages -BuildRequires: fdupes Url: http://www.kernel.org/doc/man-pages/download.html -Version: 3.52 +Version: 3.53 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 -Source2: gai.conf.5 -Source3: iconv.1 -Source4: update.sh +Source1: man-pages-addons.tar.bz2 +Source2: update.sh Patch: man-pages.eal3.diff Patch3: %{name}_gai.conf-reference.patch Patch5: %{name}-tty_ioctl.patch +BuildRequires: fdupes BuildArch: noarch %description @@ -52,16 +50,13 @@ "Michael Kerrisk" <[email protected]> %prep -%setup -q +%setup -q -a1 %patch -p2 %patch3 %patch5 -p1 find -name "*.orig" | xargs rm -fv %build -cp %SOURCE1 man5/ -cp %{SOURCE2} man5/ -cp %{SOURCE3} man1/ # not actual anymore rm -f man2/ioctl_list.2 # nfs-utils ++++++ man-pages-3.52.tar.bz2 -> man-pages-3.53.tar.bz2 ++++++ ++++ 15096 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
