rpms/iverilog/F-11 import.log, 1.3, 1.4 iverilog.spec, 1.11, 1.12 sources, 1.10, 1.11

Chitlesh GOORAH chitlesh at fedoraproject.org
Mon Jul 13 22:26:25 UTC 2009


Author: chitlesh

Update of /cvs/pkgs/rpms/iverilog/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14138/F-11

Modified Files:
	import.log iverilog.spec sources 
Log Message:
vpi support


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/iverilog/F-11/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	23 Mar 2009 22:57:24 -0000	1.3
+++ import.log	13 Jul 2009 22:26:24 -0000	1.4
@@ -1,3 +1,4 @@
 iverilog-0_9_20080905-1_fc10:HEAD:iverilog-0.9.20080905-1.fc10.src.rpm:1221210397
 iverilog-0_9_20081118-1_fc11:HEAD:iverilog-0.9.20081118-1.fc11.src.rpm:1228641275
 iverilog-0_9_20090423-4__fc10:HEAD:iverilog-0.9.20090423-4..fc10.src.rpm:1237848668
+iverilog-0_9_20090423-5_fc11:F-11:iverilog-0.9.20090423-5.fc11.src.rpm:1247523896


Index: iverilog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iverilog/F-11/iverilog.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- iverilog.spec	23 Mar 2009 22:57:24 -0000	1.11
+++ iverilog.spec	13 Jul 2009 22:26:24 -0000	1.12
@@ -2,7 +2,7 @@
 
 Name:        iverilog
 Version:     0.9.%{snapshot}
-Release:     4.%{?dist}
+Release:     5%{?dist}
 Summary:     Icarus Verilog is a verilog compiler and simulator
 Group:       Applications/Engineering
 License:     GPLv2
@@ -54,6 +54,8 @@ rm -rf %{buildroot}
              INSTALL="install -p" \
 install
 
+
+
 %check
 make check
 
@@ -62,20 +64,26 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README.txt BUGS.txt QUICK_START.txt ieee1364-notes.txt
-%doc swift.txt netlist.txt t-dll.txt vpi.txt tgt-fpga/fpga.txt
-%doc cadpli/cadpli.txt xilinx-hint.txt examples/*
+# contents of QUICK_START.txt can be found also on README.txt, hence omitted
+%doc attributes.txt BUGS.txt COPYING extensions.txt glossary.txt ieee1364-notes.txt
+%doc README.txt swift.txt netlist.txt t-dll.txt vpi.txt tgt-fpga/fpga.txt
+%doc va_math.txt cadpli/cadpli.txt xilinx-hint.txt examples/
 %{_bindir}/*
-%dir %{_libdir}/ivl
-%{_libdir}/ivl/*
+%{_libdir}/ivl
 %{_mandir}/man1/*
 
 %files devel
 %defattr(-,root,root,-)
+# headers for PLI: This is intended to be used by the user.
 %{_includedir}/*.h
-%exclude %{_libdir}/*.a
+# RHBZ 480531
+%{_libdir}/*.a
+
 
 %changelog
+* Mon Jun 13 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.9.20090423-5
+- Improved VPI support
+
 * Mon Mar 23 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.9.20081118-4
 - new development release
 
@@ -129,4 +137,4 @@ rm -rf %{buildroot}
 - dont use libdir macro, all library always will be 32 bit
 
 * Thu Feb 22 2007 Balint Cristian <cbalint at redhat.com> 20070123-1
-- initial release
\ No newline at end of file
+- initial release


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iverilog/F-11/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	23 Mar 2009 22:57:24 -0000	1.10
+++ sources	13 Jul 2009 22:26:24 -0000	1.11
@@ -1 +1 @@
-8268d1f2f5d8cca43396f75fa88e7fac  verilog-0.9.1.tar.gz
+91e8f40d995bf5ded7b847fcc02a98bf  verilog-0.9.1.tar.gz




More information about the fedora-extras-commits mailing list