rpms/mingw32-pthreads/devel mingw32-pthreads-2.8.0-w32.patch, NONE, 1.1 mingw32-pthreads.spec, 1.6, 1.7

Levente Farkas lfarkas at fedoraproject.org
Sun Nov 15 11:24:33 UTC 2009


Author: lfarkas

Update of /cvs/pkgs/rpms/mingw32-pthreads/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1602

Modified Files:
	mingw32-pthreads.spec 
Added Files:
	mingw32-pthreads-2.8.0-w32.patch 
Log Message:
add mingw32-pthreads-2.8.0-w32.patch


mingw32-pthreads-2.8.0-w32.patch:
 sched.h |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE mingw32-pthreads-2.8.0-w32.patch ---
--- ./sched.h	2009-05-18 15:15:33.893366500 -0700
+++ ./sched.h	2009-01-29 19:17:29.010338200 -0800
@@ -119,6 +119,8 @@
 #  include <sys/types.h>
 /* Required by Unix 98 */
 #  include <time.h>
+#else
+typedef int pid_t;
 #endif /* PTW32_LEVEL >= PTW32_LEVEL_MAX */
 #else
 typedef int pid_t;


Index: mingw32-pthreads.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-pthreads/devel/mingw32-pthreads.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- mingw32-pthreads.spec	25 Jul 2009 14:29:58 -0000	1.6
+++ mingw32-pthreads.spec	15 Nov 2009 11:24:33 -0000	1.7
@@ -9,7 +9,7 @@
 
 Name:           mingw32-pthreads
 Version:        2.8.0
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        MinGW pthread library
 
 %define crazy_version %(echo %{version}|tr . -)
@@ -25,6 +25,7 @@ BuildArch:      noarch
 Patch0:         mingw32-pthreads-2.8.0-use-wine-for-tests.patch
 Patch1:         mingw32-pthreads-2.8.0-no-failing-tests.patch
 Patch2:		mingw32-pthreads-flags.patch
+Patch3:		mingw32-pthreads-2.8.0-w32.patch
 
 BuildRequires:  mingw32-filesystem >= 49
 BuildRequires:  mingw32-gcc
@@ -57,6 +58,7 @@ high-quality solution to this problem.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 
 %build
@@ -113,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Nov 15 2009 Levente Farkas <lfarkas at lfarkas.org> - 2.8.0-10
+- added mingw32-pthreads-2.8.0-w32.patch
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8.0-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list