[mingw-headers] Update to 4.0rc3

Erik van Pienbroek epienbro at fedoraproject.org
Sat Mar 7 22:16:09 UTC 2015


commit 5f021b6bbac36c06a9aa62c3eaa6caa02b55600e
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Mar 7 23:16:06 2015 +0100

    Update to 4.0rc3

 .gitignore                                         |  1 +
 ...-defined-by-the-spec-and-not-_POSIX.-This.patch | 35 ----------------------
 mingw-headers.spec                                 | 11 ++++---
 sources                                            |  2 +-
 4 files changed, 7 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6b4606..ed2d801 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@
 /mingw-w64-mingw-w64-dadc8f83c38992fa4e55e9c90d673c194df70686.zip
 /mingw-w64-mingw-w64-f7337bdf0d70809e720b4e2671758e0c10c16f60.zip
 /mingw-w64-v4.0-rc1.tar.bz2
+/mingw-w64-v4.0-rc3.tar.bz2
diff --git a/mingw-headers.spec b/mingw-headers.spec
index a2bd2d5..fbf9b16 100644
--- a/mingw-headers.spec
+++ b/mingw-headers.spec
@@ -3,7 +3,7 @@
 #%%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
 #%%global branch trunk
 
-%global pre rc1
+%global pre rc3
 
 # The mingw-w64-headers provide the headers pthread_time.h
 # and pthread_unistd.h by default and are dummy headers.
@@ -22,7 +22,7 @@
 
 Name:           mingw-headers
 Version:        4.0
-Release:        0.2.%{pre}%{?dist}
+Release:        0.3.%{pre}%{?dist}
 Summary:        Win32/Win64 header files
 
 License:        Public Domain and LGPLv2+ and ZPLv2.1
@@ -46,9 +46,6 @@ Source0:        http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}
 # happening as the .idl files shouldn't be used by default
 Patch0:         mingw-headers-no-widl.patch
 
-# Fix localtime_s and asctime_s compatibility issue
-Patch1:         0001-Use-a-Guard-defined-by-the-spec-and-not-_POSIX.-This.patch
-
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 95
@@ -95,7 +92,6 @@ unzip %{S:0}
 %endif
 
 %patch0 -p0 -b .idl
-%patch1 -p1 -b .posix_time
 
 
 %build
@@ -130,6 +126,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
 
 
 %changelog
+* Sat Mar  7 2015 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.0-0.3.rc3
+- Update to 4.0rc3
+
 * Wed Jan 28 2015 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.0-0.2.rc1
 - Fix localtime_s and asctime_s compatibility issue
 
diff --git a/sources b/sources
index 892e169..d88edfe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67d489701040c624c0d5d6a10248df0d  mingw-w64-v4.0-rc1.tar.bz2
+76eac541947e33614c6014905bce5de5  mingw-w64-v4.0-rc3.tar.bz2


More information about the scm-commits mailing list