rpms/verilator/EL-5 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 sources, 1.2, 1.3 verilator.spec, 1.1, 1.2 verilator-driver.patch, 1.1, NONE

Chitlesh GOORAH chitlesh at fedoraproject.org
Mon Jul 12 16:56:17 UTC 2010


Author: chitlesh

Update of /cvs/pkgs/rpms/verilator/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15772/EL-5

Modified Files:
	.cvsignore import.log sources verilator.spec 
Removed Files:
	verilator-driver.patch 
Log Message:
3.803


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/verilator/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	26 Jul 2009 21:39:17 -0000	1.2
+++ .cvsignore	12 Jul 2010 16:56:16 -0000	1.3
@@ -1 +1 @@
-verilator-3.712.tgz
+verilator-3.803.tgz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/verilator/EL-5/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	26 Jul 2009 21:39:17 -0000	1.1
+++ import.log	12 Jul 2010 16:56:17 -0000	1.2
@@ -1 +1,2 @@
 verilator-3_712-1_fc10:EL-5:verilator-3.712-1.fc10.src.rpm:1248644296
+verilator-3_803-1_fc12:EL-5:verilator-3.803-1.fc12.src.rpm:1278953710


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/verilator/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	26 Jul 2009 21:39:17 -0000	1.2
+++ sources	12 Jul 2010 16:56:17 -0000	1.3
@@ -1 +1 @@
-85839104f7f245879e7db41fc632fee0  verilator-3.712.tgz
+32fa2f3ccfb67d4f58ebc12179c35b85  verilator-3.803.tgz


Index: verilator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/verilator/EL-5/verilator.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- verilator.spec	26 Jul 2009 21:39:17 -0000	1.1
+++ verilator.spec	12 Jul 2010 16:56:17 -0000	1.2
@@ -1,15 +1,14 @@
 Name:           verilator
-Version:        3.712
+Version:        3.803
 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 
 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-S
 %{__rm} -rf %{buildroot}%{_bindir}/verilator_includer
 
 %clean
-%{__rm} -rf %{buildroot}  
+%{__rm} -rf %{buildroot}
 
 %files
 
@@ -73,6 +65,8 @@ SYSTEMPERL_INCLUDE=%{_includedir}/perl-S
 
 
 %changelog
+* 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 +74,7 @@ SYSTEMPERL_INCLUDE=%{_includedir}/perl-S
 * 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


--- verilator-driver.patch DELETED ---



More information about the scm-commits mailing list