diff --git a/.gitignore b/.gitignore index fd901ba..7d271af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /man-pages-posix-2013-a.tar.xz -/man-pages-additional-20131204.tar.xz -/man-pages-3.58.tar.xz +/man-pages-additional-20140218.tar.xz +/man-pages-3.59.tar.xz diff --git a/man-pages-3.42-close.patch b/man-pages-3.42-close.patch index aea1b8a..0f6105a 100644 --- a/man-pages-3.42-close.patch +++ b/man-pages-3.42-close.patch @@ -1,7 +1,7 @@ -diff -ur man-pages-3.42.orig/man2/close.2 man-pages-3.42/man2/close.2 ---- man-pages-3.42.orig/man2/close.2 2012-08-14 00:39:35.000000000 +0200 -+++ man-pages-3.42/man2/close.2 2012-09-13 19:16:38.136978496 +0200 -@@ -114,6 +114,13 @@ +diff -up man-pages-3.59/man2/close.2.orig man-pages-3.59/man2/close.2 +--- man-pages-3.59/man2/close.2.orig 2014-02-16 08:33:52.000000000 +0100 ++++ man-pages-3.59/man2/close.2 2014-02-18 13:49:27.685917162 +0100 +@@ -120,6 +120,13 @@ other threads in the same process. Since a file descriptor may be reused, there are some obscure race conditions that may cause unintended side effects. diff --git a/man-pages-3.42-connect.patch b/man-pages-3.42-connect.patch index 4b07c13..b507dfb 100644 --- a/man-pages-3.42-connect.patch +++ b/man-pages-3.42-connect.patch @@ -1,7 +1,7 @@ -diff -ur man-pages-3.42.orig/man2/connect.2 man-pages-3.42/man2/connect.2 ---- man-pages-3.42.orig/man2/connect.2 2012-08-14 00:39:35.000000000 +0200 -+++ man-pages-3.42/man2/connect.2 2012-09-18 16:21:40.502613484 +0200 -@@ -152,14 +152,8 @@ +diff -up man-pages-3.59/man2/connect.2.orig man-pages-3.59/man2/connect.2 +--- man-pages-3.59/man2/connect.2.orig 2014-02-16 08:33:52.000000000 +0100 ++++ man-pages-3.59/man2/connect.2 2014-02-18 13:50:19.414605142 +0100 +@@ -154,14 +154,8 @@ The passed address didn't have the corre .I sa_family field. .TP diff --git a/man-pages.spec b/man-pages.spec index 3c807fd..11dc60d 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,12 +1,12 @@ %global posix_version 2013 %global posix_release a %global posix_name man-pages-posix-%{posix_version}-%{posix_release} -%global additional_version 20131204 +%global additional_version 20140218 %global additional_name man-pages-additional-%{additional_version} -Summary: Man (manual) pages from the Linux Documentation Project +Summary: Linux kernel and C library user-space interface documentation Name: man-pages -Version: 3.58 +Version: 3.59 Release: 1%{?dist} License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE Group: Documentation @@ -14,9 +14,12 @@ URL: http://www.kernel.org/doc/man-pages/ Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz # POSIX man pages Source1: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/%{posix_name}.tar.xz -# additional man-pages, the source tarball is fedora only +# additional man-pages, the source tarball is fedora/rhel only Source2: %{additional_name}.tar.xz +Autoreq: false +BuildArch: noarch + ## Patches ## # POSIX man pages @@ -32,14 +35,8 @@ Patch21: man-pages-3.42-close.patch # resolves: #392431 Patch22: man-pages-3.42-connect.patch -Autoreq: false -BuildArch: noarch -# resolves: #655961 -Conflicts: quota < 3.17-14 - %description -A large collection of man pages (documentation) from the Linux -Documentation Project (LDP). +A large collection of manual pages from the Linux Documentation Project (LDP). %prep %setup -q -a 1 -a 2 @@ -48,71 +45,49 @@ Documentation Project (LDP). %patch21 -p1 %patch22 -p1 +# rename posix README so we don't have conflict +%{__mv} %{posix_name}/README %{posix_name}/%{posix_name}.README + ## Remove man pages we are not going to use ## +# deprecated +%{__rm} man2/pciconfig_{write,read,iobase}.2 + # part of libattr-devel -rm man2/{,f,l}{get,list,remove,set}xattr.2 +%{__rm} man2/{,f,l}{get,list,remove,set}xattr.2 # problem with db x db4 (#198597) - man pages are obsolete -rm man3/{db,btree,dbopen,hash,mpool,recno}.3 - -# deprecated -rm man2/pciconfig_{write,read,iobase}.2 +%{__rm} man3/{db,btree,dbopen,hash,mpool,recno}.3 # we are not using SystemV anymore -rm man7/boot.7 +%{__rm} man7/boot.7 # we do not have sccs (#203302) -rm %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p - +%{__rm} %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p %build # nothing to build %install -%{__mv} %{posix_name}/man?p . -%{__cp} -r %{additional_name}/man* . -instdir=$RPM_BUILD_ROOT%{_mandir} -# Not all man pages are in UTF-8 -# https://bugzilla.kernel.org/show_bug.cgi?id=60807 -for sec in 0p 1 1p 2 3 3p 4 5 6 7 8; do - %{__mkdir} -p $instdir{,/en}/man$sec - for f in man$sec/*.$sec; do - case $f in - man$sec/'*'.$sec) - # this dir is empty - continue - ;; - man7/iso_8859-*.7) - enc=ISO-8859-15 - LANG=en iconv -f $enc -t utf-8 $f | \ - %{__sed} -e '1s/coding: *[^ ]* /coding: UTF-8 /' > $instdir/$f - ;; - man7/koi8-*.7 | man7/armscii-8.7 | man7/cp1251.7) - enc=${f#man7/} - enc=${enc%.7} - LANG=en iconv -f $enc -t utf-8 $f | \ - %{__sed} -e '1s/coding: *[^ ]* /coding: UTF-8 /' > $instdir/$f - ;; - *) - LANG=en iconv -f latin1 -t utf-8 -o $instdir/en/$f $f - LANG=en iconv -f utf-8 -t ascii//translit -o $instdir/$f $instdir/en/$f - cmp -s $instdir/$f $instdir/en/$f && %{__rm} $instdir/en/$f - ;; - esac - done -done - -cd %{posix_name} -%{__mv} README %{posix_name}.README -cd .. +make install DESTDIR=$RPM_BUILD_ROOT +pushd %{posix_name} +make install DESTDIR=$RPM_BUILD_ROOT +popd +pushd %{additional_name} +make install DESTDIR=$RPM_BUILD_ROOT +popd %files -%doc README man-pages-%{version}.Announce Changes %{posix_name}/POSIX-COPYRIGHT %{posix_name}/%{posix_name}.{README,Announce} +%doc README man-pages-%{version}.Announce Changes +%doc %{posix_name}/POSIX-COPYRIGHT %{posix_name}/%{posix_name}.{README,Announce} %{_mandir}/man*/* -%lang(en) %{_mandir}/en/man*/* %changelog +* Tue Feb 18 2014 Peter Schiffer - 3.59-1 +- resolves: #1066332 + updated to 3.59 +- cleaned .spec file + * Tue Feb 11 2014 Peter Schiffer - 3.58-1 - resolves: #1063754 updated to 3.58 @@ -465,650 +440,3 @@ cd .. * Wed Jun 18 2008 Ivana Varekova - 3.00-1 - update to 3.00 - source files changes - -* Wed Jun 11 2008 Ivana Varekova - 2.80-2 -- reformulate the malloc_hook patch - -* Tue Jun 10 2008 Ivana Varekova - 2.80-1 -- update to 2.80 -- Resolves: #450187 - deprecate malloc_hook(3) man page - -* Fri Mar 7 2008 Ivana Varekova - 2.78-2 -- fix 436398: - add information about unimplemented syscalls - -* 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 - -* Fri Jan 11 2008 Ivana Varekova - 2.75-2 -- update crypt.3 man page - -* Fri Jan 11 2008 Ivana Varekova - 2.75-1 -- update to 2.75 -- remove fs page patch - -* Mon Dec 17 2007 Ivana Varekova - 2.73-1 -- update to 2.73 - -* Tue Dec 4 2007 Ivana Varekova - 2.69-1 -- update to 2.69 - -* Thu Nov 22 2007 Ivana Varekova - 2.68-1 -- update to 2.68 - -* Mon Oct 22 2007 Ivana Varekova - 2.67-1 -- update to 2.67 - -* Tue Oct 9 2007 Ivana Varekova - 2.66-1 -- update to 2.66 -- add proc man-page patch - -* Tue Sep 18 2007 Ivana Varekova - 2.65-1 -- update to 2.65 - -* Tue Aug 14 2007 Ivana Varekova - 2.64-1 -- update to 2.64 -- remove obsolete patch - -* Tue Aug 7 2007 Ivana Varekova - 2.63-3 -- add iconv patch (245040) - thanks to Josef Kubin - -* Fri Jul 20 2007 Ivana Varekova - 2.63-2 -- Resolves: #248655 - add getent patch (thanks Ville Skyttä) - -* Fri Jul 20 2007 Ivana Varekova - 2.63-1 -- update to 2.63 - -* Tue Jun 26 2007 Ivana Varekova - 2.55-3 -- remove ncsa_auth.8 - -* Mon Jun 11 2007 Stepan Kasal - 2.55-2 -- Add man-suid-bins.tar.bz2 and uuname.1 to document suid binaries - (submitted through bug #196352). -- Add man-pages-2.51-sched_setaffinity.patch, fixing the prototypes. -- Remove sccs-related man pages. -- Add man-pages-2.55-syscalls-2.6.9.patch, updating syscalls.2 to kernel - version 2.6.9. -- Add man-pages-2.55-clone2.patch; s/clone2/__&/, clone2 is not exported. -- Add man-pages-2.55-signal.patch; SIGRTMIN is not constant. - -* Mon Jun 11 2007 Ivana Varekova - 2.55-1 -- update to 2.55 - -* Mon Jun 4 2007 Stepan Kasal - 2.51-4 -- Simplify the build and install phases; pages are now recoded during the - install. -- Move the "rm" commands from build to prep. -- Add man-pages-2.51-epoll_pwait.patch to fix a circular link. - -* Mon Jun 4 2007 Stepan Kasal - 2.51-3 -- Add man-pages-2.51-nscd-conf.patch, fixes #204596 -- Fix typos, man-pages-2.51-typos.patch - -* Thu May 31 2007 Ivana Varekova 2.51-2 -- remove mount page patch -- fix mmap patch - -* Wed May 30 2007 Ivana Varekova 2.51-1 -- update to 2.51 - -* Mon May 21 2007 Ivana Varekova 2.49-1 -- update to 2.49 - -* Fri May 11 2007 Ivana Varekova 2.48-1 -- update to 2.48 - -* Mon Apr 30 2007 Ivana Varekova 2.46-1 -- update to 2.46 - -* Wed Apr 11 2007 Ivana Varekova 2.44-1 -- update to 2.44 - -* Mon Apr 2 2007 Steve Dickson 2.43-12 -- Remove the rpcinfo man page (#228894). - -* Fri Mar 16 2007 Ivana Varekova 2.43-11 -- Resolves: 230899 - Error in the man-pages.spec file: incorrect encoding convertation - -* Mon Mar 12 2007 Ivana Varekova 2.43-10 -- change the default buildroot - -* Mon Mar 12 2007 Ivana Varekova 2.43-9 -- add lang macro - -* Tue Feb 27 2007 Ivana Varekova 2.43-8 -- fix 229870 - bug in fadvise(2) -- fix 229204 - bug in passwd(5) - -* Thu Feb 15 2007 Ivana Varekova 2.43-7 -- fix rand.3 man page (#228662) - thanks Mark Summerfield - -* Tue Feb 13 2007 Ivana Varekova 2.43-6 -- Resolves: 227260 - fix iso-8859 (koi8-r) man pages - -* Mon Jan 29 2007 Ivana Varekova 2.43-4 -- fix rt_sigprocmask.2 (#219074) -- remove pciconfig_{read,write,iobase}.2 (#219827) -- fix swapon.2 (#222493) - -* Fri Jan 12 2007 Ivana Varekova 2.43-3 -- fix mmap2 man page -- spec file cleanup - -* Fri Dec 8 2006 Ivana Varekova 2.43-2 -- remove old/wrong patches -- fix tgkill/tkill man pages inconsistency - -* Fri Dec 1 2006 Ivana Varekova 2.43-1 -- update to 2.43 -- fix mount.2 man page (#211608) - -* Fri Oct 20 2006 Ivana Varekova 2.41-2 -- fix mmap(2) man page - -* Fri Oct 20 2006 Ivana Varekova 2.41-1 -- update to 2.41 - -* Mon Oct 2 2006 Ivana Varekova 2.39-6 -- add getunwind.2, kexec_load.2, move_pages.2, perfmonctl.2, - spu_create.2, spufs.2, spu_run.2 and vserver.2 man pages - -* Mon Aug 28 2006 Ivana Varekova 2.39-5 -- add the description clone2 syscall to clone.2 man page -- add multiplexer.2 man page - -* Wed Aug 23 2006 Ivana Varekova 2.39-4 -- add (get/set)_robust_list.2 man pages -- add add_key.2, keyctl.2, request_key.2 man pages - (removed from keyutils-libs-devel package) -- add tux.2 man page - (removed from tux package) - -* Mon Aug 14 2006 Marcela Maslanova 2.39-3 -- fix same bug better - -* Wed Aug 09 2006 Marcela Maslanova 2.39-2 -- fix(#200681) typo - -* Wed Aug 09 2006 Marcela Maslanova 2.39-1 -- new version 2.39 - -* Thu Jul 20 2006 Marcela Maslanova 2.36-2 -- fix (#198903) - -* Fri Jul 14 2006 Ivana Varekova 2.36-1 -- add nscd_conf options (nscd_conf.patch) -- added {create,query}_module.2, get_kernel_syms.2 man-pages -- added nscd, getrlimit, libaio and write patch -- remove sigprocmask patch -- update to 2.36 - -* Thu Jul 13 2006 Marcela Maslanova 2.34-3 -- fix small typo (#198663) - -* Wed Jul 12 2006 Ivana Varekova 2.34-2 -- remove btree, dbopen, hash, mpool and recno man-pages - (#198597) - -* Thu Jun 29 2006 Ivana Varekova 2.34-1 -- update to 2.34 -- add inet patch (#189147) - -* Fri May 26 2006 Ivana Varekova 2.32-2 -- add nss.5 man page (#192142) -- add the man-pages directories (#192998) - -* Mon May 15 2006 Ivana Varekova 2.32-1 -- update to 2.32 -- add gai.conf.5 man page (#191656) - -* Tue Apr 18 2006 Ivana Varekova 2.29-1 -- update to 2.29 -- fix sigprocmask(2) man page (#189121) - -* Thu Mar 16 2006 Ivana Varekova 2.25-2 -- fix MALLOC_CHECK_ description (#185502) - -* Tue Mar 14 2006 Ivana Varekova 2.25-1 -- update to 2.25 -- remove mbind and set_mempolicy files -- fix dbopen man page (#185310) - -* Mon Jan 16 2006 Ivana Varekova 2.21-1 -- update to 2.21 -- add the description of reload-count option (nscd.conf - man page - bug 177368) - -* Fri Jan 6 2006 Ivana Varekova 2.20-1 -- update to 2.20 - -* Tue Dec 13 2005 Ivana Varekova 2.16-2 -- fix bug 174628 - mmap(2) CAN return mappings at location 0 - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Thu Dec 8 2005 Ivana Varekova 2.16-1 -- update to 2.16 - -* Thu Nov 10 2005 Ivana Varekova 2.13-1 -- update to 2.13 - -* Mon Oct 10 2005 Ivana Varekova 2.08-1 -- update to 2.08 - -* Thu Sep 29 2005 Ivana Varekova 2.07-7 -- fix typo in nsswitch.conf man page (bug 169309) - -* Thu Sep 29 2005 Ivana Varekova 2.07-6 -- man pages updated for new audit system (added missing man-pages -of some syscalls) (see bug 159225) - -* Tue Sep 13 2005 Ivana Varekova 2.07-5 -- change termcap SEE ALSO part - bug 168131 - -* Mon Sep 12 2005 Ivana Varekova 2.07-3 -- fix socket.7 man page - fix information about SO_RCVLOWAT option - (bug 163120) - -* Tue Aug 23 2005 Ivana Varekova 2.07-2 -- add sln.8 man page (bug 10601) - -* Mon Aug 8 2005 Ivana Varekova 2.07-1 -- update to 2.07 - -* Mon Jul 04 2005 Jiri Ryska 2.05-1 -- update to 2.05 -- atanh(3) fix -- issue(5) fix -- ldd(1) fix -- removed man1p/{compress,uncompress,renice}.1p - -* Mon Apr 4 2005 Jiri Ryska 1.67-7 -- io_setup() and io_destroy() pages now refers to header file -- fixed types for struct shmid_ds in shmget(2) and shmctl(2) -- fixed pages for readv(2) and writev(2) - -* Mon Mar 7 2005 Jindrich Novy 1.67-6 -- unify fs.5 patches together to get rid of the bogus - fs.5.orig.gz shipped among man5 pages -- bump release to 6 to avoid conflicts with RHEL4/FC3 man-pages - -* Wed Aug 25 2004 Adrian Havill 1.67-3 -- make resolver clearer and less bind-focused (#126696) - -* Fri Aug 20 2004 Adrian Havill 1.67-2 -- updated to latest -- getrpcent/setrpcent typo (#73836) -- add new resolver.5 page (#126557) -- add SHM_HUGETLB option to shmget (#128837) - -* Tue Jun 15 2004 Elliot Lee -- rebuilt - -* Fri Apr 16 2004 Adrian Havill 1.66-3 -- fixed minor typo (#118169) - -* Fri Feb 13 2004 Elliot Lee -- rebuilt - -* Wed Feb 11 2004 Adrian Havill 1.66-1 -- update to 1.66 -- add posix section processing for sections 0p, 1p, 3p (#114584) - -* Mon Dec 15 2003 Adrian Havill 1.64-2 -- update to 1.64 -- convert iso-8859-1 en locale pages to UTF-8 for fc2 (#108991) - -* Wed Sep 24 2003 Adrian Havill 1.60-4.1 -- bump n-v-r - -* Wed Sep 24 2003 Adrian Havill 1.60-4 -- transliterated ALL pages with latin-1 characters that would be - displayed as either a fallback from a ascii-superset locale or - from the POSIX locale into ascii (according to glibc transliteration - data for locale "en"). pages with non-ascii are moved into the "en" - locale. (#103214) - -* Thu Aug 28 2003 Adrian Havill 1.60-2 -- transliterated Lichtmaier's first name for the sake of iconv (#103214) - -* Thu Aug 28 2003 Adrian Havill 1.60-1.1 -- bumped n-v-r - -* Thu Aug 28 2003 Adrian Havill 1.60-1 -- bumped version, removed no longer needed patches -- added #define for re_comp() and re_exec() (#79703) -- fixed typo in Era format specifier (#80025) -- fixed ftell info for fopen with mode "a+" (#81359) -- fixed prototype for shmget() (#86258) -- fixed spelling in wait.2 (#86450) -- obsoleted _init and _fini in dlopen() (#88408) -- fixed and merged double ext3 descriptions (#103198) -- issue to refer to mingetty (#86248) -- synced man page with actual ld params (#97176) - -* Fri Aug 01 2003 Elliot Lee 1.58-2 -- Remove libattr conflicts - -* Wed Jul 30 2003 Adrian Havill 1.58-1 -- Bumped version (which also solves n-v-r conflict with RHEL) - -* Fri Jul 11 2003 Ernie Petrides -- Modify mlock.2, mlockall.2, and shmctl.2 for change to locking - permission semantics made in kernel's linux-2.4.21-mlock.patch. - -* Tue Apr 29 2003 Ernie Petrides -- Modify semop.2 for new semtimedop(2) and add semtimedop.2 link. - -* Wed Jan 22 2003 Tim Powers -- rebuilt - -* Wed Dec 11 2002 Tim Powers 1.53-2 -- rebuild - -* Tue Aug 27 2002 Trond Eivind Glomsrød 1.53-1 -- 1.53 -- Fix #71750, #72754 - -* Thu Jul 25 2002 Trond Eivind Glomsrød 1.52-2 -- Fix reference in rpcgen(1) - #69740 - -* Wed Jul 24 2002 Trond Eivind Glomsrød 1.52-1 -- 1.52 - -* Thu Jul 18 2002 Trond Eivind Glomsrød 1.51-5 -- Fix #63547 - -* Tue Jul 9 2002 Trond Eivind Glomsrød 1.51-4 -- Mentium mem=nopentium in bootparam(7) - #60487 - -* Fri Jun 21 2002 Tim Powers -- automated rebuild - -* Wed Jun 12 2002 Trond Eivind Glomsrød 1.51-2 -- Fix to iconv(1) - #66441 - -* Tue Jun 11 2002 Trond Eivind Glomsrød 1.51-1 -- 1.51 - -* Thu Jun 6 2002 Trond Eivind Glomsrød 1.50-1 -- 1.50 - -* Wed May 29 2002 Trond Eivind Glomsrød 1.48-4 -- Bump - -* Thu May 23 2002 Trond Eivind Glomsrød 1.48-3 -- Ret value of iconv(3) was wrong (#65375) - -* Thu Apr 4 2002 Trond Eivind Glomsrød 1.48-2 -- Remove getipnodebyname, getipnodebyname, freehostent - they were - only briefly part of a glibc devel version (#62646) - -* Wed Mar 13 2002 Trond Eivind Glomsrød 1.48-1 -- 1.48 - -* Thu Feb 21 2002 Trond Eivind Glomsrød 1.47-2 -- Rebuild - -* Tue Jan 15 2002 Trond Eivind Glomsrød 1.47-1 -- 1.47 - -* Wed Jan 09 2002 Tim Powers -- automated rebuild - -* Thu Dec 6 2001 Trond Eivind Glomsrød 1.44-2 -- Add entry on ext3 in fs.5 (#55945) - -* Tue Dec 4 2001 Trond Eivind Glomsrød 1.44-1 -- 1.44 -- No patches required anymore - get rid of them. - -* Thu Nov 15 2001 Trond Eivind Glomsrød 1.43-2 -- Fix docs for setresuid/setresgid (#56038) - -* Thu Nov 8 2001 Trond Eivind Glomsrød 1.43-1 -- 1.43 - -* Tue Oct 23 2001 Trond Eivind Glomsrød 1.42-1 -- 1.42 - -* Mon Oct 15 2001 Trond Eivind Glomsrød 1.41-1 -- 1.41 -- Remove bug section in llseek.2, which claimed ext2 don't support - files bigger than 2 GB (#54569) - -* Tue Sep 25 2001 Trond Eivind Glomsrød 1.40-1 -- 1.40. Remove now included patches. - -* Tue Sep 4 2001 Trond Eivind Glomsrød 1.39-2 -- New strptime.3, from the ftp site. Matches glibc better. -- Fix missing .br in netdevices.7 (#53091) - -* Tue Aug 7 2001 Trond Eivind Glomsrød -- 1.39 -- Drop obsolete patches - -* Tue Jul 24 2001 Trond Eivind Glomsrød -- s/NSF/NFS/ in initrd.4 - (#48322) - -* Mon Jul 2 2001 Trond Eivind Glomsrød -- regcomp and friends support collating elements now (#46939) - -* Thu Jun 21 2001 Trond Eivind Glomsrød -- 1.38 - -* Fri Jun 8 2001 Trond Eivind Glomsrød -- 1.37 - -* Thu Jun 7 2001 Trond Eivind Glomsrød -- Remove capset(2) - part of libcap (#43828) - -* Fri Jun 1 2001 Trond Eivind Glomsrød -- Remove diff.1 - let diffutils include it instead -- Remove capget.2 - it's included in libcap -- Keep resolv.conf.5 - it's useful on systems without bind packages -- Fix bootparam.7 (patch from Tim Waugh (twaugh@redhat.com) - -* Tue May 22 2001 Trond Eivind Glomsrød -- 1.36 -- drop some old patches, redo others - -* Thu May 17 2001 Trond Eivind Glomsrød -- Work around bug in groff for latin1.7 (#41118) - -* Wed Apr 4 2001 Trond Eivind Glomsrød -- use MS_SYNCHRONOUS instead of MS_SYNC in mount(2) (#34665) - -* Tue Apr 3 2001 Trond Eivind Glomsrød -- roff fixes to multiple man pages - -* Mon Apr 2 2001 Trond Eivind Glomsrød -- correct the URL for unicode in the charset manpage (#34291) -- roff fixes -- redo iconv patch, so we don't get a .orig from patch because of - a two line offset - -* Fri Mar 30 2001 Trond Eivind Glomsrød -- remove resolv.conf (bind-utils) and infnan (obsolete - #34171) - -* Wed Mar 28 2001 Trond Eivind Glomsrød -- resurrect getnetent(3) - -* Sun Mar 25 2001 Trond Eivind Glomsrød -- 1.35, obsoletes patch for strsep -- move rpcinfo to section 8 (#33114) - -* Fri Mar 9 2001 Trond Eivind Glomsrød -- Include man-pages on locales (#29713) - -* Tue Feb 13 2001 Trond Eivind Glomsrød -- fix return value of strsep(3) call (#24789) - -* Mon Jan 15 2001 Trond Eivind Glomsrød -- 1.34 - -* Fri Dec 15 2000 Trond Eivind Glomsrød -- 1.33 -- obsolete some old, now included patches -- remove netman-cvs, it's now older than the mainstream - -* Tue Nov 21 2000 Trond Eivind Glomsrød -- Identify two of the macros in stat(2) as GNU, not POSIX. (#21169) - -* Wed Nov 08 2000 Trond Eivind Glomsrød -- don't delete the man pages for dlopen() and friends, - they are no longer part of another package -- include man pages for ld* - -* Tue Oct 24 2000 Trond Eivind Glomsrød -- remove const from iconv function prototype (#19486) - -* Tue Aug 29 2000 Trond Eivind Glomsrød -- reference wctype(3) instead of non-existing ctype(3) - from regex(7) (#17037) -- 1.31 - -* Sun Aug 27 2000 Trond Eivind Glomsrød -- remove lilo man pages (now included in package) - (#16984) - -* Fri Aug 04 2000 Trond Eivind Glomsrød -- fixed bad header specification (#15364) -- removed obsolete patches from package -- updated the rest - -* Wed Jul 12 2000 Prospector -- automatic rebuild - -* Mon Jun 19 2000 Matt Wilson -- defattr before docs in filelist - -* Sat Jun 17 2000 Trond Eivind Glomsrød -- updated to 1.30 - -* Tue Jun 06 2000 Trond Eivind Glomsrød -- use %%{_tmppath} - -* Wed May 31 2000 Trond Eivind Glomsrød -- remove resolv.conf(5) - part of bind-utils - -* Tue May 30 2000 Trond Eivind Glomsrød -- Remove resolver, dlclose, dlerror, dlopen, dlsym as these - are included in other packages. - -* Tue May 30 2000 Trond Eivind Glomsrød -- use %%{_mandir) instead of /usr/man -- verify and fix bug in mmap man page (#7382) -- verify and fix missing data in recvfrom man page (#1736) -- verify and fix missing data in putw man page (#10104) -- fixed sendfile(2) man page (#5599) -- fixed tzset man page (#11623) - -* Mon May 15 2000 Trond Eivind Glomsrød -- updated to 1.29 -- split off other languages into separate RPMS - -* Thu Mar 16 2000 Florian La Roche -- do not use group "man" - -* Fri Mar 03 2000 Cristian Gafton -- don't apply the netman-cvs man pages anymore, as they seem to be really - out of date - -* Sat Feb 05 2000 Cristian Gafton -- put back man3/resolver.3 - -* Fri Feb 04 2000 Cristian Gafton -- remove non-man pages (#7814) - -* Fri Feb 4 2000 Matt Wilson -- exclude dir.1 and vdir.1 (these are in the fileutils package) - -* Thu Feb 03 2000 Cristian Gafton -- version 1.28 - -* Fri Nov 05 1999 Michael K. Johnson -- Fixed SIGILL, SIGQUIT in signals.7 - -* Wed Oct 06 1999 Cristian Gafton -- fix man page for getcwd - -* Wed Sep 22 1999 Cristian Gafton -- added man pages for set/getcontext - -* Tue Sep 14 1999 Bill Nottingham -- remove some bad man pages - -* Mon Sep 13 1999 Preston Brown -- czech, german, spanish, russian man pages - -* Thu Sep 09 1999 Cristian Gafton -- version 1.26 -- add french man pages -- add italian man pages - -* Fri Jul 23 1999 Jeff Johnson -- update to 1.25. - -* Fri Apr 16 1999 Cristian Gafton -- fiox man page fro ftw - -* Mon Apr 05 1999 Cristian Gafton -- spellnig fixse - -* Tue Mar 30 1999 Bill Nottingham -- updated to 1.23 - -* Thu Mar 25 1999 Cristian Gafton -- added kernel net manpages - -* Mon Mar 22 1999 Erik Troan -- updated printf man page -- added rpcgen man page - -* Sun Mar 21 1999 Cristian Gafton -- auto rebuild in the new build environment (release 6) - -* Thu Mar 18 1999 Cristian Gafton -- leave the lilo man pages alone (oops) - -* Fri Feb 12 1999 Michael Maher -- fixed bug #413 - -* Mon Jan 18 1999 Cristian Gafton -- remove lilo man pages too -- got rebuilt for 6.0 - -* Tue Sep 08 1998 Cristian Gafton -- version 1.21 - -* Sat Jun 20 1998 Jeff Johnson -- updated to 1.20 - -* Wed May 06 1998 Cristian Gafton -- get rid of the modutils man pages -- updated to 1.19 - -* Fri Apr 24 1998 Prospector System -- translations modified for de, fr, tr - -* Wed Apr 08 1998 Erik Troan -- updated to 1.18 - -* Sun Oct 19 1997 Erik Troan -- updated to 1.17 -- moved build root to /var - -* Thu Jul 31 1997 Erik Troan -- made a noarch package diff --git a/sources b/sources index 227a96f..0ee25f0 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 825fde78e6fddd02426ecdd50e2cbe0d man-pages-posix-2013-a.tar.xz -ff3655a145cfc50eddc1f15f6ef41d81 man-pages-additional-20131204.tar.xz -539698a70e0338551d22c24011c03186 man-pages-3.58.tar.xz +dbd7fac6b9f9d39f0667138ad841c4b9 man-pages-additional-20140218.tar.xz +d8e4d8287a76ee861351b905044c8e92 man-pages-3.59.tar.xz