rpms/ghdl/devel ghdl-svn61.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 ghdl.spec, 1.22, 1.23 sources, 1.10, 1.11 ghdl-svn60.patch, 1.1, NONE

Thomas M. Sailer (sailer) fedora-extras-commits at redhat.com
Sun Aug 27 02:52:33 UTC 2006


Author: sailer

Update of /cvs/extras/rpms/ghdl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22542

Modified Files:
	.cvsignore 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ghdl/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	10 Jul 2006 22:10:15 -0000	1.8
+++ .cvsignore	27 Aug 2006 02:52:33 -0000	1.9
@@ -8,3 +8,5 @@
 gcc-core-4.1.0.tar.bz2
 ghdl-0.23.tar.bz2
 ghdl-0.24.tar.bz2
+ghdl-0.25.tar.bz2
+gcc-core-4.1.1.tar.bz2


Index: ghdl.spec
===================================================================
RCS file: /cvs/extras/rpms/ghdl/devel/ghdl.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ghdl.spec	6 Aug 2006 18:29:10 -0000	1.22
+++ ghdl.spec	27 Aug 2006 02:52:33 -0000	1.23
@@ -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
+* Sun Aug 27 2006 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.25-0.61svn.0
+- update to svn61
+
 * Sun Aug  6 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/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	10 Jul 2006 22:10:15 -0000	1.10
+++ sources	27 Aug 2006 02:52:33 -0000	1.11
@@ -1,2 +1,2 @@
-15efa164579c7cf4a48859ee87d2a1fa  gcc-core-4.1.0.tar.bz2
-934546c19789b36ca4f7e5d3e4af1b29  ghdl-0.24.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