X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=runtime%2Fmingw32-runtime.spec;h=a1d9a94a34fca1e9eaf6014a9c4cbc019a1c0cf9;hb=2480566426e7a0d19a6d52211bd2770aa3e64f77;hp=fa54df106347a187b5c6f2d161644c649a8ea64b;hpb=6a50375ba4e191a86ceba2a91293f3833dee7f40;p=fedora-mingw.git diff --git a/runtime/mingw32-runtime.spec b/runtime/mingw32-runtime.spec index fa54df1..a1d9a94 100644 --- a/runtime/mingw32-runtime.spec +++ b/runtime/mingw32-runtime.spec @@ -5,16 +5,18 @@ %define __find_provides %{_mingw32_findprovides} Name: mingw32-runtime -Version: 3.14 -Release: 6%{?dist} +Version: 3.15.1 +Release: 1%{?dist} Summary: MinGW Windows cross-compiler runtime and root filesystem License: Public Domain Group: Development/Libraries URL: http://www.mingw.org/ -Source0: http://dl.sourceforge.net/sourceforge/mingw/mingw-runtime-%{version}-src.tar.gz +Source0: http://dl.sourceforge.net/sourceforge/mingw/mingwrt-%{version}-mingw32-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: mingw32-runtime-3.15.1-useconds_t.patch + BuildArch: noarch BuildRequires: mingw32-filesystem >= 26 @@ -39,7 +41,8 @@ MinGW Windows cross-compiler runtime, base libraries. %prep -%setup -q -n mingw-runtime-%{version} +%setup -q -n mingwrt-%{version}-mingw32 +%patch0 -p1 %build @@ -77,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Oct 16 2008 Richard W.M. Jones - 3.15.1-1 +- New upstream version 3.15.1. + * Wed Sep 24 2008 Richard W.M. Jones - 3.14-6 - Rename mingw -> mingw32.