--- man-pages-2.39/man3/dlopen.3.puned 2006-08-11 10:24:33.000000000 +0200
man-pages-2.39/man3/dlopen.3 2006-08-14 18:37:19.000000000 +0200 @@ -370,7 +370,7 @@ dlerror(); /* Clear any existing error */ .\" This is the (somewhat ugly) POSIX.1-2003 (TC1) fix for .\" the dlsym() casting problem - *(void **) (&cosine) = dlsym(handle, "cos"); cosine = dlsym(handle, "cos"); if ((error = dlerror()) != NULL) { fprintf (stderr, "%s\en", error); exit(1);
This commit is contained in:
parent
3c6590f1d8
commit
9a437fa29a
@ -1,7 +1,7 @@
|
|||||||
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.39
|
Version: 2.39
|
||||||
Release: 2
|
Release: 3
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
|
||||||
@ -34,6 +34,7 @@ Patch30: man-pages-2.34-libaio-includes.patch
|
|||||||
Patch31: man-pages-2.34-write.patch
|
Patch31: man-pages-2.34-write.patch
|
||||||
Patch32: man-pages-2.34-wait16.patch
|
Patch32: man-pages-2.34-wait16.patch
|
||||||
Patch33: man-pages-2.39-typo.patch
|
Patch33: man-pages-2.39-typo.patch
|
||||||
|
Patch34: man-pages-2.39-puned.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Autoreq: false
|
Autoreq: false
|
||||||
@ -75,6 +76,7 @@ tar xzf %{SOURCE11}
|
|||||||
%patch31 -p1
|
%patch31 -p1
|
||||||
%patch32 -p1
|
%patch32 -p1
|
||||||
%patch33 -p1
|
%patch33 -p1
|
||||||
|
%patch34 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -174,6 +176,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/en/man*
|
%{_mandir}/en/man*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 14 2006 Marcela Maslanova <mmaslano@redhat.com> 2.39-3
|
||||||
|
- fix same bug better
|
||||||
|
|
||||||
* Wed Aug 09 2006 Marcela Maslanova <mmaslano@redhat.com> 2.39-2
|
* Wed Aug 09 2006 Marcela Maslanova <mmaslano@redhat.com> 2.39-2
|
||||||
- fix(#200681) typo
|
- fix(#200681) typo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user