From eafbd60d31642ca5644ff149c7ea9ccb9ca4b13e Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Jun 07 2023 22:45:10 +0000 Subject: update to 0.30 snapshot --- diff --git a/.gitignore b/.gitignore index 51f91e6..5bd5a63 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /yosys-b58664d.tar.gz /yosys-51dd029.tar.gz /yosys-d82bae3.tar.gz +/yosys-5813809.tar.gz diff --git a/sources b/sources index 4082329..2ea31be 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yosys-d82bae3.tar.gz) = f4324d5c01e9f04d72e772607e33710e43fc77a68443ce73e728e2c45de820366e66ccd7dd64aefea7f60c893743bbfe9a25566cd83de23a403dd82551086998 +SHA512 (yosys-5813809.tar.gz) = a92b4eb2471330c2673cca988474f3149b5b688203ea9b167b161a1d00fecfa1c3c5bfd15b70968e96adeb05373e3ceff1b5346cc84df710844a115bdfe4a8f2 SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc diff --git a/yosys.spec b/yosys.spec index 2646de2..8f51acc 100644 --- a/yosys.spec +++ b/yosys.spec @@ -1,12 +1,12 @@ -%global commit0 d82bae32bee63d4a521e5cb081359aa5a35213f1 +%global commit0 5813809ad9afbe1c38f65c6aae7c3441d7614d0b %global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) -%global snapdate 20230511 +%global snapdate 20230607 %global __python %{__python3} Name: yosys -Version: 0.29 +Version: 0.30 Release: 1.%{snapdate}git%{shortcommit0}%{?dist} Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer License: ISC and MIT @@ -172,6 +172,9 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359 %changelog +* Wed Jun 07 2023 Gabriel Somlo - 0.30.1.20230607git5813809 +- update to 0.30 snapshot + * Thu May 11 2023 Gabriel Somlo - 0.29.1.20230511gitd82bae3 - update to 0.29 snapshot