rpms/mingw32-filesystem/devel mingw32-filesystem.spec,1.29,1.30

epienbro epienbro at fedoraproject.org
Fri Sep 18 21:34:17 UTC 2009


Author: epienbro

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

Modified Files:
	mingw32-filesystem.spec 
Log Message:
Prevented a circular dependency which caused the i686-pc-mingw32-pkg-config
script to be broken. Thanks to Kalev Lember for spotting this bug



Index: mingw32-filesystem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/mingw32-filesystem.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- mingw32-filesystem.spec	1 Sep 2009 21:42:50 -0000	1.29
+++ mingw32-filesystem.spec	18 Sep 2009 21:34:17 -0000	1.30
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           mingw32-filesystem
-Version:        55
+Version:        56
 Release:        1%{?dist}
 Summary:        MinGW base filesystem and environment
 
@@ -86,7 +86,7 @@ install -m 755 %{SOURCE6} $RPM_BUILD_ROO
 
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 pushd $RPM_BUILD_ROOT%{_bindir}
-for i in mingw32-configure mingw32-make mingw32-pkg-config %{_mingw32_target}-pkg-config mingw32-cmake; do
+for i in mingw32-configure mingw32-make mingw32-pkg-config i686-pc-mingw32-pkg-config mingw32-cmake; do
   ln -s %{_libexecdir}/mingw32-scripts $i
 done
 popd
@@ -157,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/mingw32-configure
 %{_bindir}/mingw32-make
 %{_bindir}/mingw32-pkg-config
-%{_bindir}/%{_mingw32_target}-pkg-config
+%{_bindir}/i686-pc-mingw32-pkg-config
 %{_bindir}/mingw32-cmake
 %{_libexecdir}/mingw32-scripts
 %{_prefix}/i686-pc-mingw32/
@@ -166,6 +166,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 18 2009 Erik van Pienbroek <epienbro at fedoraproject.org. - 56-1
+- Prevented a circular dependency which caused the i686-pc-mingw32-pkg-config
+  script to be broken. Thanks to Kalev Lember for spotting this bug
+
 * Tue Sep  1 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 55-1
 - The wrapper scripts i686-pc-mingw32-pkg-config, mingw32-pkg-config,
   mingw32-configure, mingw32-make and mingw32-cmake had a bug where




More information about the fedora-extras-commits mailing list