summaryrefslogtreecommitdiffstats
path: root/cygwin-gcc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin-gcc.spec')
-rw-r--r--cygwin-gcc.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/cygwin-gcc.spec b/cygwin-gcc.spec
index 801b26f..6c6f1b3 100644
--- a/cygwin-gcc.spec
+++ b/cygwin-gcc.spec
@@ -7,7 +7,7 @@
%global gcc_version %{gcc_major}.%{gcc_minor}.%{gcc_micro}
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 5
+%global gcc_release 6
%global build_ada 0
# building cross-gnat requires matching X.Y version of native gnat
@@ -31,7 +31,7 @@ URL: http://gcc.gnu.org
BuildRequires: texinfo
BuildRequires: cygwin32-filesystem
BuildRequires: cygwin32-binutils
-BuildRequires: cygwin32
+BuildRequires: cygwin32 >= 1.7.32
BuildRequires: cygwin32-w32api-headers
BuildRequires: cygwin32-w32api-runtime
BuildRequires: gmp-devel
@@ -74,10 +74,10 @@ Group: Development/Languages
# NB: Explicit cygwin32-filesystem dependency is REQUIRED here.
Requires: cygwin32-filesystem
Requires: cygwin32-binutils
-Requires: cygwin32
+Requires: cygwin32 >= 1.7.32
Requires: cygwin32-default-manifest
Requires: cygwin32-w32api-runtime
-Requires: cygwin32-cpp
+Requires: cygwin32-cpp = %{version}-%{release}
# We don't run the automatic dependency scripts which would
# normally detect and provide the following DLL:
Provides: cygwin32(cygatomic-1.dll)
@@ -406,6 +406,9 @@ popd
%changelog
+* Sun Nov 02 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 4.8.3-6
+- Fix optimization issue in crtbeginS.o.
+
* Mon Aug 11 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 4.8.3-5
- Separate Win32 patch for __cxa_thread_atexit.