summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cygwin-w32api-runtime.spec11
-rw-r--r--sources2
2 files changed, 8 insertions, 5 deletions
diff --git a/cygwin-w32api-runtime.spec b/cygwin-w32api-runtime.spec
index d69d262..491a3c5 100644
--- a/cygwin-w32api-runtime.spec
+++ b/cygwin-w32api-runtime.spec
@@ -4,7 +4,7 @@
#%%global branch trunk
Name: cygwin-w32api-runtime
-Version: 3.3.0
+Version: 4.0.4
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-%{version}.tar.bz2
+Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
%endif
BuildRequires: cygwin32-filesystem
@@ -43,7 +43,7 @@ Obsoletes: cygwin-w32api-libs
Obsoletes: cygwin-w32api-runtime < %{version}-%{release}
Provides: cygwin-w32api = 3.17-4
Provides: cygwin-w32api-libs = %{version}-%{release}
-Provides: cygwin-w32api-runtime < %{version}-%{release}
+Provides: cygwin-w32api-runtime = %{version}-%{release}
%description -n cygwin32-w32api-runtime
Windows cross-compiler runtime base libraries for Cygwin32 toolchain.
@@ -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
+%setup -q -n mingw-w64-v%{version}
%endif
@@ -94,6 +94,9 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/w32api/*.c
%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
diff --git a/sources b/sources
index c24571b..c58882c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df0e7657f46cbd59ed9cbe2a50c66e15 mingw-w64-v3.1.0.tar.bz2
+d54e353670e17b54f1ac86df3bb33e31 mingw-w64-v4.0.4.tar.bz2