From 4a79b6d9f3fc5b4e4796b2b198d2f4878dfd81e9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Rebuild against latest filesystem package. --- gcc/mingw32-gcc.spec | 11 ++++++++--- runtime/mingw32-runtime.spec | 13 +++++++++---- w32api/mingw32-w32api.spec | 10 +++++++--- 3 files changed, 24 insertions(+), 10 deletions(-) diff --git a/gcc/mingw32-gcc.spec b/gcc/mingw32-gcc.spec index ca3716e..2c77300 100644 --- a/gcc/mingw32-gcc.spec +++ b/gcc/mingw32-gcc.spec @@ -2,7 +2,7 @@ Name: mingw32-gcc Version: 4.3.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: MinGW Windows cross-compiler (GCC) for C License: GPLv2+ @@ -14,7 +14,7 @@ Patch1: %{name}-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: texinfo -BuildRequires: mingw32-filesystem >= 26 +BuildRequires: mingw32-filesystem >= 39-3 BuildRequires: mingw32-binutils BuildRequires: mingw32-runtime BuildRequires: mingw32-w32api @@ -24,7 +24,8 @@ BuildRequires: mpfr-devel %endif BuildRequires: libgomp -Requires: mingw32-filesystem >= 26 +# NB: Explicit mingw32-filesystem dependency is REQUIRED here. +Requires: mingw32-filesystem >= 39-3 Requires: mingw32-binutils Requires: mingw32-runtime Requires: mingw32-w32api @@ -56,6 +57,7 @@ MinGW Windows cross-compiler for C++ %setup -q -D -T -a1 %patch1 -p1 + %build cd gcc-%{version} @@ -166,6 +168,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 24 2008 Richard W.M. Jones - 4.3.2-12 +- Rebuild against latest filesystem package. + * Fri Nov 21 2008 Richard W.M. Jones - 4.3.2-11 - Remove obsoletes for a long dead package. diff --git a/runtime/mingw32-runtime.spec b/runtime/mingw32-runtime.spec index bf3cdc8..32b73a3 100644 --- a/runtime/mingw32-runtime.spec +++ b/runtime/mingw32-runtime.spec @@ -6,8 +6,8 @@ Name: mingw32-runtime Version: 3.15.1 -Release: 6%{?dist} -Summary: MinGW Windows cross-compiler runtime and root filesystem +Release: 8%{?dist} +Summary: MinGW Windows cross-compiler runtime License: Public Domain Group: Development/Libraries @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw32-filesystem >= 37 +BuildRequires: mingw32-filesystem >= 39-3 BuildRequires: mingw32-binutils BuildRequires: mingw32-gcc @@ -38,7 +38,7 @@ MinGW Windows cross-compiler runtime, base libraries. %build -MINGW_CFLAGS="%{_mingw32_cflags} -I%{_mingw32_includedir}" +MINGW32_CFLAGS="%{_mingw32_cflags} -I%{_mingw32_includedir}" %{_mingw32_configure} %{_mingw32_make} @@ -67,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 24 2008 Richard W.M. Jones - 3.15.1-8 +- Rebuild against latest filesystem package. +- MINGW_CFLAGS -> MINGW32_CFLAGS. +- Rewrite the summary for accuracy and brevity. + * Fri Nov 21 2008 Richard W.M. Jones - 3.15.1-6 - Remove obsoletes for a long dead package. - Reenable (and fix) _mingw32_configure (Levente Farkas). diff --git a/w32api/mingw32-w32api.spec b/w32api/mingw32-w32api.spec index 3e3b126..f54ff64 100644 --- a/w32api/mingw32-w32api.spec +++ b/w32api/mingw32-w32api.spec @@ -6,8 +6,8 @@ Name: mingw32-w32api Version: 3.12 -Release: 4%{?dist} -Summary: MinGW Windows cross-compiler Win32 header files +Release: 6%{?dist} +Summary: Win32 header files and stubs License: Public Domain Group: Development/Libraries @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw32-filesystem >= 37 +BuildRequires: mingw32-filesystem >= 39-3 BuildRequires: mingw32-binutils BuildRequires: mingw32-gcc BuildRequires: mingw32-runtime @@ -60,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 24 2008 Richard W.M. Jones - 3.12-6 +- Rebuild against latest filesystem package. +- Rewrite the summary for accuracy and brevity. + * Fri Nov 21 2008 Richard W.M. Jones - 3.12-4 - Remove obsoletes for a long dead package. - Enable _mingw32_configure (Levente Farkas). -- 1.8.3.1