From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Thu, 16 Oct 2008 17:03:45 +0000 (+0100) Subject: New upstream version 3.12. X-Git-Url: http://git.annexia.org/?p=fedora-mingw.git;a=commitdiff_plain;h=35554fd2363195401b5d73b5d4e1567b658d925d New upstream version 3.12. --- diff --git a/.hgignore b/.hgignore index 55f494b..91cbcfd 100644 --- a/.hgignore +++ b/.hgignore @@ -55,4 +55,5 @@ sqlite/sqlite-3.5.9.tar.gz termcap/termcap-1.3.1.tar.gz w32api-bootstrap/w32api-3.11.tar.gz w32api/w32api-3.11-src.tar.gz +w32api/w32api-3.12-mingw32-src.tar.gz zlib/zlib-1.2.3.tar.gz diff --git a/w32api/mingw32-w32api.spec b/w32api/mingw32-w32api.spec index 915c6f7..e913321 100644 --- a/w32api/mingw32-w32api.spec +++ b/w32api/mingw32-w32api.spec @@ -5,14 +5,14 @@ %define __find_provides %{_mingw32_findprovides} Name: mingw32-w32api -Version: 3.11 -Release: 7%{?dist} +Version: 3.12 +Release: 1%{?dist} Summary: MinGW Windows cross-compiler Win32 header files License: Public Domain Group: Development/Libraries URL: http://www.mingw.org/ -Source0: http://dl.sourceforge.net/sourceforge/mingw/w32api-%{version}-src.tar.gz +Source0: http://dl.sourceforge.net/sourceforge/mingw/w32api-%{version}-mingw32-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -41,7 +41,7 @@ MinGW Windows cross-compiler Win32 header files. %prep -%setup -q -n w32api-%{version} +%setup -q -n w32api-%{version}-mingw32 %build ./configure \ @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Oct 16 2008 Richard W.M. Jones - 3.12-1 +- New upstream version 3.12. + * Wed Sep 24 2008 Richard W.M. Jones - 3.11-7 - Rename mingw -> mingw32.