public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.1.0-15
@ 2026-06-29 12:22 Jakub Jelinek
0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2026-06-29 12:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 93bffb6307928dc8865891b13d70b2d8c2f0af39
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2006-05-09T09:01:07+00:00
Stats : +31/-37 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/93bffb6307928dc8865891b13d70b2d8c2f0af39?branch=rhel-f41-base
Log:
4.1.0-15
---
diff --git a/.cvsignore b/.cvsignore
index 3d751e7..916ec2a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.0-20060508.tar.bz2
+gcc-4.1.0-20060509.tar.bz2
diff --git a/gcc41.spec b/gcc41.spec
index 9b3393b..04561b5 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060508
+%define DATE 20060509
%define gcc_version 4.1.0
-%define gcc_release 14
+%define gcc_release 15
%define _unpackaged_files_terminate_build 0
%define multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64
@@ -106,28 +106,21 @@ Patch8: gcc41-java-slow_pthread_self.patch
Patch9: gcc41-ppc32-retaddr.patch
Patch10: gcc41-x86_64-sse3.patch
Patch11: gcc41-mni.patch
-Patch12: gcc41-cfaval.patch
+Patch12: gcc41-pr27335.patch
Patch13: gcc41-rh184446.patch
Patch14: gcc41-pr21764.patch
Patch15: gcc41-pr21581.patch
Patch16: gcc41-pr20297-test.patch
Patch17: gcc41-java-pr13212.patch
Patch18: gcc41-objc-rh185398.patch
-Patch19: gcc41-pr22375.patch
-Patch20: gcc41-tests.patch
-Patch21: gcc41-ppc64-ldouble-stdarg.patch
-Patch22: gcc41-pr25874.patch
-Patch23: gcc41-pr27359.patch
-Patch24: gcc41-pr27388.patch
-Patch25: gcc41-rh177450.patch
-Patch26: gcc41-pr26729.patch
-Patch27: gcc41-rh188944.patch
-Patch28: gcc41-rh137200.patch
-Patch29: gcc41-rh187450.patch
-Patch30: gcc41-pr27260.patch
-Patch31: gcc41-pr27136.patch
-Patch32: gcc41-pr27409.patch
-Patch33: gcc41-pr27421.patch
+Patch19: gcc41-tests.patch
+Patch20: gcc41-ppc64-ldouble-stdarg.patch
+Patch21: gcc41-pr25874.patch
+Patch22: gcc41-pr27388.patch
+Patch23: gcc41-pr26729.patch
+Patch24: gcc41-pr27136.patch
+Patch25: gcc41-pr27409.patch
+Patch26: gcc41-pr27421.patch
%define _gnu %{nil}
%ifarch sparc
%define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@@ -417,28 +410,21 @@ which are required to run programs compiled with the GNAT.
%patch9 -p0 -b .ppc32-retaddr~
%patch10 -p0 -b .x86_64-sse3~
%patch11 -p0 -b .mni~
-%patch12 -p0 -b .cfaval~
+%patch12 -p0 -b .pr27335~
%patch13 -p0 -b .rh184446~
%patch14 -p0 -b .pr21764~
#%patch15 -p0 -b .pr21581~
-%patch16 -p0 -E -b .pr20297-test~
+%patch16 -p0 -b .pr20297-test~
%patch17 -p0 -b .java-pr13212~
%patch18 -p0 -b .objc-rh185398~
-%patch19 -p0 -b .pr22375~
-%patch20 -p0 -b .tests~
-%patch21 -p0 -b .ppc64-ldouble-stdarg~
-%patch22 -p0 -b .pr25874~
-%patch23 -p0 -b .pr27359~
-%patch24 -p0 -b .pr27388~
-%patch25 -p0 -b .rh177450~
-%patch26 -p0 -b .pr26729~
-%patch27 -p0 -b .rh188944~
-%patch28 -p0 -b .rh137200~
-%patch29 -p0 -b .rh187450~
-%patch30 -p0 -b .pr27260~
-%patch31 -p0 -b .pr27136~
-%patch32 -p0 -b .pr27409~
-%patch33 -p0 -b .pr27421~
+%patch19 -p0 -b .tests~
+%patch20 -p0 -b .ppc64-ldouble-stdarg~
+%patch21 -p0 -b .pr25874~
+%patch22 -p0 -b .pr27388~
+%patch23 -p0 -b .pr26729~
+%patch24 -p0 -b .pr27136~
+%patch25 -p0 -b .pr27409~
+%patch26 -p0 -b .pr27421~
sed -i -e 's/4\.1\.1/4.1.0/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1475,6 +1461,14 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
+* Tue May 9 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-15
+- update from gcc-4_1-branch (-r113623:113637)
+ - PR fortran/27378
+- update from trunk (-r109500:109501, -r109670:109671, -r111341:111342,
+ -r111704:111705, -r112546:112547, -r113111:113112,
+ -r113339:113341, -r113511:113513)
+- fix loop peeling (Zdenek Dvorak, #190039, PR rtl-optimization/27335)
+
* Mon May 8 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-14
- update from gcc-4_1-branch (-r113489:113623)
- PRs c++/27422, c++/27427, fortran/24813, fortran/25099, fortran/25681,
diff --git a/sources b/sources
index aeecd78..c6fadee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79b7e8060f2d18b69d1cff02e0c9b6c8 gcc-4.1.0-20060508.tar.bz2
+ab95b2f5dc8a0b59f27dad1221678628 gcc-4.1.0-20060509.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 12:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:22 [rpms/gcc] rhel-f41-base: 4.1.0-15 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox