From 9a062f202c858870c70eb8d3228674845641964f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 4 Mar 2015 01:00:56 -0600 Subject: cygwin-w32api-runtime 3.3.0 --- cygwin-w32api-runtime.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'cygwin-w32api-runtime.spec') diff --git a/cygwin-w32api-runtime.spec b/cygwin-w32api-runtime.spec index 178b2ca..d69d262 100644 --- a/cygwin-w32api-runtime.spec +++ b/cygwin-w32api-runtime.spec @@ -4,7 +4,7 @@ #%%global branch trunk Name: cygwin-w32api-runtime -Version: 3.2.0 +Version: 3.3.0 Release: 1%{?dist} Summary: Windows API libraries for Cygwin toolchain @@ -18,7 +18,7 @@ BuildArch: noarch # wget http://sourceforge.net/code-snapshots/svn/m/mi/mingw-w64/code/mingw-w64-code-%{snapshot_rev}-%{branch}.zip Source0: mingw-w64-code-%{snapshot_rev}-%{branch}.zip %else -Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-%{version}.tar.bz2 %endif BuildRequires: cygwin32-filesystem @@ -61,7 +61,7 @@ Windows cross-compiler runtime base libraries for Cygwin64 toolchain. %if 0%{?snapshot_rev} %setup -q -n mingw-w64-code-%{snapshot_rev}-%{branch} %else -%setup -q -n mingw-w64-v%{version} +%setup -q -n mingw-w64 %endif @@ -94,6 +94,9 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/w32api/*.c %changelog +* Wed Mar 04 2015 Yaakov Selkowitz - 3.3.0-1 +- new version + * Mon Sep 01 2014 Yaakov Selkowitz - 3.2.0-1 - Version bump -- cgit