Hello community, here is the log from the commit of package man-pages for openSUSE:Factory checked in at 2014-01-30 11:32:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-01-13 10:55:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2014-01-30 11:32:22.000000000 +0100 @@ -1,0 +2,17 @@ +Sat Jan 25 15:29:02 UTC 2014 - [email protected] + +- Update to new upstream release 3.57 +* The open(2) manual page adds documentation of the O_TMPFILE flag, + which provides a race-free method of creating unnamed temporary + files. +* Documentation for the PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK, and + PTRACE_SETSIGMASK operations was added to the ptrace(2) page +* Documentation for the SO_BUSY_POLL socket option to the socket(7) + page. +* Documentation for the TCP_USER_TIMEOUT and TCP_CONGESTION socket + options to the tcp(7) page. +- Feed specfile through formatter; kill redundant %clean section; + %fdupes ought not to be called across directories that potentially + live across standard partitions + +------------------------------------------------------------------- Old: ---- man-pages-3.56.tar.xz New: ---- man-pages-3.57.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ man-pages.spec ++++++ --- /var/tmp/diff_new_pack.oJOBOp/_old 2014-01-30 11:32:22.000000000 +0100 +++ /var/tmp/diff_new_pack.oJOBOp/_new 2014-01-30 11:32:22.000000000 +0100 @@ -18,17 +18,20 @@ Name: man-pages Url: http://www.kernel.org/doc/man-pages/download.html -Version: 3.56 +Version: 3.57 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: https://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz + +#Git-Clone: git://git.kernel.org/pub/scm/docs/man-pages/man-pages +#Git-Web: http://git.kernel.org/cgit/docs/man-pages/man-pages.git/ +Source: https://www.kernel.org/pub/linux/docs/man-pages/man-pages-%version.tar.xz Source1: man-pages-addons.tar.bz2 Patch: man-pages.eal3.diff Patch3: %{name}_gai.conf-reference.patch -Patch5: %{name}-tty_ioctl.patch +Patch5: %name-tty_ioctl.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildArch: noarch @@ -37,7 +40,7 @@ Documentation Project (LDP). The man pages are organized into the following sections: Section 1, user commands (intro only); Section 2, system calls; Section 3, libc calls; Section 4, devices (e.g., hd, sd); -Section 5, file formats and protocols (e.g., wtmp, /etc/passwd, nfs); +Section 5, file formats and protocols (e.g., wtmp, %_sysconfdir/passwd, nfs); Section 6, games (intro only); Section 7, conventions, macro packages, etc. (e.g., nroff, ascii); and Section 8, system administration (intro only). @@ -56,7 +59,7 @@ find -name "*.orig" | xargs rm -fv %build -# not actual anymore +# not current anymore rm -f man2/ioctl_list.2 # nfs-utils rm -f man5/exports.5 @@ -68,19 +71,18 @@ rm -f man1/time.1 %install -mkdir -p $RPM_BUILD_ROOT%{_mandir} for i in man? ; do - mkdir -p $RPM_BUILD_ROOT%{_mandir}/$i - cp -p $i/* $RPM_BUILD_ROOT%{_mandir}/$i/ + mkdir -p "%buildroot/%_mandir/$i" + cp -p "$i"/* "%buildroot/%_mandir/$i/" done -cd $RPM_BUILD_ROOT%{_mandir} +cd "%buildroot/%_mandir/" RETVAL=0 ARE_MISSING="" for i in */* ; do FOUND=0 - grep "^.so man" $i && FOUND=1 - if [ $FOUND == 1 ] ; then - if [ ! -f `grep "^.so man" $i | awk '{print $2}'` ]; then + grep "^.so man" "$i" && FOUND=1 + if [ "$FOUND" == 1 ] ; then + if [ ! -f `grep "^.so man" "$i" | awk '{print $2}'` ]; then ARE_MISSING="$i $ARE_MISSING" RETVAL=1 fi @@ -88,19 +90,16 @@ done echo "" echo "The following manual pages are now missing (for .so reference):" -echo $ARE_MISSING +echo "$ARE_MISSING" echo "" -if [ $RETVAL -ne 0 ] ; then - exit $RETVAL +if [ "$RETVAL" -ne 0 ] ; then + exit "$RETVAL" fi -%fdupes -s $RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT +%fdupes -s %buildroot/%_prefix %files %defattr(644,root,root,755) -%doc %{_mandir}/man*/*.gz +%doc %_mandir/man*/*.gz %doc README %doc man-pages-*.Announce %doc man-pages-*.lsm ++++++ man-pages-3.56.tar.xz -> man-pages-3.57.tar.xz ++++++ ++++ 16482 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
