summaryrefslogtreecommitdiffstats
path: root/cygwin-w32api-headers.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin-w32api-headers.spec')
-rw-r--r--cygwin-w32api-headers.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/cygwin-w32api-headers.spec b/cygwin-w32api-headers.spec
index 205a928..2ae9f0a 100644
--- a/cygwin-w32api-headers.spec
+++ b/cygwin-w32api-headers.spec
@@ -2,7 +2,7 @@
#%%global branch trunk
Name: cygwin-w32api-headers
-Version: 3.3.0
+Version: 4.0.4
Release: 1%{?dist}
Summary: Win32 header files for Cygwin toolchain
@@ -19,9 +19,8 @@ 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-%{version}.tar.bz2
+Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
%endif
-Patch0: cygwin-backports.patch
BuildRequires: cygwin32-filesystem
BuildRequires: cygwin64-filesystem
@@ -50,9 +49,8 @@ Cygwin x86_64 cross-compiler Win32 header files.
%if 0%{?snapshot_rev}
%setup -q -n mingw-w64-code-%{snapshot_rev}-%{branch}
%else
-%setup -q -n mingw-w64
+%setup -q -n mingw-w64-v%{version}
%endif
-%patch0 -p2
%build
pushd mingw-w64-headers
@@ -78,6 +76,9 @@ popd
%changelog
+* Sun Feb 21 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 4.0.4-1
+- new version
+
* Wed Mar 04 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 3.3.0-1
- new version
@@ -90,7 +91,7 @@ popd
* Thu Jan 16 2014 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 3.1.0-1
- Update to latest stable release.
-* Thu Jan 27 2013 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 2.0.999-4.trunk.svn5747
+* Thu Jun 27 2013 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 2.0.999-4.trunk.svn5747
- Update to match current Cygwin package.
- Update to new Cygwin packaging scheme.