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.15
Date: Mon, 29 Jun 2026 12:22:07 GMT	[thread overview]
Message-ID: <178273572704.1.5280622389573572489.rpms-gcc-5bf05c3fa1e5@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 5bf05c3fa1e54787bc29d987caaf62a8bf2d71d8
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-01-17T18:05:12+00:00
Stats  : +29/-12 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/5bf05c3fa1e54787bc29d987caaf62a8bf2d71d8?branch=rhel-f41-base

Log:
4.1.0-0.15

---
diff --git a/.cvsignore b/.cvsignore
index 3ccf509..94dd636 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.0-20060106.tar.bz2
+gcc-4.1.0-20060117.tar.bz2

diff --git a/gcc41.spec b/gcc41.spec
index af7fca2..5ebaf38 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060106
+%define DATE 20060117
 %define gcc_version 4.1.0
-%define gcc_release 0.14
+%define gcc_release 0.15
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -95,11 +95,10 @@ Patch13: gcc41-fortran-finclude.patch
 Patch14: gcc41-ppc64-sync.patch
 Patch15: gcc41-ppc32-retaddr.patch
 Patch16: gcc41-s390-atomic1.patch
-Patch17: gcc41-gomp-lastprivate-static.patch
-Patch18: gcc41-pr25535.patch
+Patch17: gcc41-ppc-libffi.patch
+Patch18: gcc41-pr25717.patch
 Patch19: gcc41-pr25324.patch
-Patch20: gcc41-rh176562.patch
-Patch21: gcc41-pr24940.patch
+Patch20: gcc41-rh177918.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -446,11 +445,10 @@ which are required to run programs compiled with the GNAT.
 %patch14 -p0 -b .ppc64-sync~
 %patch15 -p0 -b .ppc32-retaddr~
 %patch16 -p0 -b .s390-atomic1~
-%patch17 -p0 -b .gomp-lastprivate-static~
-%patch18 -p0 -b .pr25535~
+%patch17 -p0 -b .ppc-libffi~
+%patch18 -p0 -b .pr25717~
 %patch19 -p0 -b .pr25324~
-%patch20 -p0 -b .rh176562~
-%patch21 -p0 -b .pr24940~
+%patch20 -p0 -b .rh177918~
 
 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
@@ -1536,6 +1534,25 @@ fi
 %endif
 
 %changelog
+* Tue Jan 17 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.15
+- update from gcc-4_1-branch (-r109401:109815)
+  - PRs c++/24824, c++/25386, c++/25663, c/25682, classpath/25803,
+	fortran/12456, fortran/20868, fortran/20870, fortran/21256,
+	fortran/21977, fortran/22146, fortran/24640, fortran/25029,
+	fortran/25093, fortran/25101, fortran/25486, fortran/25598,
+	fortran/25730, libgcj/21637, libgcj/23499, libgfortran/25598,
+	libstdc++/23591, libstdc++/25472, rtl-optimization/24257,
+	rtl-optimization/25367, rtl-optimization/25662, target/20754,
+	target/25042, target/25168, testsuite/25728, testsuite/25777,
+	tree-opt/24365, tree-optimization/23109, tree-optimization/23948,
+	tree-optimization/24123, tree-optimization/25125
+- update from gomp-20050608-branch (up to -r109816)
+- fix ppc32 libffi (#177655)
+- fix lookup_conversions_r (#177918)
+- define __STDC__ as a normal macro rather than a preprocessor builtin
+  unless it needs to change its value between system and non-system
+  headers (PR preprocessor/25717)
+
 * Fri Jan  6 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.14
 - update from gcc-4_1-branch (-r109369:109401)
   - PR fortran/23675

diff --git a/sources b/sources
index 2583e2a..ba195ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2a01514112261eafd8c302d347ef632  gcc-4.1.0-20060106.tar.bz2
+893769a66a2abbeda6d0bbacace7f9c2  gcc-4.1.0-20060117.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=178273572704.1.5280622389573572489.rpms-gcc-5bf05c3fa1e5@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