public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.1.0-9
@ 2026-06-29 12:22 Jakub Jelinek
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 02af9528dd8b95c343b87f6a48b0e3f5d035257d
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-04-20T14:09:06+00:00
Stats  : +10/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/02af9528dd8b95c343b87f6a48b0e3f5d035257d?branch=rhel-f41-base

Log:
4.1.0-9

---
diff --git a/.cvsignore b/.cvsignore
index 563a48a..6244cad 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.0-20060414.tar.bz2
+gcc-4.1.0-20060420.tar.bz2

diff --git a/gcc41.spec b/gcc41.spec
index 29a8318..238ab64 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -568,6 +568,13 @@ cd ..
 echo ====================TESTING=========================
 ( ../contrib/test_summary || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}'
 echo ====================TESTING END=====================
+mkdir testlogs-%{_target_platform}-%{version}-%{release}
+for i in `find . -name \*.log | grep testsuite/ | grep -v 'config.log\|acats\|ada'`; do
+  ln $i testlogs/ || :
+done
+tar cf - testlogs-%{_target_platform}-%{version}-%{release} | bzip2 -9c \
+  | uuencode testlogs-%{_target_platform}.tar.bz2 || :
+rm -rf testlogs-%{_target_platform}-%{version}-%{release}
 
 # Make protoize
 make -C gcc CC="./xgcc -B ./ -O2" proto
@@ -1464,6 +1471,7 @@ fi
 - fix pretty printing C array types (#188944)
 - fix ICE on unprototyped alloca (PR tree-optimization/26865)
 - fix truncation optimization overflow handling (PR middle-end/26729)
+- uuencode dejagnu testsuite log files in rpmbuild output
 
 * Fri Apr 14 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-8
 - update from gcc-4_1-branch (-r112825:112951)

diff --git a/sources b/sources
index b539c8e..88bee7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d39e406b849c2225ebb203a84013838  gcc-4.1.0-20060414.tar.bz2
+70ceb184a4d5a40a2eb8fb903aff3894  gcc-4.1.0-20060420.tar.bz2

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.1.0-9
@ 2026-06-29 12:22 Jakub Jelinek
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 3407e5c7b2e6910814f82eea4fc79f455b778543
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-04-20T13:50:56+00:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/3407e5c7b2e6910814f82eea4fc79f455b778543?branch=rhel-f41-base

Log:
4.1.0-9

---
diff --git a/gcc41.spec b/gcc41.spec
index ed3a07a..29a8318 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1452,7 +1452,7 @@ fi
 
 %changelog
 * Thu Apr 20 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-9
-- update from gcc-4_1-branch (-r)
+- update from gcc-4_1-branch (-r112951:113110)
   - PRs c++/10385, c++/26036, c++/26365, c++/26558, classpath/27163,
 	fortran/26769, libgcj/27171, libgfortran/26766, libstdc++/27162,
 	middle-end/27095, middle-end/27134, target/27182,

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.1.0-9
@ 2026-06-29 12:22 Jakub Jelinek
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : bb1e141abb73798308d92650e73c0744293067eb
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-04-20T13:50:21+00:00
Stats  : +40/-10 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/bb1e141abb73798308d92650e73c0744293067eb?branch=rhel-f41-base

Log:
4.1.0-9

---
diff --git a/gcc41.spec b/gcc41.spec
index 0d18347..ed3a07a 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060414
+%define DATE 20060420
 %define gcc_version 4.1.0
-%define gcc_release 8
+%define gcc_release 9
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -113,10 +113,18 @@ Patch15: gcc41-pr21581.patch
 Patch16: gcc41-pr20297-test.patch
 Patch17: gcc41-java-pr13212.patch
 Patch18: gcc41-objc-rh185398.patch
-Patch19: gcc41-pr26823.patch
-Patch20: gcc41-pr22375.patch
-Patch21: gcc41-pr24685.patch
-Patch22: gcc41-rh188649-test.patch
+Patch19: gcc41-pr22375.patch
+Patch20: gcc41-pr24685.patch
+Patch21: gcc41-rh188649-test.patch
+Patch22: gcc41-ppc64-ldouble-stdarg.patch
+Patch23: gcc41-pr25874.patch
+Patch24: gcc41-pr25989.patch
+Patch25: gcc41-pr25996.patch
+Patch26: gcc41-pr26171.patch
+Patch27: gcc41-pr26729.patch
+Patch28: gcc41-pr26865.patch
+Patch29: gcc41-pr26913.patch
+Patch30: gcc41-rh188944.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -414,10 +422,18 @@ which are required to run programs compiled with the GNAT.
 %patch16 -p0 -E -b .pr20297-test~
 %patch17 -p0 -b .java-pr13212~
 %patch18 -p0 -b .objc-rh185398~
-%patch19 -p0 -b .pr26823~
-%patch20 -p0 -b .pr22375~
-%patch21 -p0 -b .pr24685~
-%patch22 -p0 -b .rh188649-test~
+%patch19 -p0 -b .pr22375~
+%patch20 -p0 -b .pr24685~
+%patch21 -p0 -b .rh188649-test~
+%patch22 -p0 -b .ppc64-ldouble-stdarg~
+%patch23 -p0 -b .pr25874~
+%patch24 -p0 -b .pr25989~
+%patch25 -p0 -b .pr25996~
+%patch26 -p0 -b .pr26171~
+%patch27 -p0 -b .pr26729~
+%patch28 -p0 -b .pr26865~
+%patch29 -p0 -b .pr26913~
+%patch30 -p0 -b .rh188944~
 
 sed -i -e 's/4\.1\.1/4.1.0/' gcc/BASE-VER gcc/version.c
 sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1435,6 +1451,20 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Thu Apr 20 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-9
+- update from gcc-4_1-branch (-r)
+  - PRs c++/10385, c++/26036, c++/26365, c++/26558, classpath/27163,
+	fortran/26769, libgcj/27171, libgfortran/26766, libstdc++/27162,
+	middle-end/27095, middle-end/27134, target/27182,
+	tree-optimization/26643, tree-optimization/26821,
+	tree-optimization/26854, tree-optimization/27087
+- fix ppc32 va_arg bug (Alan Modra)
+- assorted gomp fixes (PRs c++/25874, middle-end/25989, c/25996, c/26171,
+  middle-end/26913)
+- fix pretty printing C array types (#188944)
+- fix ICE on unprototyped alloca (PR tree-optimization/26865)
+- fix truncation optimization overflow handling (PR middle-end/26729)
+
 * Fri Apr 14 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-8
 - update from gcc-4_1-branch (-r112825:112951)
   - PRs c++/26122, c++/26295, fortran/23634, fortran/25619, fortran/26257,

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-29 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:22 [rpms/gcc] rhel-f41-base: 4.1.0-9 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:22 Jakub Jelinek
2026-06-29 12:22 Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox