diff --git a/mingw-w64-headers-1.0.1.tar.bz2 b/mingw-w64-headers-1.0.1.tar.bz2 new file mode 100644 index 0000000..840addb --- /dev/null +++ b/mingw-w64-headers-1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce188086cc4fe20fb6b1677c19e2ed3812503b81a637f5fe3838780cc2cc386b +size 3287967 diff --git a/mingw-w64-headers-1.0b.20110505-unsignedsocket.patch b/mingw-w64-headers-1.0b.20110505-unsignedsocket.patch deleted file mode 100644 index 8dc5410..0000000 --- a/mingw-w64-headers-1.0b.20110505-unsignedsocket.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urEbwB mingw-w64-headers-1.0b.20110505/include/psdk_inc/_socket_types.h mingw-w64-headers-1.0b.20110505/include/psdk_inc/_socket_types.h ---- mingw-w64-headers-1.0b.20110505/include/psdk_inc/_socket_types.h 2011-05-19 16:05:41.592641295 +0200 -+++ mingw-w64-headers-1.0b.20110505/include/psdk_inc/_socket_types.h 2011-05-19 16:06:28.030204004 +0200 -@@ -7,7 +7,7 @@ - #ifndef ___WSA_SOCKET_TYPES_H - #define ___WSA_SOCKET_TYPES_H - --#if 0 -+#if 1 - typedef UINT_PTR SOCKET; - #else - typedef INT_PTR SOCKET; diff --git a/mingw-w64-headers-1.0b.20110505.tar.bz2 b/mingw-w64-headers-1.0b.20110505.tar.bz2 deleted file mode 100644 index 44d1c32..0000000 --- a/mingw-w64-headers-1.0b.20110505.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cba9abd79cca788bd8306056343a258be402a7a17fc7af2b006c5b426d26adb0 -size 3288915 diff --git a/mingw32-headers.spec b/mingw32-headers.spec index b71824a..ac45aee 100644 --- a/mingw32-headers.spec +++ b/mingw32-headers.spec @@ -1,7 +1,7 @@ %define __os_install_post /usr/lib/rpm/brp-compress %{nil} Name: mingw32-headers -Version: 1.0b.20110505 +Version: 1.0.1 Release: 0 Summary: MinGW-W64 headers for win32 and win64 @@ -11,7 +11,6 @@ URL: http://www.mingw.org/ Source0: mingw-w64-headers-%{version}.tar.bz2 Source1000: %{name}-rpmlintrc -Patch0: mingw-w64-headers-1.0b.20110505-unsignedsocket.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,7 +25,6 @@ MinGW Win64 headers. %prep %setup -q -n mingw-w64-headers-%{version} -%patch0 -p1 %build ./configure --host=%{_mingw32_target} \