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-9
Date: Mon, 29 Jun 2026 12:22:24 GMT [thread overview]
Message-ID: <178273574465.1.475995095197314184.rpms-gcc-02af9528dd8b@fedoraproject.org> (raw)
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
next reply other threads:[~2026-06-29 12:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:22 Jakub Jelinek [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:22 [rpms/gcc] rhel-f41-base: 4.1.0-9 Jakub Jelinek
2026-06-29 12:22 Jakub Jelinek
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=178273574465.1.475995095197314184.rpms-gcc-02af9528dd8b@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