Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2015-01-22 21:48:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-01-05 
04:44:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2015-01-22 
21:48:10.000000000 +0100
@@ -1,0 +2,16 @@
+Thu Jan 15 13:24:18 UTC 2015 - pgaj...@suse.com
+
+- add info to return value of adjtimex() [bnc#910082](internal)
+  + man-pages-adjtimex.2.patch
+
+-------------------------------------------------------------------
+Mon Jan 12 10:14:56 UTC 2015 - pgaj...@suse.com
+
+- update to 3.77:
+  - new or rewritten pages:
+    * seccomp.2
+  - newly documented interfaces in existing pages
+    * netlink.7:
+        Add NETLINK_CRYPTO
+
+-------------------------------------------------------------------

Old:
----
  man-pages-3.76.tar.xz

New:
----
  man-pages-3.77.tar.xz
  man-pages-adjtimex.2.patch

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

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.uTVpDI/_old  2015-01-22 21:48:11.000000000 +0100
+++ /var/tmp/diff_new_pack.uTVpDI/_new  2015-01-22 21:48:11.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           man-pages
-Version:        3.76
+Version:        3.77
 Release:        0
 Summary:        Linux  Manual Pages
 License:        BSD-3-Clause and GPL-2.0+ and MIT
@@ -28,6 +28,7 @@
 Source:         
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
 Patch0:         %{name}.eal3.diff
 Patch1:         %{name}-remove-ioctl_list-reference.patch
+Patch2:         %{name}-adjtimex.2.patch
 Patch3:         %{name}_gai.conf-reference.patch
 Patch5:         %{name}-tty_ioctl.patch
 BuildRequires:  fdupes
@@ -48,6 +49,7 @@
 %setup -q
 %patch0 -p2
 %patch1
+%patch2 -p1
 %patch3
 %patch5 -p1
 find -name "*.orig" | xargs rm -fv

++++++ man-pages-3.76.tar.xz -> man-pages-3.77.tar.xz ++++++
++++ 14583 lines of diff (skipped)

++++++ man-pages-adjtimex.2.patch ++++++
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index a6cd9c0..4c43f8a 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -310,6 +310,12 @@ is a synonym for
 .BR TIME_ERROR ,
 provided for backward compatibility.
 .PP
+.\" commit 9c24771f844b6f0708a72cd116953e0a128e5d2a changed to asynchronous
+.\"  operation, so we can no longer rely on the return code.
+Note that as of kernel version 3.0.38 the call operates asynchronously
+and the return value usually will not reflect a state change caused by
+the call itself.
+.PP
 On failure,
 .BR adjtimex ()
 returns \-1 and sets

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

Reply via email to