summaryrefslogtreecommitdiffstats
path: root/cygwin-gcc.spec
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-06-24 16:33:43 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2016-06-24 16:33:43 -0500
commite80a999887a2b64b1335f43a518e390f35798c93 (patch)
tree34f2dbfcd177f2b4a1da3f1a79cb01eeb42647e8 /cygwin-gcc.spec
parent478996322b9a7dd8ed1f6e89321c73158473c232 (diff)
downloadcygwin-gcc-e80a999887a2b64b1335f43a518e390f35798c93.tar.gz
cygwin-gcc-e80a999887a2b64b1335f43a518e390f35798c93.tar.xz
cygwin-gcc-e80a999887a2b64b1335f43a518e390f35798c93.zip
cygwin-gcc 5.4.0
Diffstat (limited to 'cygwin-gcc.spec')
-rw-r--r--cygwin-gcc.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/cygwin-gcc.spec b/cygwin-gcc.spec
index 5d1682e..6c8a0f2 100644
--- a/cygwin-gcc.spec
+++ b/cygwin-gcc.spec
@@ -1,7 +1,7 @@
-%global gcc_version 5.3.0
+%global gcc_version 5.4.0
# 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 3
+%global gcc_release 1
%global build_ada 0
# building cross-gnat requires matching major version of native gnat
@@ -78,12 +78,12 @@ Patch23: 0023-glibcxx-use-c99.patch
Patch24: 0024-libitm-weak-symbols.patch
Patch25: 0025-enable-libcilkrts.patch
Patch26: 0026-g++-gnu-source.patch
-Patch27: 0027-link-w32api.patch
+Patch27: 0027-libtool-w32api.patch
+Patch28: 0028-g++-time.patch
# Fedora-specific patches
Patch1000: 1000-cross-exe-suffix.patch
Patch1001: 1001-textdomain.patch
-Patch1002: 1002-gcc5-PR69959.patch
%description
Cygwin cross-compiler (GCC) suite.
@@ -347,11 +347,11 @@ Cygwin x86_64 cross-compiler for Ada.
%patch24 -p1
%patch25 -p2
%patch26 -p2
-%patch27 -p1
+%patch27 -p2
+%patch28 -p2
%patch1000 -p1
%patch1001 -p1
-%patch1002 -p1
echo %{gcc_version} > gcc/BASE-VER
echo 'Fedora Cygwin %{gcc_version}-%{gcc_release}' > gcc/DEV-PHASE
@@ -796,6 +796,9 @@ cat cygwin-cpplib.lang >> cygwin-gcc.lang
%changelog
+* Fri Jun 24 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 5.4.0-1
+- new version
+
* Wed Mar 30 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 5.3.0-3
- Fix build with GCC 6 (PR69959)