rpms/alliance/F-7 alliance-env.patch,1.2,1.3 alliance.spec,1.4,1.5

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


Author: chitlesh

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

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-7/alliance-env.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alliance-env.patch	26 May 2008 20:58:56 -0000	1.2
+++ alliance-env.patch	2 Jun 2008 19:38:58 -0000	1.3
@@ -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-7/alliance.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- alliance.spec	26 May 2008 20:58:56 -0000	1.4
+++ alliance.spec	2 Jun 2008 19:38:58 -0000	1.5
@@ -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