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.0-0.23
Date: Mon, 29 Jun 2026 12:22:12 GMT [thread overview]
Message-ID: <178273573262.1.11500403872170510506.rpms-gcc-c8ce578e0443@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : c8ce578e0443a3808e913ee529d7a167ee0ba30d
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2006-02-06T10:04:21+00:00
Stats : +27/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/c8ce578e0443a3808e913ee529d7a167ee0ba30d?branch=rhel-f41-base
Log:
4.1.0-0.23
---
diff --git a/.cvsignore b/.cvsignore
index 84e81eb..5fd999c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.0-20060204.tar.bz2
+gcc-4.1.0-20060206.tar.bz2
diff --git a/gcc41.spec b/gcc41.spec
index c5d45df..090a37e 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060204
+%define DATE 20060206
%define gcc_version 4.1.0
-%define gcc_release 0.22
+%define gcc_release 0.23
%define _unpackaged_files_terminate_build 0
%define multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64
@@ -40,6 +40,10 @@ BuildRequires: zlib-devel, gettext, dejagnu, bison, flex, texinfo
# Make sure pthread.h doesn't contain __thread tokens
# Make sure glibc supports stack protector
BuildRequires: glibc-devel >= 2.3.90-2
+%ifarch ppc ppc64 s390 s390x sparc sparcv9 alpha
+# Make sure glibc supports TFmode long double
+BuildRequires: glibc >= 2.3.90-35
+%endif
%ifarch %{multilib_64_archs} sparc ppc
# Ensure glibc{,-devel} is installed for both multilib arches
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
@@ -60,6 +64,10 @@ Requires: binutils >= 2.16.91.0.3-1
# Make sure gdb will understand DW_FORM_strp
Conflicts: gdb < 5.1-2
Requires: glibc-devel >= 2.2.90-12
+%ifarch ppc ppc64 s390 s390x sparc sparcv9 alpha
+# Make sure glibc supports TFmode long double
+Requires: glibc >= 2.3.90-35
+%endif
Requires: libgcc >= %{version}-%{release}
Requires: libgomp = %{version}-%{release}
Obsoletes: gcc3
@@ -98,6 +106,7 @@ Patch16: gcc41-ldbl-default.patch
Patch17: gcc41-ldbl-default-libstdc++.patch
Patch18: gcc41-sparc64-g7.patch
Patch19: gcc41-java-rh179070.patch
+Patch20: gcc41-fortran-where.patch
%define _gnu %{nil}
%ifarch sparc
@@ -285,6 +294,7 @@ Requires: libart_lgpl >= 2.1.0
BuildRequires: libart_lgpl-devel >= 2.1.0
BuildRequires: alsa-lib-devel
BuildRequires: libXtst-devel
+BuildRequires: libXt-devel
Obsoletes: gcc-libgcj
Obsoletes: libgcj3
Obsoletes: libgcj34
@@ -447,6 +457,7 @@ which are required to run programs compiled with the GNAT.
%patch17 -p0 -b .ldbl-default-libstdc++~
%patch18 -p0 -b .sparc64-g7~
%patch19 -p0 -b .java-rh179070~
+%patch20 -p0 -b .fortran-where~
sed -i -e 's/4\.1\.0/4.1.0/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1538,6 +1549,18 @@ fi
%endif
%changelog
+* Mon Feb 6 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.23
+- update from gcc-4_1-branch (-r110582:110632)
+ - PRs classpath/24618, classpath/25141, classpath/25727, fortran/25046,
+ fortran/26039
+- use LOGICAL*1 instead of LOGICAL*4 for Fortran where temporary masks
+ (Roger Sayle)
+- fix symbol versions in s390 libgcc_s.so.1
+- sparc32 and alpha long double fixes
+- BuildRequires libXt-devel
+- BuildRequires and Requires glibc-devel >= 2.3.90-35 on arches
+ that are switching long double
+
* Sat Feb 4 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.22
- fix ia64 debug info patch
- fix libjava pthread_create wrapper patch
diff --git a/sources b/sources
index 6e5d3fb..6ece791 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e427016398ab59b9966cd7acb4fcc31 gcc-4.1.0-20060204.tar.bz2
+2411c297b2de7b306228701906031c10 gcc-4.1.0-20060206.tar.bz2
reply other threads:[~2026-06-29 12:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178273573262.1.11500403872170510506.rpms-gcc-c8ce578e0443@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