From 73b0cee67f15dd772d254e21285a4d05c49128f9 Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: May 10 2022 13:05:56 +0000 Subject: update to 0.17 snapshot (BZ 2083221) --- diff --git a/.gitignore b/.gitignore index b93dae7..eea2497 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /yosys-a41c1df.tar.gz /yosys-c312402.tar.gz /yosys-4da3f28.tar.gz +/yosys-587e09d.tar.gz diff --git a/sources b/sources index 06d18d6..8761816 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yosys-4da3f28.tar.gz) = e9a38afb22100ed42f415dbc259c7a62342fa09181abaa3fccfce922aef70cac096e2cbd204bf363e518f5f61724b80dcff1c9bbb72fe56c0321e5fd0cf6cc59 +SHA512 (yosys-587e09d.tar.gz) = 5cafa2dab54a93a2142f632c84900eee48049405bdbd04f09cd21ff580cd1070173906c40b37f56257535ec3b09935ed81f0783b45b72153f5179fc001d0a1a0 SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc diff --git a/yosys.spec b/yosys.spec index 0652b11..6b4fe9d 100644 --- a/yosys.spec +++ b/yosys.spec @@ -1,12 +1,12 @@ -%global commit0 4da3f2878bb873726c6ac9233fe937d8c788993c +%global commit0 587e09d551d753d6c9a3ca3635e2c7f66e978024 %global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) -%global snapdate 20220407 +%global snapdate 20220509 %global __python %{__python3} Name: yosys -Version: 0.16 +Version: 0.17 Release: 1.%{snapdate}git%{shortcommit0}%{?dist} Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer License: ISC and MIT @@ -171,6 +171,9 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359 %changelog +* Mon May 09 2022 Gabriel Somlo - 0.17.1.20220509git587e09d +- update to 0.17 snapshot + * Thu Apr 07 2022 Gabriel Somlo - 0.16.1.20220407git4da3f28 - update to 0.16 snapshot