fix python 3.8 build (BZ #1737016)

This commit is contained in:
Gabriel L. Somlo 2019-08-06 15:02:06 -04:00
parent cba8946e0e
commit 74ce6ae4ad
1 changed files with 9 additions and 4 deletions

View File

@ -1,16 +1,16 @@
%global commit0 f1b1b355a988b78c746296e097691531d5baf554
%global commit0 7e97b5b205af4e63ee0fd336e91da16bcd080f95
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global commit1 d0b219af41ae3da6150645fbc5cc5613b530603f
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
%global snapdate 20190327
%global snapdate 20190806
%global __python %{__python3}
Name: trellis
Version: 1.0
Release: 0.3.%{snapdate}git%{shortcommit0}%{?dist}
Release: 0.4.%{snapdate}git%{shortcommit0}%{?dist}
Summary: Lattice ECP5 FPGA bitstream creation/analysis/programming tools
License: ISC
URL: https://github.com/SymbiFlow/prj%{name}
@ -111,11 +111,16 @@ install -Dpm644 -t %{buildroot}%{_mandir}/man1 man1/*
%{_datadir}/%{name}/database
%changelog
* Tue Aug 06 2019 Gabriel Somlo <gsomlo@gmail.com> - 1.0-0.4.20190806git7e97b5b
- Update to newer snapshot.
- Fix python 3.8 build (BZ #1737016).
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.3.20190327gitf1b1b35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Mar 27 2019 Gabriel Somlo <gsomlo@gmail.com> - 1.0-0.2.20190327gitf1b1b35
- Update to latest upstream snapshot.
- Update to newer snapshot.
- Fix library suffix mis-detection on i686.
* Wed Mar 20 2019 Gabriel Somlo <gsomlo@gmail.com> - 1.0-0.1.20190320git26d6667
- Initial version.