- update to 2.80

- Resolves: #450187 deprecate malloc_hook(3) man page
This commit is contained in:
Ivana Varekova 2008-06-10 13:52:14 +00:00
parent 20007c3165
commit 360dd346bb
4 changed files with 32 additions and 4 deletions

View File

@ -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.78.tar.bz2
man-pages-2.80.tar.bz2

View File

@ -0,0 +1,21 @@
diff -up man-pages-2.80/man3/malloc_hook.3.pom man-pages-2.80/man3/malloc_hook.3
--- man-pages-2.80/man3/malloc_hook.3.pom 2008-06-03 11:50:24.000000000 +0200
+++ man-pages-2.80/man3/malloc_hook.3 2008-06-10 15:34:04.000000000 +0200
@@ -72,6 +72,17 @@ The variable
points at a function that is called each time after
.BR sbrk (2)
was asked for more memory.
+.LP
+.BR __malloc_hook ,
+.BR __realloc_hook ,
+.BR __memalign_hook ,
+.BR __free_hook,
+.BR __malloc_initialize_hook),
+and
+.B __after_morecore_hook
+are deprecated now.
+
+
.SH "CONFORMING TO"
These functions are GNU extensions.
.SH "EXAMPLE"

View File

@ -1,7 +1,7 @@
Summary: Man (manual) pages from the Linux Documentation Project
Name: man-pages
Version: 2.78
Release: 2%{?dist}
Version: 2.80
Release: 1%{?dist}
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
Group: Documentation
URL: http://www.kernel.org/pub/linux/docs/manpages/
@ -33,6 +33,7 @@ Patch50: man-pages-2.63-iconv.patch
Patch51: man-pages-2.75-crypt.patch
Patch52: man-pages-2.76-prctl.patch
Patch53: man-pages-2.78-stream.patch
Patch54: man-pages-2.80-malloc_h.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Autoreq: false
@ -69,6 +70,7 @@ done
%patch51 -p1
%patch52 -p1
%patch53 -p1
%patch54 -p1
### And now remove those we are not going to use:
@ -179,6 +181,11 @@ rm -rf $RPM_BUILD_ROOT
%lang(en) %{_mandir}/en/man*
%changelog
* Tue Jun 10 2008 Ivana Varekova <varekova@redhat.com> - 2.80-1
- update to 2.80
- Resolves: #450187
deprecate malloc_hook(3) man page
* Fri Mar 7 2008 Ivana Varekova <varekova@redhat.com> - 2.78-2
- fix 436398:
add information about unimplemented syscalls

View File

@ -2,4 +2,4 @@
af09d031dcee66929510e078d00066f2 man2.tar.gz
fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz
a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
0b58773dbdc6eaeecadfad65b66bfb9a man-pages-2.78.tar.bz2
a8ab937d11e3c070c7958411125519b3 man-pages-2.80.tar.bz2