diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2021-08-26 18:47:37 -0400 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2021-08-26 18:47:37 -0400 |
commit | 1c38d82590bca856727b6f7da252c576dd0f667b (patch) | |
tree | 5f152904727823be89591ebbb0683faf433acb03 /cygwin-w32api-runtime.spec | |
parent | e69409889df43eea15373fbf147573667c451819 (diff) | |
download | cygwin-w32api-runtime-main.tar.gz cygwin-w32api-runtime-main.tar.xz cygwin-w32api-runtime-main.zip |
Diffstat (limited to 'cygwin-w32api-runtime.spec')
-rw-r--r-- | cygwin-w32api-runtime.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/cygwin-w32api-runtime.spec b/cygwin-w32api-runtime.spec index 74e29ab..63522cd 100644 --- a/cygwin-w32api-runtime.spec +++ b/cygwin-w32api-runtime.spec @@ -4,7 +4,7 @@ #%%global branch trunk Name: cygwin-w32api-runtime -Version: 8.0.0 +Version: 9.0.0 Release: 1%{?dist} Summary: Windows API libraries for Cygwin toolchain @@ -31,6 +31,8 @@ BuildRequires: cygwin64-binutils BuildRequires: cygwin64-w32api-headers >= %{version} BuildRequires: cygwin64-gcc +BuildRequires: make + %description Windows cross-compiler runtime base libraries for Cygwin toolchain. @@ -88,6 +90,12 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/w32api/*.c %changelog +* Thu Aug 26 2021 Yaakov Selkowitz <yselkowi@redhat.com> - 9.0.0-1 +- new version + +* Thu Sep 24 2020 Yaakov Selkowitz <yselkowi@redhat.com> - 8.0.0-1 +- new version + * Wed Apr 01 2020 Yaakov Selkowitz <yselkowi@redhat.com> - 7.0.0-1 - new version |