rpms/man-pages/devel man-pages-2.75-tgkill.patch, NONE, 1.1 .cvsignore, 1.46, 1.47 man-pages.spec, 1.92, 1.93 sources, 1.45, 1.46 man-pages-2.48-fs.patch, 1.2, NONE man-pages-2.63-tgkill.patch, 1.1, NONE

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Fri Jan 11 10:40:38 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/man-pages/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7377

Modified Files:
	.cvsignore man-pages.spec sources 
Added Files:
	man-pages-2.75-tgkill.patch 
Removed Files:
	man-pages-2.48-fs.patch man-pages-2.63-tgkill.patch 
Log Message:
- update to 2.75
- remove fs page patch


man-pages-2.75-tgkill.patch:

--- NEW FILE man-pages-2.75-tgkill.patch ---
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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/.cvsignore,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- .cvsignore	17 Dec 2007 11:36:30 -0000	1.46
+++ .cvsignore	11 Jan 2008 10:40:00 -0000	1.47
@@ -2,4 +2,4 @@
 man2.tar.gz
 man2_sys2.1.tar.gz
 man-suid-bins.tar.bz2
-man-pages-2.73.tar.bz2
+man-pages-2.75.tar.bz2


Index: man-pages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/man-pages.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- man-pages.spec	17 Dec 2007 11:36:30 -0000	1.92
+++ man-pages.spec	11 Jan 2008 10:40:00 -0000	1.93
@@ -1,6 +1,6 @@
 Summary: Man (manual) pages from the Linux Documentation Project
 Name: man-pages
-Version: 2.73
+Version: 2.75
 Release: 1%{?dist}
 License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
 Group: Documentation
@@ -20,11 +20,10 @@
 # IBM-supplied man pages for suid binaries:
 Source15: man-suid-bins.tar.bz2
 Patch1: man-pages-1.51-iconv.patch
-Patch8: man-pages-2.48-fs.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.63-tgkill.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
@@ -55,7 +54,6 @@
 done
 
 %patch1 -p1
-%patch8 -p1
 %patch28 -p1
 %patch36 -p1 
 %patch37 -p1
@@ -177,6 +175,10 @@
 %lang(en) %{_mandir}/en/man*
 
 %changelog
+* Fri Jan 11 2008 Ivana Varekova <varekova at redhat.com> - 2.75-1
+- update to 2.75
+- remove fs page patch
+
 * Mon Dec 17 2007 Ivana Varekova <varekova at redhat.com> - 2.73-1
 - update to 2.73
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/sources,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- sources	17 Dec 2007 11:36:30 -0000	1.45
+++ sources	11 Jan 2008 10:40:00 -0000	1.46
@@ -2,4 +2,4 @@
 af09d031dcee66929510e078d00066f2  man2.tar.gz
 fbc03fdbc665e24961d30dad3ed8596d  man2_sys2.1.tar.gz
 a9c6a14e5b34c18c3684a0b68322572f  man-suid-bins.tar.bz2
-14cea55cb680ae5b4ba0b932f44f588d  man-pages-2.73.tar.bz2
+24659c645f0943e1f574739c0577a984  man-pages-2.75.tar.bz2


--- man-pages-2.48-fs.patch DELETED ---


--- man-pages-2.63-tgkill.patch DELETED ---




More information about the fedora-extras-commits mailing list