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 ab1e726..d524a3e 100644 --- a/icecream.spec +++ b/icecream.spec @@ -11,7 +11,7 @@ Name: icecream Version: 0.9.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Distributed compiler Group: Development/Tools @@ -273,6 +273,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/icecc.pc %changelog +* Mon Aug 16 2010 Michal Schmidt 0.9.6-2 +- Fix spaces instead of ':' separator for $PATH in icecream.csh. + * Tue Aug 03 2010 Michal Schmidt 0.9.6-1 - New upstream release. With an official tarball this time. - Dropped icecream-fix-createenv-when-ldconfig-fails.patch