public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.1.2-5
@ 2026-06-29 12:23 Jakub Jelinek
  0 siblings, 0 replies; 2+ 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 : 23208a98eb364f47bcdd1591a458df0d5622bd1c
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2007-03-17T09:01:19+00:00
Stats  : +28/-11 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/23208a98eb364f47bcdd1591a458df0d5622bd1c?branch=rhel-f41-base

Log:
4.1.2-5

---
diff --git a/.cvsignore b/.cvsignore
index 2d3ebf7..af04a3e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.2-20070312.tar.bz2
+gcc-4.1.2-20070317.tar.bz2

diff --git a/gcc41-java-bogus-debugline.patch b/gcc41-java-bogus-debugline.patch
new file mode 100644
index 0000000..469d7e1
--- /dev/null
+++ b/gcc41-java-bogus-debugline.patch
@@ -0,0 +1,16 @@
+2007-03-16  Andrew Haley  <aph@redhat.com>
+
+	* class.c (push_class): Don't bogusly guess the source filename.
+
+--- gcc/java/class.c	(revision 122746)
++++ gcc/java/class.c	(working copy)
+@@ -426,8 +426,7 @@
+   tree decl, signature;
+   location_t saved_loc = input_location;
+ #ifndef USE_MAPPED_LOCATION
+-  tree source_name = identifier_subst (class_name, "", '.', '/', ".java");
+-  input_filename = IDENTIFIER_POINTER (source_name);
++  input_filename = "<unknown>";
+   input_line = 0;
+ #endif
+   CLASS_P (class_type) = 1;

diff --git a/gcc41.spec b/gcc41.spec
index 1356573..6d1787b 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20070312
+%define DATE 20070317
 %define gcc_version 4.1.2
-%define gcc_release 4
+%define gcc_release 5
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %define include_gappletviewer 1
@@ -142,9 +142,7 @@ 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
-Patch36: gcc41-libjava-mandir.patch
+Patch34: gcc41-java-bogus-debugline.patch
 %define _gnu %{nil}
 %ifarch sparc
 %define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@@ -454,9 +452,7 @@ which are required to run programs compiled with the GNAT.
 %patch31 -p0 -b .pr30045~
 %patch32 -p0 -b .rh227376~
 %patch33 -p0 -b .rh231134~
-%patch34 -p0 -b .libjava-xpcom~
-%patch35 -p0 -b .rh231261~
-%patch36 -p0 -b .libjava-mandir~
+%patch34 -p0 -b .java-bogus-debugline~
 
 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
@@ -575,7 +571,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="$OPT_FLAGS" XCFLAGS="$OPT_FLAGS" TCFLAGS=
 	--disable-libgcj \
 %else
 	--enable-java-awt=gtk --disable-dssi --enable-plugin \
-	--with-java-home=%{_prefix}/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre \
+	--with-java-home=%{_prefix}/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre \
 	--enable-libgcj-multifile --enable-java-maintainer-mode \
 	--with-ecj-jar=/usr/share/java/eclipse-ecj.jar \
 %endif
@@ -1570,6 +1566,11 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Sat Mar 17 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-5
+- update from gcc-4_1-branch (-r122833:123011)
+  - PRs debug/29906, middle-end/30364, middle-end/30433, target/31123
+- rebuilt against newer rpm to fix libgcj debuginfo (#232222)
+
 * 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,

diff --git a/sources b/sources
index 9fbbebe..b6fcdce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83aac73ce88d22b20880a5bcba6bc0e3  gcc-4.1.2-20070312.tar.bz2
+37b9ba44114c5c5905f8f176010d263f  gcc-4.1.2-20070317.tar.bz2

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.1.2-5
@ 2026-06-29 12:23 Jakub Jelinek
  0 siblings, 0 replies; 2+ 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 : 9cc4671e571f9e082a313ac74536c0d643dc0e4d
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2007-03-17T11:51:39+00:00
Stats  : +9/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/9cc4671e571f9e082a313ac74536c0d643dc0e4d?branch=rhel-f41-base

Log:
4.1.2-5

---
diff --git a/gcc41.spec b/gcc41.spec
index 6d1787b..6a2ff91 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1381,6 +1381,7 @@ fi
 %{_prefix}/bin/jcf-dump
 %{_mandir}/man1/gcj.1*
 %{_mandir}/man1/jcf-dump.1*
+%{_mandir}/man1/gjavah.1*
 %{_infodir}/gcj*
 %dir %{_prefix}/libexec/gcc
 %dir %{_prefix}/libexec/gcc/%{gcc_target_platform}
@@ -1430,15 +1431,23 @@ fi
 %{_prefix}/bin/gcj-dbtool
 %if %{include_gappletviewer}
 %{_prefix}/bin/gappletviewer
+%{_mandir}/man1/gappletviewer.1*
 %endif
 %{_prefix}/bin/gjarsigner
 %{_mandir}/man1/fastjar.1*
 %{_mandir}/man1/grepjar.1*
+%{_mandir}/man1/gjar.1*
+%{_mandir}/man1/gjarsigner.1*
 %{_mandir}/man1/jv-convert.1*
 %{_mandir}/man1/gij.1*
 %{_mandir}/man1/grmic.1*
 %{_mandir}/man1/grmiregistry.1*
 %{_mandir}/man1/gcj-dbtool.1*
+%{_mandir}/man1/gkeytool.1*
+%{_mandir}/man1/gorbd.1*
+%{_mandir}/man1/grmid.1*
+%{_mandir}/man1/gserialver.1*
+%{_mandir}/man1/gtnameserv.1*
 %{_infodir}/fastjar*
 %{_prefix}/%{_lib}/libgcj.so.*
 %{_prefix}/%{_lib}/libgcj-tools.so.*

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-29 12:23 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:23 [rpms/gcc] rhel-f41-base: 4.1.2-5 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
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