update to newer snapshot

This commit is contained in:
Gabriel Somlo 2022-04-07 18:49:08 -04:00
parent d16ebeca0c
commit 053f5959b4
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/prjtrellis-db-fdf4bf2.tar.gz
/prjtrellis-2f06397.tar.gz
/prjtrellis-3ae21cf.tar.gz
/prjtrellis-46f50f7.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (prjtrellis-3ae21cf.tar.gz) = ca711a5a4ab4d9798d4bb780734a38f44361ff5bcfa709b8bd0b9ab4ac2b9d4f8ddc7839f193a29f9290a240b66c1546348cb886f03156fcd62af723b7a6c7ef
SHA512 (prjtrellis-46f50f7.tar.gz) = d06518005ea4ee1a1d0564e577a8bd48c6d3b12c3638115e8120819f7e7e934e8d23633d52456272ced5a1a0ae10976497db932a1b07de4b23a3501b9a7f6b7b
SHA512 (prjtrellis-db-fdf4bf2.tar.gz) = 8129d883af99f8d4ddfe85b379606e716eb2cb71512e3832cd69039bb5262bf594da0971065142dcd29dfc3cc507a60a3b731776e219d078c24600746c550dd7

View File

@ -1,16 +1,16 @@
%global commit0 3ae21cf6a07f3883fafa5bf31e9104dfa6c9a63f
%global commit0 46f50f71eb8960b059a0705ac00a414ec47e2288
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global commit1 fdf4bf275a7402654bc643db537173e2fbc86103
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
%global snapdate 20220222
%global snapdate 20220407
%global __python %{__python3}
Name: trellis
Version: 1.2.1
Release: 2.%{snapdate}git%{shortcommit0}%{?dist}
Release: 3.%{snapdate}git%{shortcommit0}%{?dist}
Summary: Lattice ECP5 FPGA bitstream creation/analysis/programming tools
License: ISC
URL: https://github.com/YosysHQ/prj%{name}
@ -114,6 +114,9 @@ install -Dpm644 -t %{buildroot}%{_mandir}/man1 man1/*
%{_datadir}/%{name}/database
%changelog
* Thu Apr 07 2022 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-3.20220407git46f50f7
- Update to newer snapshot.
* Wed Apr 06 2022 Karolina Surma <ksurma@redhat.com> - 1.2.1-2.20220127git3ae21cf
- Use versioned BR on python3-sphinx-latex