From ecb37014faae133e835a94ebe3281727bfb7a38d Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Feb 23 2022 13:20:10 +0000 Subject: update to 0.14 snapshot --- diff --git a/.gitignore b/.gitignore index 7ae3fd5..400cf61 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /yosys-cdb5711.tar.gz /yosys-84f0df1.tar.gz /yosys-0e97c3f.tar.gz +/yosys-a41c1df.tar.gz diff --git a/sources b/sources index 1ebdc30..ab29e07 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yosys-0e97c3f.tar.gz) = e63c3c58f6851e494a6f8df0cb7a9ca1fc7f286d25fd14291235988b923d59650f86a4141ea41ba218276754caa9f83a9373898aa370e91ac30bc325de53f9e6 +SHA512 (yosys-a41c1df.tar.gz) = cdcfd737c6ea20af8c5fab3d723409cd7a7a518dee0809ec7318be069d219aa4e531788a1f02fc9216af212da6c811062bfc2b594166100a0b2d194749f0f335 SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc diff --git a/yosys.spec b/yosys.spec index fce6dec..8ad097c 100644 --- a/yosys.spec +++ b/yosys.spec @@ -1,13 +1,13 @@ -%global commit0 0e97c3fd740b2f2d137d4db7e9a89cf29c66ddb7 +%global commit0 a41c1df76f724476136e2668405ccae05494ebb8 %global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) -%global snapdate 20220127 +%global snapdate 20220222 %global __python %{__python3} Name: yosys -Version: 0.13 -Release: 2.%{snapdate}git%{shortcommit0}%{?dist} +Version: 0.14 +Release: 1.%{snapdate}git%{shortcommit0}%{?dist} Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer License: ISC and MIT URL: http://www.clifford.at/yosys/ @@ -171,6 +171,9 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359 %changelog +* Tue Feb 22 2022 Gabriel Somlo - 0.14.1.20220222gita41c1df +- update to 0.14 snapshot + * Thu Jan 27 2022 Gabriel Somlo - 0.13.2.20220127git0e97c3f - update to newer 0.13 snapshot - remove pdf manual patch (issue fixed upstream)