public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.1.1-1
@ 2026-06-29 12:22 Jakub Jelinek
0 siblings, 0 replies; 2+ messages 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 : 732331c50fc24608e17d8f002da82be95bb7eca5
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2006-05-25T09:47:00+00:00
Stats : +19/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/732331c50fc24608e17d8f002da82be95bb7eca5?branch=rhel-f41-base
Log:
4.1.1-1
---
diff --git a/gcc41.spec b/gcc41.spec
index 03f122e..f524cc9 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060517
-%define gcc_version 4.1.0
-%define gcc_release 19
+%define DATE 20060525
+%define gcc_version 4.1.1
+%define gcc_release 1
%define _unpackaged_files_terminate_build 0
%define multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64
@@ -118,7 +118,10 @@ Patch20: gcc41-ppc64-ldouble-stdarg.patch
Patch21: gcc41-pr25874.patch
Patch22: gcc41-pr26881.patch
Patch23: gcc41-pr27532.patch
-Patch24: gcc41-pr27620.patch
+Patch24: gcc41-pr26885.patch
+Patch25: gcc41-pr27758.patch
+Patch26: gcc41-rh192700.patch
+Patch27: gcc41-sw2438.patch
%define _gnu %{nil}
%ifarch sparc
%define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@@ -420,7 +423,10 @@ which are required to run programs compiled with the GNAT.
%patch21 -p0 -b .pr25874~
%patch22 -p0 -b .pr26881~
%patch23 -p0 -b .pr27532~
-%patch24 -p0 -b .pr27620~
+%patch24 -p0 -b .pr26885~
+%patch25 -p0 -b .pr27758~
+%patch26 -p0 -b .rh192700~
+%patch27 -p0 -b .sw2438~
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
@@ -1462,6 +1468,14 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
+* Thu May 25 2006 Jakub Jelinek <jakub@redhat.com> 4.1.1-1
+- update from gcc-4_1-branch (-r113848:114107)
+ - GCC 4.1.1 release
+ - PR fortran/27553
+- fix i386/x86_64 -O0 -fpic link failure (#192816, PR target/27758)
+- fix gcjh on 64-bit hosts (#192700)
+- -fvar-tracking fixes needed for SystemTap (Alexandre Oliva, BZ#2438)
+
* Wed May 17 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-19
- update from gcc-4_1-branch (-r113785:113848)
- PRs c++/26757, c++/27339, c++/27491, driver/26885, rtl-optimization/14261,
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/gcc] rhel-f41-base: 4.1.1-1
@ 2026-06-29 12:22 Jakub Jelinek
0 siblings, 0 replies; 2+ messages 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 : e6e461457f5a47dbb7c5f2cf231dc2b96e928247
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2006-05-25T09:47:21+00:00
Stats : +3/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/e6e461457f5a47dbb7c5f2cf231dc2b96e928247?branch=rhel-f41-base
Log:
4.1.1-1
---
diff --git a/.cvsignore b/.cvsignore
index e16a733..a5acc62 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.0-20060517.tar.bz2
+gcc-4.1.1-20060525.tar.bz2
diff --git a/gcc41.spec b/gcc41.spec
index f524cc9..6bfc6cb 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -428,7 +428,7 @@ which are required to run programs compiled with the GNAT.
%patch26 -p0 -b .rh192700~
%patch27 -p0 -b .sw2438~
-sed -i -e 's/4\.1\.1/4.1.0/' gcc/BASE-VER gcc/version.c
+sed -i -e 's/4\.1\.2/4.1.1/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
sed -i -e 's/libjawt/libgcjawt/g' libjava/Makefile.{am,in}
diff --git a/sources b/sources
index 523a542..843e65a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97f49f593cfcde4b87b2fde998775548 gcc-4.1.0-20060517.tar.bz2
+5d866ef97be7903a6fc3ab28c0f39e50 gcc-4.1.1-20060525.tar.bz2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-29 12:22 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:22 [rpms/gcc] rhel-f41-base: 4.1.1-1 Jakub Jelinek
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:22 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox