rpms/ghdl/devel ghdl-svn143-libgnat45.patch, NONE, 1.1 ghdl.spec, 1.67, 1.68 grt-so.patch, 1.1, 1.2 ghdl-svn110-libgnat44.patch, 1.1, NONE

sailer sailer at fedoraproject.org
Fri Jul 9 09:58:02 UTC 2010


Author: sailer

Update of /cvs/extras/rpms/ghdl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21423

Modified Files:
	ghdl.spec grt-so.patch 
Added Files:
	ghdl-svn143-libgnat45.patch 
Removed Files:
	ghdl-svn110-libgnat44.patch 
Log Message:
update to gnat 4.5


ghdl-svn143-libgnat45.patch:
 Makefile.in |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE ghdl-svn143-libgnat45.patch ---
--- gcc/vhdl/Makefile.in.gnatlib	2008-05-16 11:12:19.000000000 +0200
+++ gcc/vhdl/Makefile.in	2008-05-16 11:15:04.000000000 +0200
@@ -490,6 +490,8 @@
  GRT_EXTRA_LIB+=-lpthread
 endif
 
+GRT_EXTRA_LIB+=-lgnat-4.5
+
 GRT_ARCH?=None
 
 # Configuration pragmas.


Index: ghdl.spec
===================================================================
RCS file: /cvs/extras/rpms/ghdl/devel/ghdl.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- ghdl.spec	8 Jul 2010 07:18:13 -0000	1.67
+++ ghdl.spec	9 Jul 2010 09:58:01 -0000	1.68
@@ -5,7 +5,7 @@
 Summary: A VHDL simulator, using the GCC technology
 Name: ghdl
 Version: %{ghdlver}
-Release: 1.%{ghdlsvnver}svn.0%{?dist}
+Release: 1.%{ghdlsvnver}svn.1%{?dist}
 #Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Languages
@@ -19,7 +19,7 @@ Source0: ftp://gcc.gnu.org/pub/gcc/relea
 Source100: http://ghdl.free.fr/ghdl-%{ghdlver}.tar.bz2
 Patch100: ghdl-svn%{ghdlsvnver}.patch
 Patch103: ghdl-noruntime.patch
-Patch104: ghdl-svn110-libgnat44.patch
+Patch104: ghdl-svn143-libgnat45.patch
 Patch105: ghdl-grtadac.patch
 # Both following patches have been sent to upstream mailing list:
 # From: Thomas Sailer <t.sailer at alumni.ethz.ch>
@@ -332,6 +332,9 @@ P64=%{buildroot}/%{_libdir}/gcc/%{gcc_ta
 
 
 %changelog
+* Fri Jul  9 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.29-1.143svn.1
+- update to gnat 4.5
+
 * Thu Jul  8 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.29-1.143svn.0
 - update to svn143
 - move license text to grt subpackage

grt-so.patch:
 Makefile.in        |   17 +++++++++++++++++
 grt/config/amd64.S |    3 ++-
 2 files changed, 19 insertions(+), 1 deletion(-)

Index: grt-so.patch
===================================================================
RCS file: /cvs/extras/rpms/ghdl/devel/grt-so.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- grt-so.patch	16 Dec 2009 23:11:10 -0000	1.1
+++ grt-so.patch	9 Jul 2010 09:58:02 -0000	1.2
@@ -11,7 +11,7 @@
 +GRT_SO_MAJOR?=1
 +GRT_SO_MINOR?=0
 +GRT_SO_PL?=0
-+GNATVER?=4.4
++GNATVER?=4.5
 +
  # Set target files.
  ifeq ($(filter-out i%86 linux,$(arch) $(osys)),)


--- ghdl-svn110-libgnat44.patch DELETED ---



More information about the scm-commits mailing list