public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <mschmidt@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/icecream] epel10: - Fix spaces instead of ':' separator for $PATH in icecream.csh.
Date: Thu, 30 Jul 2026 15:15:39 GMT [thread overview]
Message-ID: <178542453989.1.7736890579424495599.rpms-icecream-0c76fb9a1491@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/icecream
Branch : epel10
Commit : 0c76fb9a1491e1157dc3dc28165f8a9cdc46e731
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2010-08-16T18:10:19+02:00
Stats : +5/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/icecream/c/0c76fb9a1491e1157dc3dc28165f8a9cdc46e731?branch=epel10
Log:
- Fix spaces instead of ':' separator for $PATH in icecream.csh.
---
diff --git a/icecream.csh.in b/icecream.csh.in
index d6a118c..e861e92 100644
--- a/icecream.csh.in
+++ b/icecream.csh.in
@@ -4,7 +4,7 @@
if ( "$path" !~ *@LIBDIR@/icecc/bin* ) then
if ( "$path" !~ *@LIBDIR@/ccache* ) then
- set path = ( @LIBDIR@/icecc/bin "$path" )
+ set path = ( @LIBDIR@/icecc/bin $path )
else
@ pos = 0
foreach item ( $path )
diff --git a/icecream.spec b/icecream.spec
index 9e6b73d..b751f72 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -7,7 +7,7 @@
Name: icecream
Version: 0.9.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Distributed compiler
Group: Development/Tools
@@ -266,6 +266,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/icecc.pc
%changelog
+* Mon Aug 16 2010 Michal Schmidt <mschmidt@redhat.com> 0.9.6-2
+- Fix spaces instead of ':' separator for $PATH in icecream.csh.
+
* Tue Aug 03 2010 Michal Schmidt <mschmidt@redhat.com> 0.9.6-1
- New upstream release. With an official tarball this time.
- Dropped icecream-fix-createenv-when-ldconfig-fails.patch
reply other threads:[~2026-07-30 15:15 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=178542453989.1.7736890579424495599.rpms-icecream-0c76fb9a1491@fedoraproject.org \
--to=mschmidt@redhat.com \
--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