From 6c00393adb153b662b804a57c88e80fb60e8f952 Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Nov 07 2021 12:27:27 +0000 Subject: update to new snapshot (#2020733) --- diff --git a/.gitignore b/.gitignore index fa4c77e..2df663b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /yosys-df2b79c.tar.gz /yosys-50be8fd.tar.gz /yosys-62739f7.tar.gz +/yosys-9a41380.tar.gz diff --git a/sources b/sources index edd17f1..c385c89 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yosys-62739f7.tar.gz) = 504b27d0ba9e00dbcab9693287e57d42e0174acb5ed36bd0050a76d416b5b1082e738081f6f69659b48ca876d04b224b170bed3e16dedf613e259c2280b26d6f +SHA512 (yosys-9a41380.tar.gz) = d5b245ab8068a9ccf798c84b327878762854557906b465355f80219f235cc8f66fcd625a48a396e05c93fb8ccd2d0e2dd46766372d58c338d78e9070ba8f8764 SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc diff --git a/yosys.spec b/yosys.spec index 744dcf9..a7846b7 100644 --- a/yosys.spec +++ b/yosys.spec @@ -1,12 +1,12 @@ -%global commit0 62739f7bf7b82afccd10c22bdabf89d305485966 +%global commit0 9a413803eb83f96d74dc48aee8a2319e1b926692 %global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) -%global snapdate 20210928 +%global snapdate 20211106 %global __python %{__python3} Name: yosys -Version: 0.10 +Version: 0.11 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 +* Sat Nov 06 2021 Gabriel Somlo - 0.11.1.20211106git9a41380 +- update snapshot + * Tue Sep 28 2021 Gabriel Somlo - 0.10.1.20210928git62739f7 - update snapshot