public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.7.2-2
@ 2026-06-29 12:25 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 703be9734ec172ed371a92d5e85c69576c8c6706
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2012-09-21T14:33:13+02:00
Stats : +9/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/703be9734ec172ed371a92d5e85c69576c8c6706?branch=rhel-f41-base
Log:
4.7.2-2
---
diff --git a/.gitignore b/.gitignore
index d9d821a..9774842 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@
/gcc-4.7.1-20120813.tar.bz2
/gcc-4.7.1-20120913.tar.bz2
/gcc-4.7.2-20120920.tar.bz2
+/gcc-4.7.2-20120921.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index 25681b7..fde722e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20120920
-%global SVNREV 191572
+%global DATE 20120921
+%global SVNREV 191607
%global gcc_version 4.7.2
# 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 multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -2663,6 +2663,10 @@ fi
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
%changelog
+* Fri Sep 21 2012 Jakub Jelinek <jakub@redhat.com> 4.7.2-2
+- update from the 4.7 branch
+ - PRs c/54103, c/54552, libstdc++/54102, middle-end/54638, other/43620
+
* Thu Sep 20 2012 Jakub Jelinek <jakub@redhat.com> 4.7.2-1
- update from the 4.7 branch
- GCC 4.7.2 release
diff --git a/sources b/sources
index af8b2fd..29d412d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
-24e41bf33cf28647ad8f1cdf3df6301c gcc-4.7.2-20120920.tar.bz2
+df0b75e68eee819d73daf720b47c201f gcc-4.7.2-20120921.tar.bz2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.7.2-2
@ 2026-06-29 12:25 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : a1b7d697b8fc3e6893ae1ce6033f3c064298166d
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2012-09-21T14:52:56+02:00
Stats : +5/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/a1b7d697b8fc3e6893ae1ce6033f3c064298166d?branch=rhel-f41-base
Log:
4.7.2-2
---
diff --git a/gcc47-libstdc++-docs.patch b/gcc47-libstdc++-docs.patch
index 577dd49..f65091f 100644
--- a/gcc47-libstdc++-docs.patch
+++ b/gcc47-libstdc++-docs.patch
@@ -1,10 +1,10 @@
--- libstdc++-v3/doc/html/index.html.jj 2011-01-03 12:53:21.282829010 +0100
+++ libstdc++-v3/doc/html/index.html 2011-01-04 18:06:28.999851145 +0100
@@ -5,6 +5,8 @@
- <a class="link" href="http://www.fsf.org/">FSF
+ <a class="link" href="http://www.fsf.org/" target="_top">FSF
</a>
</p><p>
-+ Release 4.7.0
++ Release 4.7.2
+ </p><p>
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation
@@ -17,10 +17,10 @@
</p><p>
- The API documentation, rendered into HTML, can be viewed online:
+ The API documentation, rendered into HTML, can be viewed here:
- </p><div class="itemizedlist"><ul class="itemizedlist"><li class="listitem"><p>
-+ <a class="ulink" href="api/index.html">for the 4.7 release, local
+ </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>
++ <a class="link" href="api/index.html" target="_top">for the 4.7 release, local
+ </a>
+ </p></li><li class="listitem"><p>
- <a class="link" href="http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-3.4/index.html">for the 3.4 release
+ <a class="link" href="http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-3.4/index.html" target="_top">for the 3.4 release
</a>
</p></li><li class="listitem"><p>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-29 12:25 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:25 [rpms/gcc] rhel-f41-base: 4.7.2-2 Jakub Jelinek
2026-06-29 12:25 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox