rpms/ghdl/F-12 .cvsignore, 1.13, 1.14 ghdl.spec, 1.60, 1.61 sources, 1.15, 1.16 ghdl-svn133.patch, 1.1, NONE grt-processtimeoutchain.patch, 1.3, NONE grt-stats.patch, 1.2, NONE

sailer sailer at fedoraproject.org
Fri Jan 29 13:20:48 UTC 2010


Author: sailer

Update of /cvs/pkgs/rpms/ghdl/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4136

Modified Files:
	.cvsignore ghdl.spec sources 
Removed Files:
	ghdl-svn133.patch grt-processtimeoutchain.patch 
	grt-stats.patch 
Log Message:
update to 0.29/svn138



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ghdl/F-12/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	23 Sep 2009 18:52:57 -0000	1.13
+++ .cvsignore	29 Jan 2010 13:20:47 -0000	1.14
@@ -5,3 +5,4 @@ gcc-core-4.2.4.tar.bz2
 gcc-core-4.3.1.tar.bz2
 gcc-core-4.3.4.tar.bz2
 ghdl-0.28.tar.bz2
+ghdl-0.29.tar.bz2


Index: ghdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghdl/F-12/ghdl.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- ghdl.spec	30 Dec 2009 09:53:49 -0000	1.60
+++ ghdl.spec	29 Jan 2010 13:20:47 -0000	1.61
@@ -1,6 +1,6 @@
 %global gccver 4.3.4
-%global ghdlver 0.28
-%global ghdlsvnver 133
+%global ghdlver 0.29
+%global ghdlsvnver 138
 
 Summary: A VHDL simulator, using the GCC technology
 Name: ghdl
@@ -11,6 +11,7 @@ Group: Development/Languages
 URL: http://ghdl.free.fr/
 # HOWTO create source files from ghdl SVN at https://gna.org/projects/ghdl/
 # check out the SVN repo
+# svn co svn://svn.gna.org/svn/ghdl/trunk ghdl
 # cd translate/gcc/
 # ./dist.sh sources
 Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{gccver}/gcc-core-%{gccver}.tar.bz2
@@ -27,10 +28,6 @@ Patch105: ghdl-grtadac.patch
 Patch106: ghdl-ppc64abort.patch
 # https://gna.org/bugs/index.php?13389
 Patch107: ieee-mathreal.patch
-# https://gna.org/bugs/index.php?15015
-Patch108: grt-stats.patch
-# https://gna.org/bugs/index.php?14930                                     
-Patch109: grt-processtimeoutchain.patch                                    
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -136,8 +133,6 @@ popd
 %patch104 -p0 -b .libgnat44
 %patch105 -p1 -b .grtadac
 %patch106 -p0 -b .ppc64abort
-%patch108 -p0 -b .grtstats
-%patch109 -p0 -b .processtimeoutchain
 
 %build
 %{__rm} -fr obj-%{gcc_target_platform}
@@ -194,6 +189,7 @@ export TCFLAGS="$OPT_FLAGS"
         --enable-checking=release \
         --with-system-zlib \
         --enable-__cxa_atexit \
+        --disable-bootstrap \
         --disable-libunwind-exceptions \
         --disable-libgcj \
 %ifarch sparc
@@ -319,6 +315,9 @@ popd
 %{_libdir}/gcc/
 
 %changelog
+* Fri Jan 29 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.29-0.138svn.1
+- update to 0.29/svn138
+
 * Wed Dec 30 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.28-0.133svn.1
 - fix the Process Timeout Chain bugfix
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ghdl/F-12/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	23 Sep 2009 18:52:58 -0000	1.15
+++ sources	29 Jan 2010 13:20:47 -0000	1.16
@@ -1,2 +1,2 @@
 575b3220bb8e7060939c429fc8608d22  gcc-core-4.3.4.tar.bz2
-07c1883c2fcd795303056a8a95645f94  ghdl-0.28.tar.bz2
+fd3dc7a71ba521e442bef76f48177767  ghdl-0.29.tar.bz2


--- ghdl-svn133.patch DELETED ---


--- grt-processtimeoutchain.patch DELETED ---


--- grt-stats.patch DELETED ---



More information about the scm-commits mailing list