summaryrefslogtreecommitdiffstats
path: root/cygwin.spec
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2018-01-26 00:11:32 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2018-02-02 13:00:43 -0600
commit3c0821c94d1ff12f169b58a3f68581f81c5fa7c3 (patch)
treea748c84963391f49a5372994c7a1d8f16c9ed9ef /cygwin.spec
parentd06d30552c0d66cb2b7d92dca74886ac506e30cf (diff)
downloadcygwin-3c0821c94d1ff12f169b58a3f68581f81c5fa7c3.tar.gz
cygwin-3c0821c94d1ff12f169b58a3f68581f81c5fa7c3.tar.xz
cygwin-3c0821c94d1ff12f169b58a3f68581f81c5fa7c3.zip
cygwin 2.10.0
Diffstat (limited to 'cygwin.spec')
-rw-r--r--cygwin.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/cygwin.spec b/cygwin.spec
index 0b0fa60..f74441a 100644
--- a/cygwin.spec
+++ b/cygwin.spec
@@ -1,8 +1,8 @@
%{?cygwin_package_header}
Name: cygwin
-Version: 2.9.0
-Release: 2%{?dist}
+Version: 2.10.0
+Release: 1%{?dist}
Summary: Cygwin cross-compiler runtime
License: LGPLv3+ and GPLv3+
@@ -12,8 +12,6 @@ BuildArch: noarch
# downloaded and extracted by get-sources.sh
Source0: newlib-cygwin-%{version}.tar.bz2
-Patch1: 0001-Revert-cygwin-only-expose-dev-con-in-out-sole-when-s.patch
-Patch2: 0002-cygwin-workaround-GCC-6-changes.patch
BuildRequires: cygwin32-filesystem >= 7
BuildRequires: cygwin32-binutils
@@ -66,8 +64,6 @@ Cygwin 64-bit cross-compiler runtime, base libraries.
%prep
%setup -q -n newlib-cygwin
-%patch1 -p1
-%patch2 -p1
touch winsup/cygwin/tlsoffsets*.h
touch winsup/cygwin/devices.cc
@@ -136,6 +132,9 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/rpc/
%changelog
+* Fri Jan 26 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 2.10.0-1
+- new version
+
* Tue Dec 05 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 2.9.0-2
- Fix build with GCC 6