public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <michich@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/icecream] epel10.2: replace the patches with the lightly modified versions which were sent
Date: Thu, 30 Jul 2026 16:30:54 GMT [thread overview]
Message-ID: <178542905424.1.17268562790721147228.rpms-icecream-fd2e4a6b4e01@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/icecream
Branch : epel10.2
Commit : fd2e4a6b4e011e2957e9a15ef9febf957384af9a
Author : Michal Schmidt <michich@fedoraproject.org>
Date : 2009-02-01T15:29:43+00:00
Stats : +22/-17 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/icecream/c/fd2e4a6b4e011e2957e9a15ef9febf957384af9a?branch=epel10.2
Log:
replace the patches with the lightly modified versions which were sent
upstream
---
diff --git a/icecream-0.9.2-create-env-handle-relative-paths-in-ld.so.conf.patch b/icecream-0.9.2-create-env-handle-relative-paths-in-ld.so.conf.patch
index 1a8974d..ea07d21 100644
--- a/icecream-0.9.2-create-env-handle-relative-paths-in-ld.so.conf.patch
+++ b/icecream-0.9.2-create-env-handle-relative-paths-in-ld.so.conf.patch
@@ -1,15 +1,23 @@
-From 126bacee1c6f9b85ffca02fd3473fd1165f1c5c2 Mon Sep 17 00:00:00 2001
+# Patch sent to upstream developer on 2009-02-01
+
+icecc-create-env: handle relative paths in ld.so.conf includes
+
From: Michal Schmidt <mschmidt@redhat.com>
-Date: Wed, 28 Jan 2009 23:39:51 +0100
-Subject: [PATCH] icecc-create-env: handle relative paths in ld.so.conf includes
In Fedora ld.so.conf contains an include directive with a relative path.
ldconfig does not accept relative include paths when using -r.
-Rewrite includes in ld.so.conf to absolute paths.
+Instead of copying ld.so.conf verbatim, make a modified copy of it where
+relative paths are replaced with absolute to make ldconfig happy.
+
+Another improvement would be to add the included config files to the
+environment too, but I do not have a need for it in practice and haven't
+implemented it yet.
---
+
client/icecc-create-env | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
+
diff --git a/client/icecc-create-env b/client/icecc-create-env
index 860b10c..a605c0e 100755
--- a/client/icecc-create-env
@@ -38,6 +46,3 @@ index 860b10c..a605c0e 100755
cd ..
rm -rf $tempdir
+rm -f $tmp_ld_so_conf
---
-1.6.0.6
-
diff --git a/icecream-0.9.2-create-env-improve-check-for-specs.patch b/icecream-0.9.2-create-env-improve-check-for-specs.patch
index e924c81..81e332b 100644
--- a/icecream-0.9.2-create-env-improve-check-for-specs.patch
+++ b/icecream-0.9.2-create-env-improve-check-for-specs.patch
@@ -1,18 +1,21 @@
-From d82c9a328c11799cfa87f53fd008e27f0cc0ae9b Mon Sep 17 00:00:00 2001
+# Patch sent to upstream developer on 2009-02-01
+
+icecc-create-env: improve check for "specs"
+
From: Michal Schmidt <mschmidt@redhat.com>
-Date: Wed, 28 Jan 2009 23:34:22 +0100
-Subject: [PATCH] icecc-create-env: improve check for "specs"
The check for "specs" would get confused if there was a file
called "specs" in the current directory.
-Notice:
- $ gcc -print-file-name=asdfghjkl
- asdfghjkl
-i.e. if it does not find anything, it repeats the input name.
+Notice that gcc -print-file-name just prints the given file name in case it
+does not have anything useful to give to give:
+ $ gcc -print-file-name=specs
+ specs
---
+
client/icecc-create-env | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
+
diff --git a/client/icecc-create-env b/client/icecc-create-env
index fb8afeb..860b10c 100755
--- a/client/icecc-create-env
@@ -26,6 +29,3 @@ index fb8afeb..860b10c 100755
add_file "$specfile"
fi
add_file /etc/ld.so.conf
---
-1.6.0.6
-
reply other threads:[~2026-07-30 16:30 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=178542905424.1.17268562790721147228.rpms-icecream-fd2e4a6b4e01@fedoraproject.org \
--to=michich@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