hi,
i don't know whether i send this patch?
this is the update to the latest cvs of pthreads (eg for mingw64).

-- 
  Levente                               "Si vis pacem para bellum!"
Index: mingw32-pthreads.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-pthreads/devel/mingw32-pthreads.spec,v
retrieving revision 1.1
diff -u -r1.1 mingw32-pthreads.spec
--- mingw32-pthreads.spec       14 Jan 2009 09:45:11 -0000      1.1
+++ mingw32-pthreads.spec       16 Feb 2009 10:13:43 -0000
@@ -7,9 +7,11 @@
 # The tests take ages to run and require Wine.
 %define run_tests 0
 
+%define cvs_date 20090213
+
 Name:           mingw32-pthreads
 Version:        2.8.0
-Release:        4%{?dist}
+Release:        5.%{cvs_date}%{?dist}
 Summary:        MinGW pthread library
 
 %define crazy_version %(echo %{version}|tr . -)
@@ -17,7 +19,12 @@
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://sourceware.org/pthreads-win32/
-Source0:        
ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-%{crazy_version}-release.tar.gz
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+#  cvs -d :pserver:[email protected]:/cvs/pthreads-win32 checkout -D 
%{cvs_date} pthreads
+#  tar czvf pthreads-%{cvs_date}.tar.gz pthreads
+#Source0:        
ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-%{crazy_version}-release.tar.gz
+Source0:        
ftp://sourceware.org/pub/pthreads-win32/pthreads-%{cvs_date}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -52,7 +59,7 @@
 
 
 %prep
-%setup -q -n pthreads-w32-%{crazy_version}-release
+%setup -q -n pthreads
 
 %patch0 -p1
 %patch1 -p1
@@ -109,6 +116,9 @@
 
 
 %changelog
+* Fri Feb 13 2009 Levente Farkas <[email protected]> - 2.8.0-5.20090213
+- update to the cvs version
+
 * Tue Jan 13 2009 Richard W.M. Jones <[email protected]> - 2.8.0-4
 - Cleanup to the spec file, no functional changes.
 
_______________________________________________
fedora-mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw

Reply via email to