public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 5.3.1-2
Date: Mon, 29 Jun 2026 12:26:56 GMT [thread overview]
Message-ID: <178273601630.1.16804399376488945147.rpms-gcc-a04a33c99f45@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : a04a33c99f45ad887a745202fa57f60000ad9bcd
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2015-12-08T16:43:47+01:00
Stats : +44/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/a04a33c99f45ad887a745202fa57f60000ad9bcd?branch=rhel-f41-base
Log:
5.3.1-2
---
diff --git a/gcc.spec b/gcc.spec
index 3356ec3..1be34c0 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -3,7 +3,7 @@
%global gcc_version 5.3.1
# 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 1
+%global gcc_release 2
%global _unpackaged_files_terminate_build 0
%global _performance_build 1
# Hardening slows the compiler way too much.
@@ -207,6 +207,7 @@ Patch12: gcc5-libgo-p224.patch
Patch13: gcc5-aarch64-async-unw-tables.patch
Patch14: gcc5-libsanitize-aarch64-va42.patch
Patch15: gcc5-pr65689.patch
+Patch16: gcc5-rh1279639.patch
# On ARM EABI systems, we do want -gnueabi to be part of the
# target triple.
@@ -774,6 +775,7 @@ rm -f libgo/go/crypto/elliptic/p224{,_test}.go
%patch13 -p0 -b .aarch64-async-unw-tables~
%patch14 -p0 -b .libsanitize-aarch64-va42~
%patch15 -p0 -b .pr65689~
+%patch16 -p0 -b .rh1279639~
sed -i -e 's/ -Wl,-z,nodlopen//g' gcc/ada/gcc-interface/Makefile.in
%if 0%{?_enable_debug_packages}
@@ -3095,6 +3097,9 @@ fi
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
+* Tue Dec 8 2015 Jakub Jelinek <jakub@redhat.com> 5.3.1-2
+- work around doxygen 1.8.10 bugs (#1279639)
+
* Mon Dec 7 2015 Jakub Jelinek <jakub@redhat.com> 5.3.1-1
- update from the 5 branch
- GCC 5.3 release
diff --git a/gcc5-rh1279639.patch b/gcc5-rh1279639.patch
new file mode 100644
index 0000000..4cc9ee8
--- /dev/null
+++ b/gcc5-rh1279639.patch
@@ -0,0 +1,38 @@
+# Workaround doxygen 1.8.10 bugs.
+--- libstdc++-v3/doc/doxygen/user.cfg.in
++++ libstdc++-v3/doc/doxygen/user.cfg.in
+@@ -895,7 +895,6 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
+ include/ext/pb_ds/detail/binary_heap_ \
+ include/ext/pb_ds/detail/binomial_heap_ \
+ include/ext/pb_ds/detail/binomial_heap_base_ \
+- include/ext/pb_ds/detail/bin_search_tree_ \
+ include/ext/pb_ds/detail/branch_policy \
+ include/ext/pb_ds/detail/cc_hash_table_map_ \
+ include/ext/pb_ds/detail/eq_fn \
+@@ -1965,18 +1964,6 @@ GENERATE_XML = @do_xml@
+
+ XML_OUTPUT = xml
+
+-# The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
+-# validating XML parser to check the syntax of the XML files.
+-# This tag requires that the tag GENERATE_XML is set to YES.
+-
+-XML_SCHEMA =
+-
+-# The XML_DTD tag can be used to specify a XML DTD, which can be used by a
+-# validating XML parser to check the syntax of the XML files.
+-# This tag requires that the tag GENERATE_XML is set to YES.
+-
+-XML_DTD =
+-
+ # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
+ # listings (including syntax highlighting and cross-referencing information) to
+ # the XML output. Note that enabling this will significantly increase the size
+@@ -2135,6 +2122,7 @@ PREDEFINED = __cplusplus=201103L \
+ _GLIBCXX_USE_CONSTEXPR=constexpr \
+ "_GLIBCXX_THROW(E)= " \
+ _GLIBCXX_NOEXCEPT=noexcept \
++ "_GLIBCXX_NOEXCEPT_IF(E)=noexcept(E)" \
+ _GLIBCXX_NOTHROW=noexcept \
+ _GLIBCXX_USE_NOEXCEPT=noexcept \
+ _GLIBCXX_USE_WCHAR_T \
reply other threads:[~2026-06-29 12:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178273601630.1.16804399376488945147.rpms-gcc-a04a33c99f45@fedoraproject.org \
--to=jakub@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox