rpms/alliance/F-10 alliance-generic.patch, NONE, 1.1 alliance.spec, 1.18, 1.19 import.log, 1.1, 1.2

Chitlesh GOORAH chitlesh at fedoraproject.org
Sun Feb 1 19:22:21 UTC 2009


Author: chitlesh

Update of /cvs/pkgs/rpms/alliance/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27963/F-10

Modified Files:
	alliance.spec import.log 
Added Files:
	alliance-generic.patch 
Log Message:
generic bug fix

alliance-generic.patch:

--- NEW FILE alliance-generic.patch ---
--- vbl/src/vbl_bcomp_y.y	2004-09-03 21:11:18.000000000 +0200
+++ vbl_bcomp_y.y	2009-02-01 15:39:12.000000000 +0100
@@ -4645,7 +4645,7 @@
 
             if ( ! $1.DYNAMIC )
             {
-              VexTarget = vbl_dynamicvexatom( $1.NAME, $1.LEFT, $1.RIGHT, Dynamic );
+              VexTarget = vbl_dynamicvexatom( $1.NAME, $1.LEFT, $1.RIGHT, 0 );
             }
             else
             {
@@ -4903,7 +4903,7 @@
 
             if ( ! $5.DYNAMIC )
             {
-              VexTarget = vbl_dynamicvexatom( $5.NAME, $5.LEFT, $5.RIGHT, Dynamic );
+              VexTarget = vbl_dynamicvexatom( $5.NAME, $5.LEFT, $5.RIGHT, 0 );
             }
             else
             {


Index: alliance.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alliance/F-10/alliance.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- alliance.spec	10 Nov 2008 15:05:41 -0000	1.18
+++ alliance.spec	1 Feb 2009 19:21:50 -0000	1.19
@@ -4,8 +4,8 @@
 
 Name:          alliance
 Version:       5.0
-Release:       23.%{snapshot}snap%{?dist}
-Summary:       Alliance VLSI CAD Sytem
+Release:       24.%{snapshot}snap%{?dist}
+Summary:       VLSI EDA System
 
 License:       GPLv2
 Group:         Applications/Engineering
@@ -18,6 +18,7 @@
 Patch2:        alliance-run.patch
 Patch3:        alliance-perms.patch
 Patch4:        alliance-gcc43.patch
+Patch5:        alliance-generic.patch
 
 Source1:       xsch.desktop
 Source2:       dreal.desktop
@@ -127,6 +128,7 @@
 
 
 %patch4 -p1 -b .include
+%patch5 -p0 -b .generic
 
 # make sure the man pages are UTF-8...
 for nonUTF8 in distrib/doc/alc_origin.1 alcban/man1/alcbanner.1 \
@@ -292,6 +294,9 @@
 
 
 %changelog
+* Sun Feb 01 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 5.0-24.20070718snap
+- Improved VHDL generic implementation
+
 * Mon Nov 10 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 5.0-23.20070718snap
 - Added Requires xorg-x11-fonts-misc to fix launch crash
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/alliance/F-10/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	15 Sep 2008 16:30:04 -0000	1.1
+++ import.log	1 Feb 2009 19:21:50 -0000	1.2
@@ -1 +1,2 @@
 alliance-5_0-21_20070718snap_fc9:HEAD:alliance-5.0-21.20070718snap.fc9.src.rpm:1221496180
+alliance-5_0-24_20070718snap_fc10:F-10:alliance-5.0-24.20070718snap.fc10.src.rpm:1233515871




More information about the scm-commits mailing list