From 410a5af5fe7059f003639d3522b2773a26957020 Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Nov 09 2023 11:37:15 +0000 Subject: update to 0.35 --- diff --git a/.gitignore b/.gitignore index 0e670c3..8ad819f 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /yosys-389b8d0.tar.gz /yosys-05f0262.tar.gz /yosys-8367f06.tar.gz +/yosys-5691cd0.tar.gz diff --git a/sources b/sources index fb6137f..74d1b2f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yosys-8367f06.tar.gz) = a088883e7ea68c5c170c0b9ffe3060935f0f7ab0efb7c7f7fd43f77f129e6c6064d60306dc694aa4732ba5a376a4758d2150e2c69cf692e821d4d797b95b294a +SHA512 (yosys-5691cd0.tar.gz) = dfef2a03ecf2d11869046d5ac7934bd55179c930748aee4dcc52bb3d3f54e6af416aa28eb85301d82a41a905aecf3c4490007b3a22305a864b1b3181bb0b2291 SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc diff --git a/yosys.spec b/yosys.spec index 30ab774..4d09639 100644 --- a/yosys.spec +++ b/yosys.spec @@ -1,12 +1,12 @@ -%global commit0 8367f06188edf750b32bd603552ba9d75995baf5 +%global commit0 5691cd095848f89f9f84a29f267fdebe95bae832 %global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) -%global snapdate 20231006 +%global snapdate 20231108 %global __python %{__python3} Name: yosys -Version: 0.34 +Version: 0.35 Release: 1.%{snapdate}git%{shortcommit0}%{?dist} Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer License: ISC and MIT @@ -35,7 +35,7 @@ BuildRequires: make BuildRequires: gcc-c++ BuildRequires: bison flex readline-devel pkgconfig BuildRequires: tcl-devel libffi-devel -BuildRequires: yosyshq-abc >= 0.34 +BuildRequires: yosyshq-abc >= 0.35 BuildRequires: iverilog >= 12.0 BuildRequires: python%{python3_pkgversion} BuildRequires: txt2man @@ -174,6 +174,9 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359 %changelog +* Wed Nov 08 2023 Gabriel Somlo - 0.35.1.20231108git5691cd0 +- update to 0.35 snapshot + * Fri Oct 06 2023 Gabriel Somlo - 0.34.1.20231006git8367f06 - update to 0.34 snapshot