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: 6.1.1-5
Date: Mon, 29 Jun 2026 12:27:11 GMT	[thread overview]
Message-ID: <178273603182.1.15097399082445249874.rpms-gcc-0ccb8bbebc6c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 0ccb8bbebc6c3c2a8d73e56c1e4250c86b742353
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2016-08-10T14:40:09+02:00
Stats  : +21/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/0ccb8bbebc6c3c2a8d73e56c1e4250c86b742353?branch=rhel-f41-base

Log:
6.1.1-5

---
diff --git a/.gitignore b/.gitignore
index 569c518..dfd3036 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /gcc-6.1.1-20160510.tar.bz2
 /gcc-6.1.1-20160621.tar.bz2
 /gcc-6.1.1-20160721.tar.bz2
+/gcc-6.1.1-20160810.tar.bz2

diff --git a/gcc.spec b/gcc.spec
index 2d86cfd..e91bc8d 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20160721
-%global SVNREV 238592
+%global DATE 20160810
+%global SVNREV 239320
 %global gcc_version 6.1.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 4
+%global gcc_release 5
 %global _unpackaged_files_terminate_build 0
 %global _performance_build 1
 # Hardening slows the compiler way too much.
@@ -1335,6 +1335,8 @@ for i in `find . -name \*.py`; do
 done
 touch -r hook.in %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/libstdc++*gdb.py
 popd
+%py_byte_compile %{__python3} %{buildroot}%{_prefix}/share/gcc-%{gcc_version}/python/
+%py_byte_compile %{__python3} %{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/
 
 rm -f $FULLEPATH/libgccjit.so
 cp -a objlibgccjit/gcc/libgccjit.so* %{buildroot}%{_prefix}/%{_lib}/
@@ -2513,6 +2515,7 @@ fi
 %dir %{_datadir}/gdb/auto-load/%{_prefix}
 %dir %{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/
 %{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/libstdc*gdb.py*
+%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/__pycache__
 %dir %{_prefix}/share/gcc-%{gcc_version}
 %dir %{_prefix}/share/gcc-%{gcc_version}/python
 %{_prefix}/share/gcc-%{gcc_version}/python/libstdcxx
@@ -3100,6 +3103,19 @@ fi
 %doc rpm.doc/changelogs/libcc1/ChangeLog*
 
 %changelog
+* Wed Aug 10 2016 Jakub Jelinek <jakub@redhat.com> 6.1.1-5
+- update from the 6 branch
+  - PRs c++/52746, c++/55922, c++/63151, c++/68724, c++/69223, c++/70709,
+	c++/70778, c++/71350, c++/71576, c++/71630, c++/71728, c++/71738,
+	c++/71748, c++/71833, c++/71913, c++/72415, c++/72457, c++/72800,
+	c/7652, fortran/70040, fortran/70524, fortran/70842, fortran/71795,
+	fortran/71807, fortran/71883, ipa/68273, ipa/71981, libstdc++/70940,
+	libstdc++/71964, rtl-optimization/71976, sanitizer/71953,
+	target/70677, target/71151, target/71216, target/71869, target/72103,
+	target/72767, target/72802, target/72805, tree-optimization/71881,
+	tree-optimization/72824
+- add python3 bytecode for libstdc++ gdb extensions (#1204355)
+
 * Thu Jul 21 2016 Jakub Jelinek <jakub@redhat.com> 6.1.1-4
 - update from the 6 branch
   - PRs c++/54430, c++/67565, c++/67579, c++/70781, c++/70822, c++/70824,

diff --git a/sources b/sources
index 3bd07c4..391e577 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-68bbf47eede1aa6964c69d7a448161b4  gcc-6.1.1-20160721.tar.bz2
+9ef71e4cb7b9aab01d88955c13c820d3  gcc-6.1.1-20160810.tar.bz2

             reply	other threads:[~2026-06-29 12:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:27 Jakub Jelinek [this message]
2026-06-29 12:27 [rpms/gcc] rhel-f41-base: 6.1.1-5 Jakub Jelinek

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=178273603182.1.15097399082445249874.rpms-gcc-0ccb8bbebc6c@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