rpms/ghdl/devel .cvsignore, 1.13, 1.14 ghdl.spec, 1.64, 1.65 sources, 1.15, 1.16 ghdl-svn135.patch, 1.1, NONE grt-sigdisplay.patch, 1.1, NONE

sailer sailer at fedoraproject.org
Fri Jan 15 09:02:44 UTC 2010


Author: sailer

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

Modified Files:
	.cvsignore ghdl.spec sources 
Removed Files:
	ghdl-svn135.patch grt-sigdisplay.patch 
Log Message:
update to 0.29
remove upstreamed patch



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ghdl/devel/.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	15 Jan 2010 09:02:44 -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/extras/rpms/ghdl/devel/ghdl.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- ghdl.spec	30 Dec 2009 16:09:02 -0000	1.64
+++ ghdl.spec	15 Jan 2010 09:02:44 -0000	1.65
@@ -1,11 +1,12 @@
 %global gccver 4.3.4
-%global ghdlver 0.28
+%global ghdlver 0.29
 %global ghdlsvnver 135
 
 Summary: A VHDL simulator, using the GCC technology
 Name: ghdl
 Version: %{ghdlver}
-Release: 0.%{ghdlsvnver}svn.0%{?dist}
+#Release: 0.%{ghdlsvnver}svn.0%{?dist}
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Languages
 URL: http://ghdl.free.fr/
@@ -16,7 +17,7 @@ URL: http://ghdl.free.fr/
 # ./dist.sh sources
 Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{gccver}/gcc-core-%{gccver}.tar.bz2
 Source100: http://ghdl.free.fr/ghdl-%{ghdlver}.tar.bz2
-Patch100: ghdl-svn%{ghdlsvnver}.patch
+#Patch100: ghdl-svn%{ghdlsvnver}.patch
 Patch103: ghdl-noruntime.patch
 Patch104: ghdl-svn110-libgnat44.patch
 Patch105: ghdl-grtadac.patch
@@ -28,8 +29,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?xxxxx
-Patch108: grt-sigdisplay.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -126,7 +125,7 @@ that tracks signal updates and schedules
 %prep
 %setup -q -n gcc-%{gccver} -T -b 0 -a 100
 pushd ghdl-%{ghdlver}
-%patch100 -p1
+#patch100 -p1
 %patch103 -p0 -b .noruntime
 %patch107 -p0 -b .ieeemathreal
 %{__mv} vhdl ../gcc/
@@ -135,7 +134,6 @@ popd
 %patch104 -p0 -b .libgnat44
 %patch105 -p1 -b .grtadac
 %patch106 -p0 -b .ppc64abort
-%patch108 -p0 -b .grtdispsig
 
 %build
 %{__rm} -fr obj-%{gcc_target_platform}
@@ -192,6 +190,7 @@ export TCFLAGS="$OPT_FLAGS"
         --enable-checking=release \
         --with-system-zlib \
         --enable-__cxa_atexit \
+        --disable-bootstrap \
         --disable-libunwind-exceptions \
         --disable-libgcj \
 %ifarch sparc
@@ -333,6 +332,9 @@ P64=%{buildroot}/%{_libdir}/gcc/%{gcc_ta
 
 
 %changelog
+* Fri Jan 15 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.29-1
+- update to 0.29
+
 * Wed Dec 30 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.28-0.135svn.0
 - update to svn135
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ghdl/devel/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	15 Jan 2010 09:02:44 -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-svn135.patch DELETED ---


--- grt-sigdisplay.patch DELETED ---



More information about the scm-commits mailing list