- update to 2.75
- remove fs page patch
This commit is contained in:
parent
0af47a34ba
commit
fb8d9ccf4d
@ -2,4 +2,4 @@ man-pages-extralocale.tar.bz2
|
|||||||
man2.tar.gz
|
man2.tar.gz
|
||||||
man2_sys2.1.tar.gz
|
man2_sys2.1.tar.gz
|
||||||
man-suid-bins.tar.bz2
|
man-suid-bins.tar.bz2
|
||||||
man-pages-2.73.tar.bz2
|
man-pages-2.75.tar.bz2
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
--- man-pages-2.48/man5/filesystems.5.pom 2007-04-13 00:42:49.000000000 +0200
|
|
||||||
+++ man-pages-2.48/man5/filesystems.5 2007-05-11 10:08:43.000000000 +0200
|
|
||||||
@@ -73,7 +73,10 @@
|
|
||||||
.B ext3
|
|
||||||
is a journaling version of the ext2 filesystem.
|
|
||||||
It is easy to
|
|
||||||
-switch back and forth between ext2 and ext3.
|
|
||||||
+switch back and forth between ext2 and ext3. ext3 offers the most
|
|
||||||
+complete set of journaling options available among journaling
|
|
||||||
+filesystems.
|
|
||||||
+.\"----------------------------------------------------------------------
|
|
||||||
.TP
|
|
||||||
.B xiafs
|
|
||||||
was designed and implemented to be a stable, safe filesystem by
|
|
@ -1,5 +1,6 @@
|
|||||||
--- man-pages-2.63/man2/tkill.2.pom 2007-06-22 22:40:07.000000000 +0200
|
diff -up man-pages-2.75/man2/tkill.2.pom man-pages-2.75/man2/tkill.2
|
||||||
+++ man-pages-2.63/man2/tkill.2 2007-08-01 11:42:23.000000000 +0200
|
--- 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 @@
|
@@ -25,12 +25,10 @@
|
||||||
.\"
|
.\"
|
||||||
.TH TKILL 2 2007-06-01 "Linux" "Linux Programmer's Manual"
|
.TH TKILL 2 2007-06-01 "Linux" "Linux Programmer's Manual"
|
||||||
@ -44,8 +45,8 @@
|
|||||||
.BR tkill ()
|
.BR tkill ()
|
||||||
-and
|
-and
|
||||||
-.BR tgkill ()
|
-.BR tgkill ()
|
||||||
-are Linux specific and should not be used
|
-are Linux-specific and should not be used
|
||||||
+is Linux specific and should not be used
|
+is Linux-specific and should not be used
|
||||||
in programs that are intended to be portable.
|
in programs that are intended to be portable.
|
||||||
.SH NOTES
|
.SH NOTES
|
||||||
Glibc does not provide wrapper for these system calls; call them using
|
Glibc does not provide wrapper for these system calls; call them using
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Man (manual) pages from the Linux Documentation Project
|
Summary: Man (manual) pages from the Linux Documentation Project
|
||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 2.73
|
Version: 2.75
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
|
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
@ -20,11 +20,10 @@ Source14: man2_sys2.1.tar.gz
|
|||||||
# IBM-supplied man pages for suid binaries:
|
# IBM-supplied man pages for suid binaries:
|
||||||
Source15: man-suid-bins.tar.bz2
|
Source15: man-suid-bins.tar.bz2
|
||||||
Patch1: man-pages-1.51-iconv.patch
|
Patch1: man-pages-1.51-iconv.patch
|
||||||
Patch8: man-pages-2.48-fs.patch
|
|
||||||
Patch28: man-pages-2.46-nscd.patch
|
Patch28: man-pages-2.46-nscd.patch
|
||||||
Patch36: man-pages-2.63-unimplemented.patch
|
Patch36: man-pages-2.63-unimplemented.patch
|
||||||
Patch37: man-pages-2.51-mmap.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
|
Patch41: man-pages-2.43-rt_spm.patch
|
||||||
Patch44: man-pages-2.43-fadvise.patch
|
Patch44: man-pages-2.43-fadvise.patch
|
||||||
Patch45: man-pages-2.48-passwd.patch
|
Patch45: man-pages-2.48-passwd.patch
|
||||||
@ -55,7 +54,6 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch8 -p1
|
|
||||||
%patch28 -p1
|
%patch28 -p1
|
||||||
%patch36 -p1
|
%patch36 -p1
|
||||||
%patch37 -p1
|
%patch37 -p1
|
||||||
@ -177,6 +175,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%lang(en) %{_mandir}/en/man*
|
%lang(en) %{_mandir}/en/man*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 11 2008 Ivana Varekova <varekova@redhat.com> - 2.75-1
|
||||||
|
- update to 2.75
|
||||||
|
- remove fs page patch
|
||||||
|
|
||||||
* Mon Dec 17 2007 Ivana Varekova <varekova@redhat.com> - 2.73-1
|
* Mon Dec 17 2007 Ivana Varekova <varekova@redhat.com> - 2.73-1
|
||||||
- update to 2.73
|
- update to 2.73
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -2,4 +2,4 @@
|
|||||||
af09d031dcee66929510e078d00066f2 man2.tar.gz
|
af09d031dcee66929510e078d00066f2 man2.tar.gz
|
||||||
fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz
|
fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz
|
||||||
a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
|
a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
|
||||||
14cea55cb680ae5b4ba0b932f44f588d man-pages-2.73.tar.bz2
|
24659c645f0943e1f574739c0577a984 man-pages-2.75.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user