From 9a437fa29a01c48497ac6e03f2cc294a2a3310ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 14 Aug 2006 16:48:18 +0000 Subject: [PATCH] --- 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); --- man-pages.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man-pages.spec b/man-pages.spec index e40abb2..301d3ce 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,7 +1,7 @@ Summary: Man (manual) pages from the Linux Documentation Project. Name: man-pages Version: 2.39 -Release: 2 +Release: 3 License: distributable Group: Documentation 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 Patch32: man-pages-2.34-wait16.patch Patch33: man-pages-2.39-typo.patch +Patch34: man-pages-2.39-puned.patch Buildroot: %{_tmppath}/%{name}-%{version}-root Autoreq: false @@ -75,6 +76,7 @@ tar xzf %{SOURCE11} %patch31 -p1 %patch32 -p1 %patch33 -p1 +%patch34 -p1 %build @@ -174,6 +176,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/en/man* %changelog +* 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