From 2a89972f82f1963d1ee0072dcb33129a5e5c5dc2 Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Apr 24 2023 15:23:42 +0000 Subject: update to 0.28 --- diff --git a/.gitignore b/.gitignore index 4b4df02..b8fe7fe 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /yosys-7bac192.tar.gz /yosys-1c667fa.tar.gz /yosys-b58664d.tar.gz +/yosys-51dd029.tar.gz diff --git a/sources b/sources index b50fd0b..c392d46 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yosys-b58664d.tar.gz) = 7603ff816dedf45b5f29c696a2971aa7529f5e5b733310a4a73af7495d841f1628b1ad3eab4347baefe0b37db36f16640428b91daeff0163ede0a8c1c7349c1a +SHA512 (yosys-51dd029.tar.gz) = bd411848cd1487f815933a804a24dbf86c089cea58c12e80ed43d17f9f707bd6cdc2e77695a22181d31915a4ce0178285a5f03d3f45a2f820b3d60780e80065e SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc diff --git a/yosys.spec b/yosys.spec index 67d07a0..4de4926 100644 --- a/yosys.spec +++ b/yosys.spec @@ -1,12 +1,12 @@ -%global commit0 b58664d441764b4de1d01c4efcdd45094ba71535 +%global commit0 51dd0290241c521f5498f71f4fd4fb0598d83a76 %global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) -%global snapdate 20230307 +%global snapdate 20230423 %global __python %{__python3} Name: yosys -Version: 0.27 +Version: 0.28 Release: 1.%{snapdate}git%{shortcommit0}%{?dist} Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer License: ISC and MIT @@ -35,8 +35,8 @@ BuildRequires: make BuildRequires: gcc-c++ BuildRequires: bison flex readline-devel pkgconfig BuildRequires: tcl-devel libffi-devel -BuildRequires: abc >= 1.01-9 -BuildRequires: iverilog +BuildRequires: abc >= 1.01-37 +BuildRequires: iverilog >= 12.0 BuildRequires: python%{python3_pkgversion} BuildRequires: txt2man @@ -172,6 +172,9 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359 %changelog +* Sun Apr 23 2023 Gabriel Somlo - 0.28.1.20230423git51dd029 +- update to 0.28 snapshot + * Tue Mar 07 2023 Gabriel Somlo - 0.27.1.20230307gitb58664d - update to 0.27 snapshot