Compare commits

...

7 Commits
rawhide ... f38

Author SHA1 Message Date
Gabriel Somlo 67854a3ac0 update to newer snapshot 2023-10-07 08:08:22 -04:00
Gabriel Somlo b0175a2c88 update snapshot 2023-09-12 22:24:05 -04:00
Gabriel Somlo ec851b666e update to newer snapshot 2023-08-02 13:17:15 -04:00
Gabriel Somlo 4700c204fc update to newer snapshot 2023-05-12 14:27:15 -04:00
Gabriel Somlo aa1d8d46ca update to new snapshot 2023-04-24 11:25:10 -04:00
Gabriel Somlo 4021c2ff86 update to newer snapshot 2023-02-26 13:39:52 -05:00
Gabriel Somlo 05902efc7a update to newer snapshot 2023-02-15 16:32:24 -05:00
3 changed files with 50 additions and 8 deletions

11
.gitignore vendored
View File

@ -22,3 +22,14 @@
/prjtrellis-98e0ea3.tar.gz
/prjtrellis-5e51529.tar.gz
/prjtrellis-35f5aff.tar.gz
/prjtrellis-0c522ce.tar.gz
/prjtrellis-f767e56.tar.gz
/prjtrellis-b9120de.tar.gz
/prjtrellis-db-78866d2.tar.gz
/prjtrellis-db-ce8cdaf.tar.gz
/prjtrellis-f1e5710.tar.gz
/prjtrellis-e830a28.tar.gz
/prjtrellis-be909ba.tar.gz
/prjtrellis-db-9918c35.tar.gz
/prjtrellis-36c615d.tar.gz
/prjtrellis-db-4dda149.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (prjtrellis-35f5aff.tar.gz) = 03cb0ed3a327d0f254fefdd4d3b860d8ab018e849f821d1e6a6c3bbd838601a36066df87ae0175b28812de429e4597ea9e3d3562560753f2a70e7ad6aede0cd6
SHA512 (prjtrellis-db-35d900a.tar.gz) = 21e3a6ea386af610fdff4124151ebe98cb0ad75be641b641fa1f52ef0fd521feb289628d156cdcf69e209fdcdb9c65aeb3226128dd652c8ae3fb2cb7f3aa4389
SHA512 (prjtrellis-36c615d.tar.gz) = e011423f05234ae367050e1f5bca94fc442509d18e7ff8f373bf2112a4ad19cc9fead7e0c22ff5daa25554bc291cbd8eeb90bb8119e715bd9303df314613961c
SHA512 (prjtrellis-db-4dda149.tar.gz) = e2e6d37ad93c082f97033288299c045138aebe3bb0ab0169545c0a7ee64a8b408007475ebb94b756378b1e51c3621c89f94b857d2bb9eec0d77bfea5ac7ebe4c

View File

@ -1,16 +1,16 @@
%global commit0 35f5affe10a2995bdace49e23fcbafb5723c5347
%global commit0 36c615d1740473cc3574464c7f0bed44da20e5b6
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global commit1 35d900a94ff0db152679a67bf6e4fbf40ebc34aa
%global commit1 4dda149b9e4f1753ebc8b011ece2fe794be1281a
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
%global snapdate 20221109
%global snapdate 20231006
%global __python %{__python3}
Name: trellis
Version: 1.2.1
Release: 13.%{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}
@ -22,7 +22,7 @@ BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: python3-devel
BuildRequires: boost-python3-devel
BuildRequires: pybind11-devel
#BuildRequires: pybind11-devel
# for building docs:
BuildRequires: python3-sphinx-latex
BuildRequires: python3-recommonmark
@ -73,8 +73,8 @@ find . -name \.gitignore -delete
# disable LTO to allow building for f33 rawhide (BZ 1865586):
%define _lto_cflags %{nil}
%cmake libtrellis \
-DPYBIND11_INCLUDE_DIR="/usr/include/pybind11/" \
-DCURRENT_GIT_VERSION=%{version}-%{release}
# -DPYBIND11_INCLUDE_DIR="/usr/include/pybind11/" \
%cmake_build
%make_build -C docs latexpdf
# build manpages:
@ -117,6 +117,37 @@ install -Dpm644 -t %{buildroot}%{_mandir}/man1 man1/*
%{_datadir}/%{name}/database
%changelog
* Fri Oct 06 2023 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-23.20231006git36c615d
- update to newer snapshot (incl. database)
* Tue Sep 12 2023 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-22.20230912gitbe909ba
- update to newer snapshot (incl. database)
* Sat Jul 29 2023 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-21.20230729gite830a28
- Update to newer snapshot
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-20.20230511gitf1e5710
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.2.1-19.20230511gitf1e5710
- Rebuilt for Python 3.12
* Thu May 11 2023 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-18.20230511gitf1e5710
- update to newer snapshot (incl. database)
* Sun Apr 23 2023 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-17.20230423gitb9120de
- update to newer snapshot (incl. updated database)
* Sun Feb 26 2023 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-16.20230226gitf767e56
- Update to newer snapshot
- Temp. use bundled pybind11 (https://github.com/pybind/pybind11/issues/4529)
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 1.2.1-15.20230215git0c522ce
- Rebuilt for Boost 1.81
* Wed Feb 15 2023 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-14.20230215git0c522ce
- Update to newer snapshot
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-13.20221109git35f5aff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild