From 5556b02af4f28a4952998d9da86aee0a2816fd81 Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Dec 09 2021 15:41:58 +0000 Subject: update to 0.12 snapshot (#2028824) --- diff --git a/.gitignore b/.gitignore index 2df663b..b862a96 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /yosys-50be8fd.tar.gz /yosys-62739f7.tar.gz /yosys-9a41380.tar.gz +/yosys-cdb5711.tar.gz diff --git a/sources b/sources index c385c89..424f61b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yosys-9a41380.tar.gz) = d5b245ab8068a9ccf798c84b327878762854557906b465355f80219f235cc8f66fcd625a48a396e05c93fb8ccd2d0e2dd46766372d58c338d78e9070ba8f8764 +SHA512 (yosys-cdb5711.tar.gz) = 224dda7c783e2f6db8a281beb05229e89fd4bcc53ff4098dc2820a9cafba520f8ae2cd63851bc773b2e394c30ada5fed799b7d49fb818797affe91ed37cbe4f1 SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc diff --git a/yosys.spec b/yosys.spec index a7846b7..0e4e21b 100644 --- a/yosys.spec +++ b/yosys.spec @@ -1,12 +1,12 @@ -%global commit0 9a413803eb83f96d74dc48aee8a2319e1b926692 +%global commit0 cdb57118758f855518ad416d12728d72bff58c10 %global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) -%global snapdate 20211106 +%global snapdate 20211209 %global __python %{__python3} Name: yosys -Version: 0.11 +Version: 0.12 Release: 1.%{snapdate}git%{shortcommit0}%{?dist} Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer License: ISC and MIT @@ -169,6 +169,9 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359 %changelog +* Thu Dec 09 2021 Gabriel Somlo - 0.12.1.20211209gitcdb5711 +- update to 0.12 snapshot (#2028824) + * Sat Nov 06 2021 Gabriel Somlo - 0.11.1.20211106git9a41380 - update snapshot