From a8a82df47d9f30997742977385117edfa2106e01 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 8 Dec 2002 03:06:30 +0000 Subject: [PATCH] Prepare for 20021207 snapshot --- Makefile.in | 4 ++-- driver-vpi/Makefile.in | 8 +++----- driver/Makefile.in | 8 +++----- verilog.spec | 6 +++--- 4 files changed, 11 insertions(+), 15 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2457d7600..fbd1bce6d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.138 2002/11/24 02:27:28 steve Exp $" +#ident "$Id: Makefile.in,v 1.139 2002/12/08 03:06:30 steve Exp $" # # SHELL = /bin/sh @@ -25,7 +25,7 @@ SHELL = /bin/sh # by the compiler. It reflects the assigned version number for the # product as a whole. Most components also print the CVS Name: token # in order to get a more automatic version stamp as well. -VERSION = 0.6 +VERSION = 0.7 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/driver-vpi/Makefile.in b/driver-vpi/Makefile.in index 8b93ec96a..a793dc78d 100644 --- a/driver-vpi/Makefile.in +++ b/driver-vpi/Makefile.in @@ -3,9 +3,7 @@ # and/or modify it in source code form under the terms of the GNU # Library General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) -# any later version. In order to redistribute the software in -# binary form, you will need a Picture Elements Binary Software -# License. +# any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,12 +16,12 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.4 2002/12/04 03:33:38 steve Exp $" +#ident "$Id: Makefile.in,v 1.5 2002/12/08 03:06:30 steve Exp $" # # SHELL = /bin/sh -VERSION = 0.6 +VERSION = 0.7 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/driver/Makefile.in b/driver/Makefile.in index 77262ddc9..dabd02fcc 100644 --- a/driver/Makefile.in +++ b/driver/Makefile.in @@ -3,9 +3,7 @@ # and/or modify it in source code form under the terms of the GNU # Library General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) -# any later version. In order to redistribute the software in -# binary form, you will need a Picture Elements Binary Software -# License. +# any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,12 +16,12 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.15 2002/08/10 22:36:59 steve Exp $" +#ident "$Id: Makefile.in,v 1.16 2002/12/08 03:06:30 steve Exp $" # # SHELL = /bin/sh -VERSION = 0.6 +VERSION = 0.7 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/verilog.spec b/verilog.spec index 060cdab14..9f6e2d9c1 100644 --- a/verilog.spec +++ b/verilog.spec @@ -1,10 +1,10 @@ Summary: Icarus Verilog Name: verilog -Version: 0.6.20021117 +Version: 0.6.20021207 Release: 0 Copyright: GPL Group: Applications/Engineering -Source: ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20021117.tar.gz +Source: ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20021207.tar.gz URL: http://www.icarus.com/eda/verilog/index.html Packager: Stephen Williams @@ -20,7 +20,7 @@ engineering formats, including simulation. It strives to be true to the IEEE-1364 standard. %prep -%setup -n verilog-20021117 +%setup -n verilog-20021207 %build ./configure --prefix=/usr