[verilator/f13/master] 3.804

Chitlesh GOORAH chitlesh at fedoraproject.org
Sun Sep 26 18:52:17 UTC 2010


commit 4490979b0b590d944671a0a0694a99b40952369b
Author: Chitlesh Goorah <chitlesh at fedoraproject.org>
Date:   Sun Sep 26 20:51:49 2010 +0200

    3.804

 sources                |    1 -
 verilator-3.804.tgz    |  Bin 0 -> 1536487 bytes
 verilator-driver.patch |   92 ------------------------------------------------
 verilator.spec         |   27 ++++++--------
 4 files changed, 12 insertions(+), 108 deletions(-)
---
diff --git a/sources b/sources
index 362570b..e69de29 100644
--- a/sources
+++ b/sources
@@ -1 +0,0 @@
-85839104f7f245879e7db41fc632fee0  verilator-3.712.tgz
diff --git a/verilator-3.804.tgz b/verilator-3.804.tgz
new file mode 100644
index 0000000..a2fe03b
Binary files /dev/null and b/verilator-3.804.tgz differ
diff --git a/verilator.spec b/verilator.spec
index b8aa77e..7ab62af 100644
--- a/verilator.spec
+++ b/verilator.spec
@@ -1,15 +1,14 @@
 Name:           verilator
-Version:        3.712
+Version:        3.804
 Release:        1%{?dist}
 Summary:        A fast simulator for synthesizable Verilog
 License:        GPLv2
-Group: 	        Applications/Engineering
+Group:          Applications/Engineering
 URL:            http://www.veripool.com/verilator.html
 Source0:        http://www.veripool.org/verilator/ftp/%{name}-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl, flex, bison, perl-SystemPerl-devel
 Requires:       perl-SystemPerl-devel >= 1.320
-Patch0:         verilator-driver.patch
 
 %description
 
@@ -20,24 +19,17 @@ where fast simulation performance is of primary concern, and is
 especially well suited to create executable models of CPUs for
 embedded software design teams.
 
-Authors:
---------
-
-Wilson Snyder
-Paul Wasson
-Duane Galbi
-
 %prep
 %setup -q
-%patch0 -p1
+
 find . -name .gitignore -exec rm {} \;
 export VERILATOR_ROOT=%{_datadir}
-%{configure} --enable-envdef --prefix=%{_prefix} --mandir=%{_mandir} 
+%{configure} --enable-envdef --prefix=%{_prefix} --mandir=%{_mandir}
 %{__sed} -i "s|CPPFLAGSNOWALL +=|CPPFLAGSNOWALL +=%{optflags}|" \
 {src,test_c,test_regress,test_sc,test_sp,test_verilated}/Makefile_obj
 
 %build
-SYSTEMPERL_INCLUDE=%{_includedir}/perl-SystemPerl %{__make} %{?_smp_mflags} 
+SYSTEMPERL_INCLUDE=%{_includedir}/perl-SystemPerl %{__make} %{?_smp_mflags}
 
 
 %install
@@ -53,7 +45,7 @@ SYSTEMPERL_INCLUDE=%{_includedir}/perl-SystemPerl %{__make} %{?_smp_mflags}
 %{__rm} -rf %{buildroot}%{_bindir}/verilator_includer
 
 %clean
-%{__rm} -rf %{buildroot}  
+%{__rm} -rf %{buildroot}
 
 %files
 
@@ -73,6 +65,11 @@ SYSTEMPERL_INCLUDE=%{_includedir}/perl-SystemPerl %{__make} %{?_smp_mflags}
 
 
 %changelog
+* Sat Sep 25 2010  Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.804-1
+- updated to 3.804
+
+* Sun Jul 11 2010  Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.803-1
+- updated to 3.803
 
 * Fri Jul 24 2009 Lane Brooks <dirjud [AT] gmail DOT com> - 3.712-1
 - Updated to verilator 3.712
@@ -80,7 +77,7 @@ SYSTEMPERL_INCLUDE=%{_includedir}/perl-SystemPerl %{__make} %{?_smp_mflags}
 * Fri Jun 26 2009 Lane Brooks <dirjud [AT] gmail DOT com> - 3.711-1
 - Updated to verilator 3.711
 - Added Artistic file
-- Fixed permissions on man file 
+- Fixed permissions on man file
 
 * Tue Jun 9 2009 Lane Brooks <dirjud [AT] gmail DOT com> - 3.710-1
 - Updated to verilator 3.710


More information about the scm-commits mailing list