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-1
Date: Mon, 29 Jun 2026 12:23:08 GMT	[thread overview]
Message-ID: <178273578804.1.8613710971673189713.rpms-gcc-5f278cbb051a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 5f278cbb051ae95181127c44620a4f77f6647dbd
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2007-02-14T21:09:35+00:00
Stats  : +20/-14 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/5f278cbb051ae95181127c44620a4f77f6647dbd?branch=rhel-f41-base

Log:
4.1.2-1

---
diff --git a/.cvsignore b/.cvsignore
index f09d384..cf03a25 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.1-20070209.tar.bz2
+gcc-4.1.2-20070214.tar.bz2

diff --git a/gcc41.spec b/gcc41.spec
index 14ff757..464d38b 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20070209
-%define gcc_version 4.1.1
-%define gcc_release 57
+%define DATE 20070214
+%define gcc_version 4.1.2
+%define gcc_release 1
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %define include_gappletviewer 1
@@ -124,7 +124,7 @@ Patch14: gcc41-objc-rh185398.patch
 Patch15: gcc41-tests.patch
 Patch16: gcc41-pr25874.patch
 Patch17: gcc41-pr30189.patch
-Patch18: gcc41-rh227983.patch
+Patch18: gcc41-pr27351.patch
 Patch19: gcc41-hash-style-gnu.patch
 Patch20: gcc41-pr30001.patch
 Patch21: gcc41-java-libdotdotlib.patch
@@ -143,9 +143,8 @@ Patch33: gcc41-pr30113.patch
 Patch34: gcc41-pr30110.patch
 Patch35: gcc41-pr30143.patch
 Patch36: gcc41-pr30045.patch
-Patch37: gcc41-pr30473.patch
-Patch38: gcc41-pr30536.patch
-Patch39: gcc41-pr27351.patch
+Patch37: gcc41-rh223576.patch
+Patch38: gcc41-rh227376.patch
 %define _gnu %{nil}
 %ifarch sparc
 %define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@@ -438,7 +437,7 @@ which are required to run programs compiled with the GNAT.
 %patch15 -p0 -b .tests~
 %patch16 -p0 -b .pr25874~
 %patch17 -p0 -b .pr30189~
-%patch18 -p0 -b .rh227983~
+%patch18 -p0 -b .pr27351~
 %patch19 -p0 -b .hash-style-gnu~
 %patch20 -p0 -b .pr30001~
 %patch21 -p0 -b .java-libdotdotlib~
@@ -457,11 +456,10 @@ which are required to run programs compiled with the GNAT.
 %patch34 -p0 -b .pr30110~
 %patch35 -p0 -b .pr30143~
 %patch36 -p0 -b .pr30045~
-%patch37 -p0 -b .pr30473~
-%patch38 -p0 -b .pr30536~
-%patch39 -p0 -b .pr27351~
+%patch37 -p0 -b .rh223576~
+%patch38 -p0 -b .rh227376~
 
-sed -i -e 's/4\.1\.2/4.1.1/' gcc/BASE-VER gcc/version.c
+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
 
 cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
@@ -1532,6 +1530,14 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Wed Feb 14 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-1
+- update from gcc-4_1-branch (-r121738:121962)
+  - GCC 4.1.2 release
+  - PRs fortran/24783, testsuite/30649, middle-end/30313
+- fix ICE in dwarf2out with limbo die nodes in namespace context
+  (Alexandre Oliva, #227376)
+- fix a SRA bug with bitfields (Alexandre Oliva, #223576)
+
 * Sun Feb 11 2007 Jakub Jelinek <jakub@redhat.com> 4.1.1-57
 - package up ammintrin.h on i386/x86_64
 - fix AMDfam10 testcases (H.J. Lu)

diff --git a/sources b/sources
index 2da9fe9..d3653cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-900d1b9e7c3edfa4d855cd99d23f200f  gcc-4.1.1-20070209.tar.bz2
+61fbf5836aabfb82bde960e40caf2867  gcc-4.1.2-20070214.tar.bz2

                 reply	other threads:[~2026-06-29 12:23 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=178273578804.1.8613710971673189713.rpms-gcc-5f278cbb051a@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