rpms/ghdl/FC-5 ghdl-svn61.patch, NONE, 1.1 ghdl.spec, 1.16, 1.17 sources, 1.6, 1.7 ghdl-svn60.patch, 1.1, NONE

Thomas M. Sailer (sailer) fedora-extras-commits at redhat.com
Mon Aug 28 22:29:28 UTC 2006


Author: sailer

Update of /cvs/extras/rpms/ghdl/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27661

Modified Files:
	ghdl.spec sources 
Added Files:
	ghdl-svn61.patch 
Removed Files:
	ghdl-svn60.patch 
Log Message:
update to svn61


ghdl-svn61.patch:

--- NEW FILE ghdl-svn61.patch ---
diff -urN ghdl-0.25-orig/vhdl/grt/config/win32.c ghdl-0.25/vhdl/grt/config/win32.c
--- ghdl-0.25-orig/vhdl/grt/config/win32.c	2006-03-10 02:47:29.000000000 +0100
+++ ghdl-0.25/vhdl/grt/config/win32.c	2006-08-27 04:37:42.000000000 +0200
@@ -130,6 +130,23 @@
   return res;
 }
 
+#include <math.h>
+
+double acosh (double x)
+{
+  return log (x + sqrt (x*x - 1));
+}
+
+double asinh (double x)
+{
+  return log (x + sqrt (x*x + 1));
+}
+
+double atanh (double x)
+{
+  return log ((1 + x) / (1 - x)) / 2;
+}
+
 #ifndef WITH_GNAT_RUN_TIME
 void __gnat_raise_storage_error(void)
 {


Index: ghdl.spec
===================================================================
RCS file: /cvs/extras/rpms/ghdl/FC-5/ghdl.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ghdl.spec	8 Aug 2006 07:39:26 -0000	1.16
+++ ghdl.spec	28 Aug 2006 22:29:28 -0000	1.17
@@ -1,10 +1,10 @@
-%define gccver 4.1.0
-%define ghdlver 0.24
-%define ghdlsvnver 60
+%define gccver 4.1.1
+%define ghdlver 0.25
+%define ghdlsvnver 61
 
 Summary: A VHDL simulator, using the GCC technology
 Name: ghdl
-Version: 0.24
+Version: 0.25
 Release: 0.%{ghdlsvnver}svn.0%{?dist}
 License: GPL
 Group: Development/Languages
@@ -288,6 +288,9 @@
 
 
 %changelog
+* Tue Aug 29 2006 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.25-0.61svn.0
+- update to svn61
+
 * Tue Aug  8 2006 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.24-0.60svn.0
 - update to svn60
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ghdl/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	11 Jul 2006 04:37:26 -0000	1.6
+++ sources	28 Aug 2006 22:29:28 -0000	1.7
@@ -1,4 +1,2 @@
-f7781398ada62ba255486673e6274b26  gcc-core-4.0.2.tar.bz2
-a0ebb9b4ea9d33e67e6ae9768d10eb3a  ghdl-0.21.tar.bz2
-934546c19789b36ca4f7e5d3e4af1b29  ghdl-0.24.tar.bz2
-15efa164579c7cf4a48859ee87d2a1fa  gcc-core-4.1.0.tar.bz2
+a1b189c98aa7d7f164036bbe89b9b2a2  gcc-core-4.1.1.tar.bz2
+9f194b0a2136f8d026083b96319d77d9  ghdl-0.25.tar.bz2


--- ghdl-svn60.patch DELETED ---




More information about the fedora-extras-commits mailing list