rpms/mingw32-filesystem/devel macros.mingw32, 1.1, 1.2 mingw32-filesystem.spec, 1.16, 1.17

Richard W.M. Jones rjones at fedoraproject.org
Wed Feb 18 17:06:37 UTC 2009


Author: rjones

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

Modified Files:
	macros.mingw32 mingw32-filesystem.spec 
Log Message:
Fix _mingw32_configure.


Index: macros.mingw32
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/macros.mingw32,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- macros.mingw32	17 Feb 2009 08:37:27 -0000	1.1
+++ macros.mingw32	18 Feb 2009 17:06:07 -0000	1.2
@@ -80,7 +80,7 @@
 
 
 %_mingw32_configure %{_mingw32_env} ; \
-  __mingw32_topdir=.; if ! test -x configure; then __mingw32_topdir=..; fi;
+  __mingw32_topdir=.; if ! test -x configure; then __mingw32_topdir=..; fi; \\\
   $__mingw32_topdir/configure --cache-file=%{_mingw32_cache} \\\
 	--host=%{_mingw32_host} \\\
 	--build=%_build \\\


Index: mingw32-filesystem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/mingw32-filesystem.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mingw32-filesystem.spec	17 Feb 2009 08:38:47 -0000	1.16
+++ mingw32-filesystem.spec	18 Feb 2009 17:06:07 -0000	1.17
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           mingw32-filesystem
-Version:        47
+Version:        48
 Release:        1%{?dist}
 Summary:        MinGW base filesystem and environment
 
@@ -154,6 +154,9 @@
 
 
 %changelog
+* Wed Feb 18 2009 Richard W.M. Jones <rjones at redhat.com> - 48-1
+- Fix _mingw32_configure.
+
 * Tue Feb 17 2009 Richard W.M. Jones <rjones at redhat.com> - 47-1
 - Rename mingw32-COPYING to COPYING.
 - Rename mingw32-macros.mingw32 to macros.mingw32.




More information about the mingw mailing list