[mingw-crt] Update to 20121006 snapshot

Erik van Pienbroek epienbro at fedoraproject.org
Sat Oct 6 21:02:00 UTC 2012


commit 92565b8765f7840002ba8302f9bbfd8b4e023389
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Oct 6 23:01:55 2012 +0200

    Update to 20121006 snapshot

 mingw-crt.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mingw-crt.spec b/mingw-crt.spec
index a9fb3d3..9920097 100644
--- a/mingw-crt.spec
+++ b/mingw-crt.spec
@@ -1,10 +1,10 @@
 %{?mingw_package_header}
 
-%global snapshot_date 20120718
+%global snapshot_date 20121006
 
 Name:           mingw-crt
 Version:        2.0.999
-Release:        0.10.trunk.%{snapshot_date}%{?dist}
+Release:        0.11.trunk.%{snapshot_date}%{?dist}
 Summary:        MinGW Windows cross-compiler runtime
 
 License:        Public Domain and ZPLv2.1
@@ -78,8 +78,8 @@ pushd mingw-w64-crt
 popd
 
 # Dunno what to do with these files
-rm -rf $RPM_BUILD_ROOT%{mingw32_prefix}/libsrc
-rm -rf $RPM_BUILD_ROOT%{mingw64_prefix}/libsrc
+rm -rf $RPM_BUILD_ROOT%{mingw32_includedir}/*.c
+rm -rf $RPM_BUILD_ROOT%{mingw64_includedir}/*.c
 
 
 %files -n mingw32-crt
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_prefix}/libsrc
 
 
 %changelog
+* Sat Oct  6 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.11.trunk.20121006
+- Update to 20121006 snapshot
+
 * Wed Jul 18 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.10.trunk.20120718
 - Update to 20120718 snapshot
 


More information about the scm-commits mailing list