public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 6.1.1-5
@ 2026-06-29 12:27 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 39e0659a622926016cfc27a7d58a93975c584f17
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2016-08-10T16:42:47+02:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/39e0659a622926016cfc27a7d58a93975c584f17?branch=rhel-f41-base
Log:
6.1.1-5
---
diff --git a/gcc.spec b/gcc.spec
index e91bc8d..d186fe1 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -118,6 +118,7 @@ BuildRequires: zlib-devel, gettext, dejagnu, bison, flex, sharutils
BuildRequires: texinfo, texinfo-tex, /usr/bin/pod2man
BuildRequires: systemtap-sdt-devel >= 1.3
BuildRequires: gmp-devel >= 4.1.2-8, mpfr-devel >= 2.2.1, libmpc-devel >= 0.8.1
+BuildRequires: python2-devel, python3-devel
%if %{build_go}
BuildRequires: hostname, procps
%endif
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/gcc] rhel-f41-base: 6.1.1-5
@ 2026-06-29 12:27 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:27 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-29 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:27 [rpms/gcc] rhel-f41-base: 6.1.1-5 Jakub Jelinek
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:27 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox