rpms/mingw32-filesystem/devel mingw32-filesystem.spec, 1.3, 1.4 mingw32-macros.mingw32, 1.2, 1.3

Richard W.M. Jones rjones at fedoraproject.org
Wed Nov 19 18:02:51 UTC 2008


Author: rjones

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

Modified Files:
	mingw32-filesystem.spec mingw32-macros.mingw32 
Log Message:
Revert part of the 36-1 patch.  --build option to configure was wrong.


Index: mingw32-filesystem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/mingw32-filesystem.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mingw32-filesystem.spec	19 Nov 2008 15:33:30 -0000	1.3
+++ mingw32-filesystem.spec	19 Nov 2008 18:02:20 -0000	1.4
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           mingw32-filesystem
-Version:        36
+Version:        37
 Release:        1%{?dist}
 Summary:        MinGW base filesystem and environment
 
@@ -136,6 +136,9 @@
 
 
 %changelog
+* Wed Nov 19 2008 Richard Jones <rjones at redhat.com> - 37-1
+- Revert part of the 36-1 patch.  --build option to configure was wrong.
+
 * Wed Nov 19 2008 Richard Jones <rjones at redhat.com> - 36-1
 - Greatly improved macros (Levente Farkas).
 - Added -mms-bitfields.


Index: mingw32-macros.mingw32
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/mingw32-macros.mingw32,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mingw32-macros.mingw32	19 Nov 2008 15:33:30 -0000	1.2
+++ mingw32-macros.mingw32	19 Nov 2008 18:02:20 -0000	1.3
@@ -19,7 +19,6 @@
 
 # Build macros.
 %_mingw32_host            i686-pc-mingw32
-%_mingw32_build           %{_mingw32_host}
 %_mingw32_target          i686-pc-mingw32
 
 %_mingw32_cflags          -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
@@ -57,7 +56,7 @@
 %_mingw32_configure %{_mingw32_env} ; \
   ./configure --cache-file=%{_mingw32_cache} \\\
 	--host=%{_mingw32_host} \\\
-	--build=%{_mingw32_build} \\\
+	--build=%_build \\\
 	--target=%{_mingw32_target} \\\
 	--prefix=%{_mingw32_prefix} \\\
 	--exec-prefix=%{_mingw32_exec_prefix} \\\




More information about the fedora-extras-commits mailing list