From deddce5db9230894ac1f2e36fcb7fba6c1e82268 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Thu, 28 Feb 2008 10:09:55 +0000 Subject: [PATCH] - update to 2.78 --- .cvsignore | 2 +- man-pages-2.75-tgkill.patch | 52 ------------------------------------- man-pages.spec | 7 ++--- sources | 2 +- 4 files changed, 6 insertions(+), 57 deletions(-) delete mode 100644 man-pages-2.75-tgkill.patch diff --git a/.cvsignore b/.cvsignore index 82b89de..7764b3b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,4 +2,4 @@ man-pages-extralocale.tar.bz2 man2.tar.gz man2_sys2.1.tar.gz man-suid-bins.tar.bz2 -man-pages-2.76.tar.bz2 +man-pages-2.78.tar.bz2 diff --git a/man-pages-2.75-tgkill.patch b/man-pages-2.75-tgkill.patch deleted file mode 100644 index 863059c..0000000 --- a/man-pages-2.75-tgkill.patch +++ /dev/null @@ -1,52 +0,0 @@ -diff -up man-pages-2.75/man2/tkill.2.pom man-pages-2.75/man2/tkill.2 ---- man-pages-2.75/man2/tkill.2.pom 2008-01-03 17:07:26.000000000 +0100 -+++ man-pages-2.75/man2/tkill.2 2008-01-11 11:24:56.000000000 +0100 -@@ -25,12 +25,10 @@ - .\" - .TH TKILL 2 2007-06-01 "Linux" "Linux Programmer's Manual" - .SH NAME --tkill, tgkill \- send a signal to a single process -+tkill \- send a signal to a single process - .SH SYNOPSIS - .nf - .BI "int tkill(int " tid ", int " sig ); --.sp --.BI "int tgkill(int " tgid ", int " tid ", int " sig ); - .fi - .SH DESCRIPTION - The -@@ -50,19 +48,6 @@ With - however, one can address each process - by its unique TID. - .PP --The --.BR tgkill () --call improves on --.BR tkill () --by allowing the caller to --specify the thread group ID of the thread to be signaled, protecting --against TID reuse. --If the tgid is specified as \-1, --.BR tgkill () --degenerates --into --.BR tkill (). --.PP - These are the raw system call interfaces, meant for internal - thread library use. - .SH "RETURN VALUE" -@@ -84,13 +69,9 @@ No process with the specified thread ID - .SH VERSIONS - .BR tkill () - is supported since Linux 2.4.19 / 2.5.4. --.BR tgkill () --was added in Linux 2.5.75. - .SH "CONFORMING TO" - .BR tkill () --and --.BR tgkill () --are Linux-specific and should not be used -+is Linux-specific and should not be used - in programs that are intended to be portable. - .SH NOTES - Glibc does not provide wrapper for these system calls; call them using diff --git a/man-pages.spec b/man-pages.spec index 15a97fe..46c405d 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,6 +1,6 @@ Summary: Man (manual) pages from the Linux Documentation Project Name: man-pages -Version: 2.76 +Version: 2.78 Release: 1%{?dist} License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE Group: Documentation @@ -23,7 +23,6 @@ Patch1: man-pages-1.51-iconv.patch Patch28: man-pages-2.46-nscd.patch Patch36: man-pages-2.63-unimplemented.patch Patch37: man-pages-2.51-mmap.patch -Patch39: man-pages-2.75-tgkill.patch Patch41: man-pages-2.43-rt_spm.patch Patch44: man-pages-2.43-fadvise.patch Patch45: man-pages-2.48-passwd.patch @@ -59,7 +58,6 @@ done %patch28 -p1 %patch36 -p1 %patch37 -p1 -%patch39 -p1 %patch41 -p1 %patch44 -p1 %patch45 -p1 @@ -179,6 +177,9 @@ rm -rf $RPM_BUILD_ROOT %lang(en) %{_mandir}/en/man* %changelog +* Fri Feb 22 2008 Ivana Varekova - 2.78-1 +- update to 2.78 + * Tue Jan 29 2008 Ivana Varekova - 2.76-1 - update to 2.76 - add new option to prctl man page diff --git a/sources b/sources index 59e0d3a..ad312fa 100644 --- a/sources +++ b/sources @@ -2,4 +2,4 @@ af09d031dcee66929510e078d00066f2 man2.tar.gz fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2 -788354eb0ab1fad2eab69ae671c5e68d man-pages-2.76.tar.bz2 +0b58773dbdc6eaeecadfad65b66bfb9a man-pages-2.78.tar.bz2