Update to newer snapshot

This commit is contained in:
Gabriel Somlo 2022-10-07 14:21:33 -04:00
parent 1e253405d2
commit 80c8df51e4
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/prjtrellis-db-35d900a.tar.gz
/prjtrellis-7a2e9ed.tar.gz
/prjtrellis-98e0ea3.tar.gz
/prjtrellis-5e51529.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (prjtrellis-98e0ea3.tar.gz) = 98975d87397c842684f491c9ed62b338fafc111be6cc2bfb657e157fd5642ca16c3ffd32a8e96454df1f7dfc46363aa71f9c66439be19e6ce28a87a06b4f48bd
SHA512 (prjtrellis-5e51529.tar.gz) = a4f6ac7f88eb0631e7d73ed7b0d30fdb5bb0822f19f6083b1480fcaaa2c80c2f9bdcbca04254b51b49a4c402382aefe8116a4913ce6b871c93c85f6f14d14bff
SHA512 (prjtrellis-db-35d900a.tar.gz) = 21e3a6ea386af610fdff4124151ebe98cb0ad75be641b641fa1f52ef0fd521feb289628d156cdcf69e209fdcdb9c65aeb3226128dd652c8ae3fb2cb7f3aa4389

View File

@ -1,16 +1,16 @@
%global commit0 98e0ea3064a22b3c9159fb4df35e1792d87a0c9e
%global commit0 5e515296468bcfe4c981a3f413b4964d3e821bd2
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global commit1 35d900a94ff0db152679a67bf6e4fbf40ebc34aa
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
%global snapdate 20220821
%global snapdate 20221006
%global __python %{__python3}
Name: trellis
Version: 1.2.1
Release: 10.%{snapdate}git%{shortcommit0}%{?dist}
Release: 11.%{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
* Thu Oct 06 2022 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-11.20221006git5e51529
- Update to newer snapshot
* Sun Aug 21 2022 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-10.20220821git98e0ea3
- Update to newer snapshot