rpms/ghdl/devel ghdl-noruntime.patch,1.1,1.2 ghdl.spec,1.40,1.41

Thomas M. Sailer sailer at fedoraproject.org
Thu Oct 9 09:34:32 UTC 2008


Author: sailer

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

Modified Files:
	ghdl-noruntime.patch ghdl.spec 
Log Message:
update to svn110


ghdl-noruntime.patch:

Index: ghdl-noruntime.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ghdl/devel/ghdl-noruntime.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ghdl-noruntime.patch	6 Jan 2008 16:31:32 -0000	1.1
+++ ghdl-noruntime.patch	9 Oct 2008 09:34:02 -0000	1.2
@@ -1,17 +1,19 @@
 --- vhdl/grt/grt.adc.noruntime	2005-11-08 21:01:08.000000000 +0100
 +++ vhdl/grt/grt.adc	2008-01-06 17:17:53.000000000 +0100
-@@ -27,11 +27,11 @@
+@@ -27,13 +27,13 @@
  --
  --  This files is *not* names gnat.adc, in order to ease the possibility of
  --  not using it.
 -pragma Restrictions (No_Exception_Handlers);
--pragma restrictions (No_Exceptions);
-+-- pragma Restrictions (No_Exception_Handlers);
-+-- pragma restrictions (No_Exceptions);
++--pragma Restrictions (No_Exception_Handlers);
+ --pragma restrictions (No_Exceptions);
  pragma Restrictions (No_Secondary_Stack);
  --pragma Restrictions (No_Elaboration_Code);
  pragma Restrictions (No_Io);
+-pragma restrictions (no_dependence => Ada.Tags);
++--pragma restrictions (no_dependence => Ada.Tags);
+ pragma restrictions (no_dependence => GNAT);
  pragma Restrictions (Max_Tasks => 0);
  pragma Restrictions (No_Implicit_Heap_Allocations);
 -pragma No_Run_Time;
-+-- pragma No_Run_Time;
++--pragma No_Run_Time;


Index: ghdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghdl/devel/ghdl.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ghdl.spec	7 Oct 2008 11:37:49 -0000	1.40
+++ ghdl.spec	9 Oct 2008 09:34:02 -0000	1.41
@@ -1,6 +1,6 @@
-%define gccver 4.2.4
+%define gccver 4.3.1
 %define ghdlver 0.27
-%define ghdlsvnver 105
+%define ghdlsvnver 110
 
 Summary: A VHDL simulator, using the GCC technology
 Name: ghdl
@@ -55,6 +55,8 @@
 %endif
 # Ada requires Ada to build
 BuildRequires: gcc-gnat >= 4.3, libgnat >= 4.3
+# GCC build requirements
+BuildRequires: gmp-devel >= 4.1, mpfr-devel >= 2.3.0
 # Need .eh_frame ld optimizations
 # Need proper visibility support
 # Need -pie support
@@ -168,6 +170,7 @@
 	--sharedstatedir=%{_sharedstatedir} \
 	--mandir=%{_mandir} \
 	--infodir=%{_infodir} \
+	--with-bugurl=http://bugzilla.redhat.com/bugzilla \
 	--enable-languages=vhdl \
 	%{!?_without_mock:--disable-multilib} \
 	--enable-shared \
@@ -190,7 +193,8 @@
 	--with-cpu=default32
 %endif
 %ifnarch sparc ppc
-	--host=%{gcc_target_platform}
+	--host=%{gcc_target_platform} \
+	--build=%{gcc_target_platform}
 %endif
 
 # Parallel make doesn't work, so not using %{?_smp_mflags}
@@ -299,6 +303,9 @@
 
 
 %changelog
+* Tue Oct  7 2008 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.27-0.110svn.0
+- update to svn110
+
 * Tue Oct  7 2008 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.27-0.105svn.0
 - update to svn105
 




More information about the fedora-extras-commits mailing list