diff --git a/.gitignore b/.gitignore index 3734f7e..fc3f24e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /yosys-d82bae3.tar.gz /yosys-5813809.tar.gz /yosys-b04d0e0.tar.gz +/yosys-389b8d0.tar.gz diff --git a/sources b/sources index bcee2de..48b3116 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yosys-b04d0e0.tar.gz) = 338135e797643e565998bad63d92cd277c0a370183bdb11486b1a0e1c4d48279a407f5d5ba69ce332fb2bf77b923920706e21b752f9040d5a51d19d42e5d5095 +SHA512 (yosys-389b8d0.tar.gz) = 39bce83b559354c3cb326b2a82485ef62c005f18742a2dbb07b52df5307a1d2729d12cb8322486b2967684a102ee5d9f43d9c344b38a1e4a1a4e38ddb88b395d SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc diff --git a/yosys.spec b/yosys.spec index c803992..b7c2f2a 100644 --- a/yosys.spec +++ b/yosys.spec @@ -1,13 +1,13 @@ -%global commit0 b04d0e09e83102e14a53bb8b8dcc8c35f63b2fbe +%global commit0 389b8d0f94a24c30e5b9352866f0999b14312b23 %global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) -%global snapdate 20230729 +%global snapdate 20230809 %global __python %{__python3} Name: yosys -Version: 0.31 -Release: 2.%{snapdate}git%{shortcommit0}%{?dist} +Version: 0.32 +Release: 1.%{snapdate}git%{shortcommit0}%{?dist} Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer License: ISC and MIT URL: http://www.clifford.at/yosys/ @@ -35,7 +35,7 @@ BuildRequires: make BuildRequires: gcc-c++ BuildRequires: bison flex readline-devel pkgconfig BuildRequires: tcl-devel libffi-devel -BuildRequires: abc >= 1.01-37 +BuildRequires: yosyshq-abc >= 0.31 BuildRequires: iverilog >= 12.0 BuildRequires: python%{python3_pkgversion} BuildRequires: txt2man @@ -51,7 +51,7 @@ BuildRequires: texlive-collection-science Requires: %{name}-share = %{version}-%{release} Requires: graphviz python-xdot -Requires: abc >= 1.01-9 +Requires: yosyshq-abc >= 0.31 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval : ExcludeArch: %{ix86} @@ -174,6 +174,10 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359 %changelog +* Wed Aug 09 2023 Gabriel Somlo - 0.32.1.20230809git389b8d0 +- update to 0.32 snapshot +- switch abc [build]requires to yosyshq-abc + * Wed Aug 02 2023 Gabriel Somlo - 0.31.2.20230729gitb04d0e0 - drop i686 (https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval)