commit 18491d60648ad9c3f291650bd52a69056a9ed1ca
Author: Nicola Fontana <ntd(a)entidi.it>
Date: Thu Apr 11 17:39:29 2013 +0100
Removed sed substitutions
mingw-pthreads.spec | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/mingw-pthreads.spec b/mingw-pthreads.spec
index 3127710..225827c 100644
--- a/mingw-pthreads.spec
+++ b/mingw-pthreads.spec
@@ -135,10 +135,6 @@ mv ANNOUNCE BUGS ChangeLog CONTRIBUTORS COPYING COPYING.LIB ..
mv FAQ MAINTAINERS NEWS PROGRESS README README.NONPORTABLE TODO ..
popd
-# Use the correct compilers
-sed -i s/"target = "/"target = %{mingw32_target}"/ build_win32/GNUmakefile
-sed -i s/"target = "/"target = %{mingw64_target}"/ build_win64/GNUmakefile
-
%build
pushd build_win32
@@ -246,6 +242,9 @@ ln -s libpthreadGC2.dll.a $RPM_BUILD_ROOT%{mingw64_libdir}/libpthread.dll.a
%changelog
+* Thu Apr 11 2013 Nicola Fontana <ntd(a)entidi.it> - 2.8.0-23.20110511cvs
+- Removed sed substitutions
+
* Sun Jan 27 2013 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 2.8.0-23.20110511cvs
- Rebuild against mingw-gcc 4.8 (win64 uses SEH exceptions now)