[mingw-headers] Update to 20120709 snapshot (contains full Cygwin support)

Erik van Pienbroek epienbro at fedoraproject.org
Mon Jul 9 20:14:21 UTC 2012


commit 19c32c48f2904707e2cafd8cf7e46035010bc5b3
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Mon Jul 9 22:13:50 2012 +0200

    Update to 20120709 snapshot (contains full Cygwin support)
    
    - Update to 20120709 snapshot (contains full Cygwin support)
    - Eliminated various manual kludges as upstream now installs their
      files to the correct folders by default

 .gitignore         |    1 +
 mingw-headers.spec |   18 +++++++-----------
 sources            |    2 +-
 3 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61d6132..793bb1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /mingw-w64-src_20120224.tar.bz2
 /mingw-w64-src_20120601.tar.bz2
 /mingw-w64-src_20120705.tar.bz2
+/mingw-w64-src_20120709.tar.bz2
diff --git a/mingw-headers.spec b/mingw-headers.spec
index d56536c..20236f9 100644
--- a/mingw-headers.spec
+++ b/mingw-headers.spec
@@ -1,4 +1,4 @@
-%global snapshot_date 20120705
+%global snapshot_date 20120709
 
 # The mingw-w64-headers provide the headers pthread_time.h
 # and pthread_unistd.h by default and are dummy headers.
@@ -12,7 +12,7 @@
 
 Name:           mingw-headers
 Version:        2.0.999
-Release:        0.7.trunk.%{snapshot_date}%{?dist}
+Release:        0.8.trunk.%{snapshot_date}%{?dist}
 Summary:        Win32/Win64 header files
 
 License:        Public Domain and LGPLv2+ and ZPLv2.1
@@ -82,15 +82,6 @@ pushd mingw-w64-headers
     %mingw_make_install DESTDIR=$RPM_BUILD_ROOT 
 popd
 
-# Move the files to a proper location
-mkdir -p $RPM_BUILD_ROOT%{mingw32_includedir}
-mv $RPM_BUILD_ROOT%{mingw32_prefix}/%{mingw32_target}/include/* $RPM_BUILD_ROOT%{mingw32_includedir}/
-rm -rf $RPM_BUILD_ROOT%{mingw32_prefix}/%{mingw32_target}
-
-mkdir -p $RPM_BUILD_ROOT%{mingw64_includedir}
-mv $RPM_BUILD_ROOT%{mingw64_prefix}/%{mingw64_target}/include/* $RPM_BUILD_ROOT%{mingw64_includedir}/
-rm -rf $RPM_BUILD_ROOT%{mingw32_prefix}/%{mingw64_target}
-
 # Drop the dummy pthread headers if necessary
 %if 0%{?bundle_dummy_pthread_headers} == 0
 rm -f $RPM_BUILD_ROOT%{mingw32_includedir}/pthread_time.h
@@ -110,6 +101,11 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
 
 
 %changelog
+* Mon Jul 09 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.8.trunk.20120709
+- Update to 20120709 snapshot (contains full Cygwin support)
+- Eliminated various manual kludges as upstream now installs their
+  files to the correct folders by default
+
 * Thu Jul 05 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.7.trunk.20120705
 - Update to 20120705 snapshot (contains various Cygwin changes)
 
diff --git a/sources b/sources
index f68869e..88f0a14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-114cb4074bd6b20414ecc76942d9ac36  mingw-w64-src_20120705.tar.bz2
+6830d62327e8d1e7c09693d198b80537  mingw-w64-src_20120709.tar.bz2


More information about the scm-commits mailing list