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: auto-import gcc-4.0.0-0.30 on branch devel from gcc-4.0.0-0.30.src.rpm
Date: Mon, 29 Jun 2026 12:21:38 GMT	[thread overview]
Message-ID: <178273569804.1.5303340614736943471.rpms-gcc-02f58b754dfe@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 02f58b754dfeab4e27984fe8abd4f47e31ffc283
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2005-02-28T12:48:42+00:00
Stats  : +3/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/02f58b754dfeab4e27984fe8abd4f47e31ffc283?branch=rhel-f41-base

Log:
auto-import gcc-4.0.0-0.30 on branch devel from gcc-4.0.0-0.30.src.rpm

---
diff --git a/.cvsignore b/.cvsignore
index 3aaea47..1ea9cdd 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-3.4.3-20050222.tar.bz2
+gcc-4.0.0-20050228.tar.bz2

diff --git a/libgcc_post_upgrade.c b/libgcc_post_upgrade.c
index d2ecdf7..5e67a21 100644
--- a/libgcc_post_upgrade.c
+++ b/libgcc_post_upgrade.c
@@ -17,13 +17,10 @@ int main(void)
   pid_t pid;
   int status;
   char initpath[256];
-  const char *argv[2];
 
   if (access ("/sbin/ldconfig", X_OK))
     _exit (0);
-  argv[0] = "/sbin/ldconfig";
-  argv[1] = NULL;
-  execv ("/sbin/ldconfig", argv);
+  execl ("/sbin/ldconfig", "/sbin/ldconfig", NULL);
   _exit (110);
 }
 

diff --git a/sources b/sources
index b7b2ae3..42f198b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d1b30b336234ed9076d0b29ad8c5570  gcc-3.4.3-20050222.tar.bz2
+6cdc28a1e5d34dbd6782138b263558bf  gcc-4.0.0-20050228.tar.bz2

                 reply	other threads:[~2026-06-29 12:21 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=178273569804.1.5303340614736943471.rpms-gcc-02f58b754dfe@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