From a56e6d4ffff878477ab28c5c3a8a424cb00be154 Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Sat, 7 Oct 2023 08:07:58 -0400 Subject: [PATCH] update to newer snapshot --- .gitignore | 2 ++ sources | 4 ++-- trellis.spec | 11 +++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index de8347f..4edfe30 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ /prjtrellis-e830a28.tar.gz /prjtrellis-be909ba.tar.gz /prjtrellis-db-9918c35.tar.gz +/prjtrellis-36c615d.tar.gz +/prjtrellis-db-4dda149.tar.gz diff --git a/sources b/sources index 0121788..7cb43c1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (prjtrellis-be909ba.tar.gz) = 577c707911db554ceb682b49017726a3468621907c6514400c213c2df277a0ac1ecef6d8aa17bc860ce4f0865088ee48d003119f4a6c4783fde78939bd9c75a6 -SHA512 (prjtrellis-db-9918c35.tar.gz) = a8d32b9abfb75131a4230d961a2af4e6c06659c07771c55a23d422df0b7e5176809efde8891072b9a3ee96363fe371b0b64bae3493f1b7d02537fb70b95cf2f7 +SHA512 (prjtrellis-36c615d.tar.gz) = e011423f05234ae367050e1f5bca94fc442509d18e7ff8f373bf2112a4ad19cc9fead7e0c22ff5daa25554bc291cbd8eeb90bb8119e715bd9303df314613961c +SHA512 (prjtrellis-db-4dda149.tar.gz) = e2e6d37ad93c082f97033288299c045138aebe3bb0ab0169545c0a7ee64a8b408007475ebb94b756378b1e51c3621c89f94b857d2bb9eec0d77bfea5ac7ebe4c diff --git a/trellis.spec b/trellis.spec index c64fd9f..833ff43 100644 --- a/trellis.spec +++ b/trellis.spec @@ -1,16 +1,16 @@ -%global commit0 be909baf2268a9706a6798a5bb5ae751e118d5b2 +%global commit0 36c615d1740473cc3574464c7f0bed44da20e5b6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global commit1 9918c359b51af3f002a41b3d5c15bec2eee29354 +%global commit1 4dda149b9e4f1753ebc8b011ece2fe794be1281a %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) -%global snapdate 20230912 +%global snapdate 20231006 %global __python %{__python3} Name: trellis Version: 1.2.1 -Release: 22.%{snapdate}git%{shortcommit0}%{?dist} +Release: 23.%{snapdate}git%{shortcommit0}%{?dist} Summary: Lattice ECP5 FPGA bitstream creation/analysis/programming tools License: ISC URL: https://github.com/YosysHQ/prj%{name} @@ -117,6 +117,9 @@ install -Dpm644 -t %{buildroot}%{_mandir}/man1 man1/* %{_datadir}/%{name}/database %changelog +* Fri Oct 06 2023 Gabriel Somlo - 1.2.1-23.20231006git36c615d +- update to newer snapshot (incl. database) + * Tue Sep 12 2023 Gabriel Somlo - 1.2.1-22.20230912gitbe909ba - update to newer snapshot (incl. database)