Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package iverilog for openSUSE:Factory checked in at 2026-03-17 19:04:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iverilog (Old) and /work/SRC/openSUSE:Factory/.iverilog.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iverilog" Tue Mar 17 19:04:05 2026 rev:10 rq:1339409 version:13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/iverilog/iverilog.changes 2024-02-13 22:44:56.393803413 +0100 +++ /work/SRC/openSUSE:Factory/.iverilog.new.8177/iverilog.changes 2026-03-17 19:05:43.347717462 +0100 @@ -1,0 +2,9 @@ +Wed Mar 4 17:22:22 UTC 2026 - Wojciech Kazubski <[email protected]> + +- Update to version 13.0 + * This is the first release in the stable version 13 branch. + * See the documentation for release note and list of fixes and + improvements (usr/share/doc/packages/iverilog/release/v13-0-release-note.txt) +- Use Sphinx to build documentation + +------------------------------------------------------------------- @@ -87 +96,2 @@ -Tue Oct 12 2010 Werner Hoch <[email protected]> - 0.9.3 +Tue Oct 12 12:00:00 UTC 2010 - Werner Hoch <[email protected]> - 0.9.3 + @@ -88,0 +99 @@ + @@ -90 +101,2 @@ -Sun Jun 06 2010 Werner Hoch <[email protected]> - 0.9.2 +Sun Jun 06 12:00:00 UTC 2010 - Werner Hoch <[email protected]> - 0.9.2 + @@ -91,0 +104 @@ + @@ -93 +106,2 @@ -Sun Apr 19 2009 Werner Hoch <[email protected]> - 0.9.1 +Sun Apr 19 12:00:00 UTC 2009 - Werner Hoch <[email protected]> - 0.9.1 + @@ -94,0 +109 @@ + @@ -96 +111,2 @@ -Fri Jan 02 2009 Werner Hoch <[email protected]> - 0.8.7 +Fri Jan 02 12:00:00 UTC 2009 - Werner Hoch <[email protected]> - 0.8.7 + @@ -99,0 +116 @@ + @@ -101 +118,2 @@ -Sun Sep 21 2008 Werner Hoch <[email protected]> - 0.8.6 +Sun Sep 21 12:00:00 UTC 2008 - Werner Hoch <[email protected]> - 0.8.6 + @@ -103,0 +122 @@ + @@ -105 +124,2 @@ -Tue Nov 27 2007 Werner Hoch <[email protected]> +Tue Nov 27 12:00:00 UTC 2007 - Werner Hoch <[email protected]> + @@ -107,0 +128 @@ + @@ -109 +130,2 @@ -Sat Jul 28 2007 Werner Hoch <[email protected]> +Sat Jul 28 12:00:00 UTC 2007 - Werner Hoch <[email protected]> + @@ -110,0 +133 @@ + @@ -112 +135,2 @@ -Sat Mar 24 2007 Werner Hoch <[email protected]> +Sat Mar 24 12:00:00 UTC 2007 - Werner Hoch <[email protected]> + @@ -113,0 +138 @@ + @@ -115 +140,2 @@ -Wed Feb 07 2007 Werner Hoch <[email protected]> +Wed Feb 07 12:00:00 UTC 2007 - Werner Hoch <[email protected]> + @@ -116,0 +143 @@ + @@ -118 +145,2 @@ -Sat Nov 04 2006 Werner Hoch <[email protected]> +Sat Nov 04 12:00:00 UTC 2006 - Werner Hoch <[email protected]> + @@ -119,0 +148 @@ + @@ -121 +150,2 @@ -Tue Oct 31 2006 Werner Hoch <[email protected]> +Tue Oct 31 12:00:00 UTC 2006 - Werner Hoch <[email protected]> + @@ -122,0 +153 @@ + @@ -124 +155,2 @@ -Sat Oct 28 2006 Werner Hoch <[email protected]> +Sat Oct 28 12:00:00 UTC 2006 - Werner Hoch <[email protected]> + @@ -126,0 +159 @@ + Old: ---- verilog-12.0.tar.gz New: ---- iverilog-13_0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iverilog.spec ++++++ --- /var/tmp/diff_new_pack.G010Oc/_old 2026-03-17 19:05:43.875739344 +0100 +++ /var/tmp/diff_new_pack.G010Oc/_new 2026-03-17 19:05:43.879739510 +0100 @@ -1,7 +1,7 @@ # # spec file for package iverilog # -# Copyright (c) 2020-2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,21 @@ Name: iverilog -Version: 12.0 +Version: 13.0 Release: 0 -%define major_ver 12 +%define major_ver 13 Summary: Simulation and synthesis tool for IEEE-1364 License: GPL-2.0-or-later Group: Productivity/Scientific/Electronics URL: https://steveicarus.github.io/iverilog/ -Source: https://altushost-swe.dl.sourceforge.net/project/iverilog/iverilog/%{version}/verilog-%{version}.tar.gz +Source: https://altushost-swe.dl.sourceforge.net/project/iverilog/iverilog/%{version}/%{name}-%{major_ver}_0.tar.gz BuildRequires: bison BuildRequires: fdupes BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: gperf BuildRequires: libbz2-devel +BuildRequires: python3-Sphinx BuildRequires: readline-devel BuildRequires: zlib-devel @@ -48,29 +49,41 @@ This package contains necessary header files for Icarus Verilog %prep -%setup -q -n verilog-%{version} +%setup -q -n %{name}-%{major_ver}_0 %build %configure %make_build +#build docs +cd Documentation +make text +cd .. + %install %make_install rm %{buildroot}/%{_libdir}/*.a %fdupes -s %{buildroot}/%{_libdir}/ivl/ +#install docs +mkdir -p %{buildroot}/%{_docdir}/%{name} +cp -r Documentation/_build/text/* %{buildroot}/%{_docdir}/%{name} + %check make check %files %license COPYING -%doc README.md 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 -%{_bindir}/* -%{_libdir}/ivl/ -%{_mandir}/man1/* +%doc README.md +%doc examples +%{_docdir}/%{name}/* +%{_bindir}/iverilog +%{_bindir}/iverilog-vpi +%{_bindir}/vvp +%{_libdir}/ivl +%{_mandir}/man1/iverilog* +%{_mandir}/man1/vvp* %files devel -%{_includedir}/* +%{_includedir}/iverilog
