From da085023f8bcfc7d448f957af393e3f1ccad7b65 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 4 Dec 2017 16:33:03 -0600 Subject: cygwin-w32api-runtime 5.0.3 --- .gitignore | 1 + cygwin-w32api-runtime.spec | 11 ++++------- sources | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1cb508e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/mingw-w64-v5.0.3.tar.bz2 diff --git a/cygwin-w32api-runtime.spec b/cygwin-w32api-runtime.spec index 99fe2ad..db18aab 100644 --- a/cygwin-w32api-runtime.spec +++ b/cygwin-w32api-runtime.spec @@ -4,7 +4,7 @@ #%%global branch trunk Name: cygwin-w32api-runtime -Version: 4.0.5 +Version: 5.0.3 Release: 1%{?dist} Summary: Windows API libraries for Cygwin toolchain @@ -38,12 +38,6 @@ Windows cross-compiler runtime base libraries for Cygwin toolchain. Summary: Windows API libraries for Cygwin32 toolchain Requires: cygwin32-filesystem Requires: cygwin32-w32api-headers >= %{version}-%{release} -Obsoletes: cygwin-w32api < 3.17-4 -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} %description -n cygwin32-w32api-runtime Windows cross-compiler runtime base libraries for Cygwin32 toolchain. @@ -94,6 +88,9 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/w32api/*.c %changelog +* Wed Nov 15 2017 Yaakov Selkowitz - 5.0.3-1 +- new version + * Wed Mar 30 2016 Yaakov Selkowitz - 4.0.5-1 - new version diff --git a/sources b/sources index 7b9ccaf..14bd865 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d99ef0bd7323dc0351aff2294c12ffd1 mingw-w64-v4.0.5.tar.bz2 +5524c20312560cc8683b7d8ee292cb8c mingw-w64-v5.0.3.tar.bz2 -- cgit