From 94818c19a0fbee8da037f1c63a373ea7e12040e1 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Fri, 14 Mar 2008 15:58:51 -0700 Subject: [PATCH] Update to 20080314 snapshot --- verilog.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/verilog.spec b/verilog.spec index 1fca141aa..59737b05c 100644 --- a/verilog.spec +++ b/verilog.spec @@ -1,14 +1,14 @@ Summary: Icarus Verilog Name: verilog -Version: 0.9.0.20070812 +Version: 0.9.0.20080314 Release: 0 License: GPL Group: Productivity/Scientific/Electronics -Source: verilog-20070812.tar.gz +Source: verilog-20080314.tar.gz URL: http://www.icarus.com/eda/verilog/index.html Packager: Stephen Williams -BuildRoot: %{_tmppath}/%{name}-%{version}-20070812-%{release}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++, zlib-devel, bison, flex, gperf, readline-devel @@ -22,7 +22,7 @@ engineering formats, including simulation. It strives to be true to the IEEE-1364 standard. %prep -%setup -n verilog-20070812 +%setup -n verilog-20080314 %build ./configure --prefix=/usr --mandir='$(prefix)/share/man'