summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-04 16:34:48 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-04 16:34:48 -0600
commit369e210fcd035e9664f86d21c3820cc8d224b948 (patch)
tree7f65eff4a157d33715543fac157235372910021f
parentda085023f8bcfc7d448f957af393e3f1ccad7b65 (diff)
downloadcygwin-w32api-runtime-369e210fcd035e9664f86d21c3820cc8d224b948.tar.gz
cygwin-w32api-runtime-369e210fcd035e9664f86d21c3820cc8d224b948.tar.xz
cygwin-w32api-runtime-369e210fcd035e9664f86d21c3820cc8d224b948.zip
Require only matching w32api-headers version, not release
-rw-r--r--cygwin-w32api-runtime.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/cygwin-w32api-runtime.spec b/cygwin-w32api-runtime.spec
index db18aab..28b5279 100644
--- a/cygwin-w32api-runtime.spec
+++ b/cygwin-w32api-runtime.spec
@@ -5,7 +5,7 @@
Name: cygwin-w32api-runtime
Version: 5.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Windows API libraries for Cygwin toolchain
License: Public Domain and ZPLv2.1
@@ -23,12 +23,12 @@ Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}
BuildRequires: cygwin32-filesystem
BuildRequires: cygwin32-binutils
-BuildRequires: cygwin32-w32api-headers >= %{version}-%{release}
+BuildRequires: cygwin32-w32api-headers >= %{version}
BuildRequires: cygwin32-gcc
BuildRequires: cygwin64-filesystem
BuildRequires: cygwin64-binutils
-BuildRequires: cygwin64-w32api-headers >= %{version}-%{release}
+BuildRequires: cygwin64-w32api-headers >= %{version}
BuildRequires: cygwin64-gcc
%description
@@ -37,7 +37,7 @@ Windows cross-compiler runtime base libraries for Cygwin toolchain.
%package -n cygwin32-w32api-runtime
Summary: Windows API libraries for Cygwin32 toolchain
Requires: cygwin32-filesystem
-Requires: cygwin32-w32api-headers >= %{version}-%{release}
+Requires: cygwin32-w32api-headers >= %{version}
%description -n cygwin32-w32api-runtime
Windows cross-compiler runtime base libraries for Cygwin32 toolchain.
@@ -45,7 +45,7 @@ Windows cross-compiler runtime base libraries for Cygwin32 toolchain.
%package -n cygwin64-w32api-runtime
Summary: Windows API libraries for Cygwin64 toolchain
Requires: cygwin64-filesystem
-Requires: cygwin64-w32api-headers >= %{version}-%{release}
+Requires: cygwin64-w32api-headers >= %{version}
%description -n cygwin64-w32api-runtime
Windows cross-compiler runtime base libraries for Cygwin64 toolchain.
@@ -88,6 +88,9 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/w32api/*.c
%changelog
+* Mon Dec 04 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 5.0.3-2
+- Require only matching w32api-headers version, not release
+
* Wed Nov 15 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 5.0.3-1
- new version