public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.1.2-4
@ 2026-06-29 12:23 Jakub Jelinek
0 siblings, 0 replies; 4+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : ae0209e182f0efdd4c7d1dd81918f044518db543
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2007-03-12T21:04:29+00:00
Stats : +8/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/ae0209e182f0efdd4c7d1dd81918f044518db543?branch=rhel-f41-base
Log:
4.1.2-4
---
diff --git a/gcc41.spec b/gcc41.spec
index f554ea7..8f1bfc4 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -141,6 +141,9 @@ Patch29: gcc41-pr30113.patch
Patch30: gcc41-rh228769.patch
Patch31: gcc41-pr30045.patch
Patch32: gcc41-rh227376.patch
+Patch33: gcc41-rh231134.patch
+Patch34: gcc41-libjava-xpcom.patch
+Patch35: gcc41-rh231261.patch
%define _gnu %{nil}
%ifarch sparc
%define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@@ -449,6 +452,9 @@ which are required to run programs compiled with the GNAT.
%patch30 -p0 -b .rh228769~
%patch31 -p0 -b .pr30045~
%patch32 -p0 -b .rh227376~
+%patch33 -p0 -b .rh231134~
+%patch34 -p0 -b .libjava-xpcom~
+%patch35 -p0 -b .rh231261~
sed -i -e 's/4\.1\.3/4.1.2/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1570,6 +1576,8 @@ fi
rtl-optimization/30931, target/30848, tree-optimization/29925
- reenable memory CSE (Alexandre Oliva, #229366, PR rtl-optimization/30643)
- fix random seed handling with -frepo (Alexandre Oliva, #228769)
+- fix fortran OPEN without ACTION on read-only filesystem (#231134)
+- fix fortran module writer ICEs on implicit conversions (#231261)
* Thu Feb 22 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-3
- update from gcc-4_1-branch (-r122163:122219)
^ permalink raw reply related [flat|nested] 4+ messages in thread* [rpms/gcc] rhel-f41-base: 4.1.2-4
@ 2026-06-29 12:23 Jakub Jelinek
0 siblings, 0 replies; 4+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 17ad1f415dfe651edca92513fb603ddb270cb2e2
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2007-03-13T07:15:05+00:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/17ad1f415dfe651edca92513fb603ddb270cb2e2?branch=rhel-f41-base
Log:
4.1.2-4
---
diff --git a/gcc41.spec b/gcc41.spec
index 8f1bfc4..1356573 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -144,6 +144,7 @@ Patch32: gcc41-rh227376.patch
Patch33: gcc41-rh231134.patch
Patch34: gcc41-libjava-xpcom.patch
Patch35: gcc41-rh231261.patch
+Patch36: gcc41-libjava-mandir.patch
%define _gnu %{nil}
%ifarch sparc
%define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@@ -455,6 +456,7 @@ which are required to run programs compiled with the GNAT.
%patch33 -p0 -b .rh231134~
%patch34 -p0 -b .libjava-xpcom~
%patch35 -p0 -b .rh231261~
+%patch36 -p0 -b .libjava-mandir~
sed -i -e 's/4\.1\.3/4.1.2/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
^ permalink raw reply related [flat|nested] 4+ messages in thread* [rpms/gcc] rhel-f41-base: 4.1.2-4
@ 2026-06-29 12:23 Jakub Jelinek
0 siblings, 0 replies; 4+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : b790ba84fd41044ac2b3cc9af99061583674eda9
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2007-03-12T08:08:02+00:00
Stats : +13/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/b790ba84fd41044ac2b3cc9af99061583674eda9?branch=rhel-f41-base
Log:
4.1.2-4
---
diff --git a/gcc41.spec b/gcc41.spec
index 95f296d..344dfc5 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20070222
+%define DATE 20070312
%define gcc_version 4.1.2
-%define gcc_release 3
+%define gcc_release 4
%define _unpackaged_files_terminate_build 0
%define multilib_64_archs sparc64 ppc64 s390x x86_64
%define include_gappletviewer 1
@@ -138,10 +138,9 @@ Patch26: gcc41-pr29059.patch
Patch27: gcc41-strncat-chk.patch
Patch28: gcc41-pr29299.patch
Patch29: gcc41-pr30113.patch
-Patch30: gcc41-pr25392.patch
+Patch30: gcc41-rh228769.patch
Patch31: gcc41-pr30045.patch
Patch32: gcc41-rh227376.patch
-Patch33: gcc41-java-zoneinfo.patch
%define _gnu %{nil}
%ifarch sparc
%define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@@ -447,10 +446,9 @@ which are required to run programs compiled with the GNAT.
%patch27 -p0 -b .strncat-chk~
%patch28 -p0 -b .pr29299~
%patch29 -p0 -b .pr30113~
-%patch30 -p0 -b .pr25392~
+%patch30 -p0 -b .rh228769~
%patch31 -p0 -b .pr30045~
%patch32 -p0 -b .rh227376~
-%patch33 -p0 -b .java-zoneinfo~
sed -i -e 's/4\.1\.3/4.1.2/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1563,6 +1561,15 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
+* Mon Mar 12 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-4
+- update from gcc-4_1-branch (-r122219:122833)
+ - PRs c++/30852, c++/30895, classpath/28550, classpath/30831,
+ classpath/30906, classpath/30983, fortran/29441, fortran/30400,
+ libgcj/17002, libgfortran/30910, libgfortran/30918, other/31050,
+ rtl-optimization/30931, target/30848, tree-optimization/29925
+ - reenable memory CSE (Alexandre Oliva, #229366, PR rtl-optimization/30643)
+- fix random seed handling with -frepo (Alexandre Oliva, #228769)
+
* Thu Feb 22 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-3
- update from gcc-4_1-branch (-r122163:122219)
- PR ada/30684
^ permalink raw reply related [flat|nested] 4+ messages in thread* [rpms/gcc] rhel-f41-base: 4.1.2-4
@ 2026-06-29 12:23 Jakub Jelinek
0 siblings, 0 replies; 4+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : ebcce80e2c3063ef9a9c5e5d40a8d11fd37b737f
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2007-03-12T08:24:45+00:00
Stats : +3/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/ebcce80e2c3063ef9a9c5e5d40a8d11fd37b737f?branch=rhel-f41-base
Log:
4.1.2-4
---
diff --git a/.cvsignore b/.cvsignore
index 24446cc..2d3ebf7 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.2-20070222.tar.bz2
+gcc-4.1.2-20070312.tar.bz2
diff --git a/gcc41.spec b/gcc41.spec
index 344dfc5..f554ea7 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1373,6 +1373,7 @@ fi
%defattr(-,root,root)
%{_prefix}/bin/gcj
%{_prefix}/bin/gjavah
+%{_prefix}/bin/gcjh
%{_prefix}/bin/jcf-dump
%{_mandir}/man1/gcj.1*
%{_mandir}/man1/jcf-dump.1*
diff --git a/sources b/sources
index b654212..9fbbebe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33410c3bf25d699396a1101870061ffb gcc-4.1.2-20070222.tar.bz2
+83aac73ce88d22b20880a5bcba6bc0e3 gcc-4.1.2-20070312.tar.bz2
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-06-29 12:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:23 [rpms/gcc] rhel-f41-base: 4.1.2-4 Jakub Jelinek
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:23 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox