From 59ca436063d6b29803c297dcfd254bdb54696ba9 Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Feb 15 2023 21:25:56 +0000 Subject: update to 26 snapshot --- diff --git a/.gitignore b/.gitignore index b1b00fa..95cd85d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /yosys-c75f12a.tar.gz /yosys-7ad7b55.tar.gz /yosys-7bac192.tar.gz +/yosys-1c667fa.tar.gz diff --git a/sources b/sources index d72419e..63059ac 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yosys-7bac192.tar.gz) = 719aba7cc2afc362a754292f8139222281ddc56589ed6a966e91ff2baaa6b00a0a969fe50fac318d4d5d297147e04f4aad3ea75302ebed1dd3852ac3e980cf51 +SHA512 (yosys-1c667fa.tar.gz) = 4ccd49f0c8feaa8120e358e2707a154be65d935edd89a321cb289fdd7deb4bb0d581ec1aaf9aaa82e8f9c306fa9c516786afc41ecbc25c1fb57053c290037828 SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc diff --git a/yosys.spec b/yosys.spec index 2fa4ce9..44680e0 100644 --- a/yosys.spec +++ b/yosys.spec @@ -1,12 +1,12 @@ -%global commit0 7bac1920b28672ba125aba991f30debae1cc0d8f +%global commit0 1c667fab2b02d43554db13292d49863e340ff277 %global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) -%global snapdate 20230104 +%global snapdate 20230215 %global __python %{__python3} Name: yosys -Version: 0.25 +Version: 0.26 Release: 1.%{snapdate}git%{shortcommit0}%{?dist} Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer License: ISC and MIT @@ -172,6 +172,12 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359 %changelog +* Wed Feb 15 2023 Gabriel Somlo - 0.26.1.20230215git1c667fa +- update to 0.26 snapshot + +* Sat Jan 21 2023 Fedora Release Engineering - 0.25-2.20230104git7bac192 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jan 04 2023 Gabriel Somlo - 0.25.1.20230104git7bac192 - update to 0.25 snapshot