From 7fddd8e2319a95ecd862dd7989c90bb90395cdae Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 16 Jan 2014 02:18:43 -0600 Subject: cygwin-w32api-runtime 3.1.0 --- cygwin-w32api-runtime.spec | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'cygwin-w32api-runtime.spec') diff --git a/cygwin-w32api-runtime.spec b/cygwin-w32api-runtime.spec index 3cd75d4..da3e0a2 100644 --- a/cygwin-w32api-runtime.spec +++ b/cygwin-w32api-runtime.spec @@ -1,11 +1,11 @@ %{?cygwin_package_header} -%global snapshot_rev 5747 -%global branch trunk +#%%global snapshot_rev 5747 +#%%global branch trunk Name: cygwin-w32api-runtime -Version: 2.0.999 -Release: 0.15.%{branch}.svn%{snapshot_rev} +Version: 3.1.0 +Release: 1 Summary: Windows API libraries for Cygwin toolchain License: Public Domain and ZPLv2.1 @@ -13,10 +13,13 @@ Group: Development/Libraries URL: http://mingw-w64.sourceforge.net/ BuildArch: noarch +%if 0%{?snapshot_rev} # To regenerate a snapshot: # 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 -Patch0: w32api-lib64dir.patch +%else +Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.bz2 +%endif BuildRequires: cygwin32-filesystem BuildRequires: cygwin32-binutils @@ -55,8 +58,11 @@ Windows cross-compiler runtime base libraries for Cygwin64 toolchain. %prep +%if 0%{?snapshot_rev} %setup -q -n mingw-w64-code-%{snapshot_rev}-%{branch} -%patch0 -p1 +%else +%setup -q -n mingw-w64-v%{version} +%endif %build @@ -88,6 +94,9 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/w32api/*.c %changelog +* Thu Jan 16 2014 Yaakov Selkowitz - 3.1.0-1 +- Update to latest stable release. + * Thu Jun 27 2013 Yaakov Selkowitz - 2.0.999-0.15.trunk.r5747 - Update to SVN trunk. - Update to new Cygwin packaging scheme. -- cgit