Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory
checked in at Wed Oct 5 17:46:32 CEST 2011.



--------
--- openSUSE:Factory/man-pages/man-pages.changes        2011-09-26 
17:05:55.000000000 +0200
+++ /mounts/work_src_done/STABLE/man-pages/man-pages.changes    2011-10-05 
11:31:46.000000000 +0200
@@ -1,0 +2,83 @@
+Wed Oct  5 11:23:28 CEST 2011 - pgaj...@suse.cz
+
+- update to version 3.35
+  * New and rewritten pages
+      recvmmsg.2
+        New man page for recvmmsg(2)
+      setns.2
+        New manual page for setns(2)
+        Various improvements
+  * Global changes
+  * Various pages
+        Global fix: remove spaces around em-dash
+            Normal English typographical convention is not to have
+            spaces around em dashes.
+  * Various pages
+        Global fix: s/null pointer/NULL pointer/
+  * Various pages
+        Global fix: use ORing
+            Use "ORing", not "OR'ing", nor an italic ".IR OR ing".
+  * Various pages
+        Global fix: consistent use of "null wide character"
+            Bring more consistency to the discussion of
+            "[terminating] null wide character"
+            by writing (at least in the initial use in a page)
+            "[terminating] null wide character (L'\0')".
+  * Various pages
+        Global fix: consistent use of "null byte"
+            Bring more consistency to the discussion of
+            "[terminating] null byte"
+            by writing (at least in the initial use in a page)
+            "[terminating] null byte ('\0')".
+      mount.2, prctl.2
+        s/task/thread/ for consistency with other pages
+  * Changes to individual pages
+      lseek.2
+        CONFORMING TO: Note other systems that have SEEK_HOLE+SEEK_DATA
+      recv.2
+        Add mention of recvmmsg(2)
+      recvmmsg.2
+        SEE ALSO: add sendmmsg(2)
+      send.2
+        CONFORMING TO: POSIX.1-2008 adds MSG_NOSIGNAL
+      sigwaitinfo.2
+        Note that attempts to wait for SIGKILL and SIGSTOP are silently ignored
+      stat.2
+        Note POSIX.1-2001 and POSIX.1-2008 requirements for lstat()
+        Regarding automounter action, add a reference to fstatat(2)
+        Clean up text describing which POSIX describes S_IF* constants
+      aio_cancel.3
+        Clarify meaning of "return status" and "error status"
+      gets.3
+        POSIX.1-2008 marks gets() obsolescent
+            The page formerly erroneously stated that POSIX.1-2008
+            removed the specification of this function.
+      mbsnrtowcs.3
+        CONFORMING TO: Add POSIX.1-2008
+            This function is specified in the POSIX.1-2008 revision.
+      regex.3
+        Change "terminating null" to "terminating null byte"
+      stpcpy.3
+      stpncpy.3
+        Note that these functions are in POSIX.1-2008
+            Update the "CONFORMING TO" sections of these functions to
+            note that they are now part of the POSIX.1-2008 standard.
+      stpncpy.3
+        Change "terminating null" to "terminating null byte"
+      strcpy.3
+        SEE ALSO: Add stpncpy(3)
+      strdup.3
+        CONFORMING TO: strndup() is in POSIX.1-2008
+      wcpcpy.3
+      wcpncpy.3
+      wcsnlen.3
+      wcsnrtombs.3
+        CONFORMING TO: Add POSIX.1-2008
+            These functions are specified in the POSIX.1-2008 revision.
+      proc.5
+        Document /proc/[pid]/ns/
+        Some edit's to Eric Biederman's /proc/[pid]/ns/ additions
+      capabilities.7
+        List setns(2) as an operation allowed by CAP_SYS_ADMIN
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  man-pages-3.34.tar.bz2
  needed_space_in_mb

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

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

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.nhTECJ/_old  2011-10-05 17:46:24.000000000 +0200
+++ /var/tmp/diff_new_pack.nhTECJ/_new  2011-10-05 17:46:24.000000000 +0200
@@ -24,7 +24,7 @@
 License:        BSD3c(or similar) ; GPLv2+ ; Other uncritical OpenSource 
License
 Group:          Documentation/Man
 AutoReqProv:    on
-Version:        3.34
+Version:        3.35
 Release:        1
 Summary:        Linux  Manual Pages
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ man-pages-3.34.tar.bz2 -> man-pages-3.35.tar.bz2 ++++++
++++ 14169 lines of diff (skipped)

++++++ update.sh ++++++
--- /var/tmp/diff_new_pack.nhTECJ/_old  2011-10-05 17:46:25.000000000 +0200
+++ /var/tmp/diff_new_pack.nhTECJ/_new  2011-10-05 17:46:25.000000000 +0200
@@ -1,5 +1,12 @@
-#!/bin/bash
-set -x
+#
+# USAGE: bash update.sh VERSION
+#
+
+function usage()
+{
+  echo "USAGE: bash update.sh VERSION"
+}
+
 function acquire_changes()
 {
   CHANGES_FILE="$1"
@@ -8,7 +15,13 @@
   LINETAIL=$((LINESUM-LINENUM+1))
   tail -n $LINETAIL $CHANGES_FILE | egrep -v "^$" | grep -v "\----" | grep -v 
"^    [A-Z]" | sed "s:\(^[_a-zA-Z].*\.[0-9]\):      \1:" | sed "s:^\([A-Z].*\): 
 * \1:" > changes
 }
+
 VERSION="$1"
+if [ -z $VERSION ]; then
+  usage
+  exit 1
+fi
+
 PACKNAME="man-pages"
 UTARBALL="$PACKNAME-$VERSION.tar.gz"
 OTARBALL="$PACKNAME-$VERSION.tar.bz2"
@@ -40,4 +53,4 @@
 rm changes
 # modify spec
 sed -i "s/\(Version:[ \t]*\)[0-9].*/\1$VERSION/" $PACKNAME.spec
-
+rm -r man-pages-$VERSION

continue with "q"...



Remember to have fun...

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

Reply via email to