rpms/alliance/F-8 alliance-env.patch,1.3,1.4 alliance.spec,1.5,1.6

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Mon Jun 2 19:48:23 UTC 2008


Author: chitlesh

Update of /cvs/pkgs/rpms/alliance/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29391/F-8

Modified Files:
	alliance-env.patch alliance.spec 
Log Message:
bugfix path

alliance-env.patch:

Index: alliance-env.patch
===================================================================
RCS file: /cvs/pkgs/rpms/alliance/F-8/alliance-env.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alliance-env.patch	26 May 2008 21:00:45 -0000	1.3
+++ alliance-env.patch	2 Jun 2008 19:47:32 -0000	1.4
@@ -5,7 +5,7 @@
  # System environment variables.
   if ( $?PATH ) then
 -   setenv PATH "${ALLIANCE_TOP}/bin:$PATH"
-+   setenv PATH "$PATH:${ALLIANCE_TOP}/bin:"
++   setenv PATH "${PATH}:${ALLIANCE_TOP}/bin:"
   else
     setenv PATH "${ALLIANCE_TOP}/bin"
   endif
@@ -13,7 +13,7 @@
  # Only needed on Solaris (included in /etc/ld.so.conf under Linux).
   if ( $?LD_LIBRARY_PATH ) then
 -   setenv LD_LIBRARY_PATH "${ALLIANCE_TOP}/lib:$LD_LIBRARY_PATH"
-+   setenv LD_LIBRARY_PATH "$LD_LIBRARY_PATH:${ALLIANCE_TOP}/lib:"
++   setenv LD_LIBRARY_PATH "${LD_LIBRARY_PATH}:${ALLIANCE_TOP}/lib:"
   else
     setenv LD_LIBRARY_PATH "${ALLIANCE_TOP}/lib"
   endif


Index: alliance.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alliance/F-8/alliance.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- alliance.spec	26 May 2008 21:00:45 -0000	1.5
+++ alliance.spec	2 Jun 2008 19:47:32 -0000	1.6
@@ -3,7 +3,7 @@
 
 Name:          alliance
 Version:       5.0
-Release:       15.%{snapshot}snap%{?dist}
+Release:       16.%{snapshot}snap%{?dist}
 Summary:       Alliance VLSI CAD Sytem
 
 License:       GPLv2
@@ -291,6 +291,9 @@
 
 
 %changelog
+* Fri May 30 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 5.0-16.20070718snap
+- Bugfix /etc/profile.d/alc_env.csh problem #449062 #448480
+
 * Mon May 26 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 5.0-15.20070718snap
 - Bugfix: error in postinstall scriptlet: /etc/profile.d/alc_env.sh not found #442379
 - Bugfix: /etc/profile.d/alc_env.csh assumes MANPATH is preset #440083




More information about the fedora-extras-commits mailing list