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.1-38
Date: Mon, 29 Jun 2026 12:22:57 GMT	[thread overview]
Message-ID: <178273577715.1.438380379912653726.rpms-gcc-87db02e58f84@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 87db02e58f843d5c451d12b381e0b32c0e5b5a76
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-11-16T20:24:18+00:00
Stats  : +12/-18 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/87db02e58f843d5c451d12b381e0b32c0e5b5a76?branch=rhel-f41-base

Log:
4.1.1-38

---
diff --git a/.cvsignore b/.cvsignore
index 1c26147..55070bf 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.1-20061114.tar.bz2
+gcc-4.1.1-20061116.tar.bz2

diff --git a/gcc41.spec b/gcc41.spec
index 3af97d8..6df8208 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20061114
+%define DATE 20061116
 %define gcc_version 4.1.1
-%define gcc_release 37
+%define gcc_release 38
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -102,7 +102,6 @@ Obsoletes: egcs64
 Obsoletes: gcc34
 Obsoletes: gcc35
 Obsoletes: gcc4
-Provides: gcc4 = %{version}-%{release}
 Prereq: /sbin/install-info
 AutoReq: true
 
@@ -136,9 +135,7 @@ Patch27: gcc41-pr29059.patch
 Patch28: gcc41-strncat-chk.patch
 Patch29: gcc41-pr29703.patch
 Patch30: gcc41-pr29299.patch
-Patch31: gcc41-pr29581.patch
-Patch32: gcc41-revert-pr28915.patch
-Patch33: gcc41-gomp-testsuite.patch
+Patch31: gcc41-pr29584.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -174,7 +171,6 @@ Obsoletes: gcc3-c++
 Obsoletes: gcc34-c++
 Obsoletes: gcc35-c++
 Obsoletes: gcc4-c++
-Provides: gcc4-c++ = %{version}-%{release}
 Autoreq: true
 
 %description c++
@@ -187,7 +183,6 @@ Summary: GNU Standard C++ Library
 Group: System Environment/Libraries
 Obsoletes: libstdc++3
 Obsoletes: libstdc++34
-Provides: libstdc++34
 Autoreq: true
 
 %description -n libstdc++
@@ -200,7 +195,6 @@ Group: Development/Libraries
 Requires: libstdc++ = %{version}-%{release}, %{_prefix}/%{_lib}/libstdc++.so.6
 Obsoletes: libstdc++3-devel
 Obsoletes: libstdc++34-devel
-Provides: libstdc++34-devel
 Autoreq: true
 
 %description -n libstdc++-devel
@@ -305,7 +299,6 @@ Obsoletes: gcc3-java
 Obsoletes: gcc34-java
 Obsoletes: gcc35-java
 Obsoletes: gcc4-java
-Provides: gcc4-java
 Prereq: /sbin/install-info
 Autoreq: true
 
@@ -332,7 +325,6 @@ Obsoletes: gcc-libgcj
 Obsoletes: libgcj3
 Obsoletes: libgcj34
 Obsoletes: libgcj4
-Provides: libgcj4
 Autoreq: true
 
 %description -n libgcj
@@ -348,7 +340,6 @@ Requires: /bin/awk
 Obsoletes: libgcj3-devel
 Obsoletes: libgcj34-devel
 Obsoletes: libgcj4-devel
-Provides: libgcj4-devel
 Autoreq: false
 Autoprov: false
 
@@ -361,7 +352,6 @@ Summary: Java library sources from GCC4 preview
 Group: System Environment/Libraries
 Requires: libgcj = %{version}-%{release}
 Obsoletes: libgcj4-src
-Provides: libgcj4-src
 Autoreq: true
 
 %description -n libgcj-src
@@ -452,9 +442,7 @@ which are required to run programs compiled with the GNAT.
 %patch28 -p0 -b .strncat-chk~
 %patch29 -p0 -b .pr29703~
 %patch30 -p0 -b .pr29299~
-%patch31 -p0 -b .pr29581~
-%patch32 -p0 -b .revert-pr28915~
-%patch33 -p0 -b .gomp-testsuite~
+%patch31 -p0 -b .pr29584~
 
 sed -i -e 's/4\.1\.2/4.1.1/' gcc/BASE-VER gcc/version.c
 sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1514,6 +1502,12 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Thu Nov 16 2006 Jakub Jelinek <jakub@redhat.com> 4.1.1-38
+- update from gcc-4_1-branch (-r118805:118891)
+  - PRs rtl-optimization/29797
+- fix forwprop switch optimization (PR middle-end/29584)
+- remove old *34* provides (#215839)
+
 * Tue Nov 14 2006 Jakub Jelinek <jakub@redhat.com> 4.1.1-37
 - fix up check_effective_target_fopenmp tcl test for the testsuite
   framework backport changes

diff --git a/sources b/sources
index ee88734..6b54889 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4968d24038d95dbfa273b4d8db9fa777  gcc-4.1.1-20061114.tar.bz2
+da44f522e9df981d091b9e6767a79406  gcc-4.1.1-20061116.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=178273577715.1.438380379912653726.rpms-gcc-87db02e58f84@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