rpms/ghdl/devel ghdl-svn105.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 ghdl.spec, 1.38, 1.39 sources, 1.12, 1.13

Thomas M. Sailer sailer at fedoraproject.org
Tue Oct 7 09:29:12 UTC 2008


Author: sailer

Update of /cvs/pkgs/rpms/ghdl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24918

Modified Files:
	.cvsignore ghdl.spec sources 
Added Files:
	ghdl-svn105.patch 
Log Message:
update to newer svn


ghdl-svn105.patch:

--- NEW FILE ghdl-svn105.patch ---
diff -urN ghdl-0.27/vhdl/canon.adb ghdl-0.28dev/vhdl/canon.adb
--- ghdl-0.27/vhdl/canon.adb	2007-03-21 04:47:14.000000000 +0100
+++ ghdl-0.28dev/vhdl/canon.adb	2008-07-26 01:30:14.000000000 +0200
@@ -239,6 +239,10 @@
             --Canon_Extract_Sensitivity
             --  (Get_Prefix (Expr), Sensitivity_List, Is_Target);
 
+         when Iir_Kinds_Scalar_Type_Attribute =>
+            Canon_Extract_Sensitivity
+              (Get_Parameter (Expr), Sensitivity_List, Is_Target);
+
          when Iir_Kind_Aggregate =>
             declare
                Aggr_Type : Iir;
diff -urN ghdl-0.27/vhdl/lang.opt ghdl-0.28dev/vhdl/lang.opt
--- ghdl-0.27/vhdl/lang.opt	2006-09-04 06:08:17.000000000 +0200
+++ ghdl-0.28dev/vhdl/lang.opt	2008-07-26 01:30:13.000000000 +0200
@@ -76,3 +76,11 @@
 l
 vhdl Joined Separate
 -l<filename>	Put list of files for link in <filename>
+
+C
+vhdl
+Allow any character in comments
+
+-mb-comments
+vhdl
+Allow any character in comments
\ No newline at end of file
diff -urN ghdl-0.27/vhdl/version.ads ghdl-0.28dev/vhdl/version.ads
--- ghdl-0.27/vhdl/version.ads	2008-07-01 01:59:18.000000000 +0200
+++ ghdl-0.28dev/vhdl/version.ads	2008-07-26 01:30:14.000000000 +0200
@@ -1,5 +1,5 @@
 package Version is
    Ghdl_Release : constant String :=
-      "GHDL 0.27 (20080701) [Sokcho edition]";
-   Ghdl_Ver : constant String := "0.27";
+      "GHDL 0.28dev (20080721) [Sokcho edition]";
+   Ghdl_Ver : constant String := "0.28dev";
 end Version;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ghdl/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	16 May 2008 10:19:44 -0000	1.10
+++ .cvsignore	7 Oct 2008 09:28:41 -0000	1.11
@@ -1,2 +1,4 @@
 gcc-core-4.1.2.tar.bz2
 ghdl-0.26.tar.bz2
+ghdl-0.27.tar.bz2
+gcc-core-4.2.4.tar.bz2


Index: ghdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghdl/devel/ghdl.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ghdl.spec	2 Jun 2008 21:58:52 -0000	1.38
+++ ghdl.spec	7 Oct 2008 09:28:42 -0000	1.39
@@ -1,6 +1,6 @@
-%define gccver 4.1.2
-%define ghdlver 0.26
-%define ghdlsvnver 98
+%define gccver 4.2.4
+%define ghdlver 0.27
+%define ghdlsvnver 105
 
 Summary: A VHDL simulator, using the GCC technology
 Name: ghdl
@@ -116,8 +116,8 @@
 %patch103 -p0 -b .noruntime
 %{__mv} vhdl ../gcc/
 popd
-%patch102 -p1 -b .makeinfo
-%patch104 -p0 -b .libgnat43
+#patch102 -p1 -b .makeinfo
+#patch104 -p0 -b .libgnat43
 
 %build
 %{__rm} -fr obj-%{gcc_target_platform}
@@ -192,7 +192,8 @@
 %endif
 
 # Parallel make doesn't work, so not using %{?_smp_mflags}
-%{__make} all-host
+#{__make} all-host
+%{__make}
 
 popd
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ghdl/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	16 May 2008 10:19:44 -0000	1.12
+++ sources	7 Oct 2008 09:28:42 -0000	1.13
@@ -1,2 +1,2 @@
-2af3fb599635219171c6ae1f3034888a  gcc-core-4.1.2.tar.bz2
-b3a8d79e872f74925a318528a5378af2  ghdl-0.26.tar.bz2
+448b5208d5c2fd611b9fa532746baff5  ghdl-0.27.tar.bz2
+b7a4c167f6a05301591b139b356e36d0  gcc-core-4.2.4.tar.bz2




More information about the scm-commits mailing list