public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 4.1.2-5
Date: Mon, 29 Jun 2026 12:23:11 GMT [thread overview]
Message-ID: <178273579132.1.1493070829723956350.rpms-gcc-23208a98eb36@fedoraproject.org> (raw)
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
next reply other threads:[~2026-06-29 12:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:23 Jakub Jelinek [this message]
2026-06-29 12:23 [rpms/gcc] rhel-f41-base: 4.1.2-5 Jakub Jelinek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178273579132.1.1493070829723956350.rpms-gcc-23208a98eb36@fedoraproject.org \
--to=jakub@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox