rpms/mingw32-pthreads/F-10 mingw32-pthreads-2.8.0-w32.patch, NONE, 1.1 mingw32-pthreads.spec, 1.2, 1.3

Levente Farkas lfarkas at fedoraproject.org
Sun Nov 15 12:11:16 UTC 2009


Author: lfarkas

Update of /cvs/pkgs/rpms/mingw32-pthreads/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15852/F-10

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


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/F-10/mingw32-pthreads.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- mingw32-pthreads.spec	27 May 2009 09:10:51 -0000	1.2
+++ mingw32-pthreads.spec	15 Nov 2009 12:11:15 -0000	1.3
@@ -9,7 +9,7 @@
 
 Name:           mingw32-pthreads
 Version:        2.8.0
-Release:        8%{?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,12 @@ 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
+
 * Fri May 22 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.8.0-8
 - Create a symlink from libpthreadGC2.a to libpthread.a because of BZ #498616
 




More information about the fedora-extras-commits mailing list