From 55250c28276a28cc24928c932ff183578fcb8220 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mar 19 2019 11:17:15 +0000 Subject: [PATCH 1/2] Also package the timings nextpnr utilizes these. --- diff --git a/icestorm.spec b/icestorm.spec index a526203..aecfa05 100644 --- a/icestorm.spec +++ b/icestorm.spec @@ -44,6 +44,7 @@ make %{?_smp_mflags} \ chmod +x %{buildroot}%{_bindir}/icebox.py mv %{buildroot}%{_datarootdir}/icebox %{buildroot}%{_datarootdir}/%{name} mv %{buildroot}%{_bindir}/iceboxdb.py %{buildroot}%{_datarootdir}/%{name} +install -pm644 icefuzz/timings_*.txt %{buildroot}%{_datarootdir}/%{name} # We could do a minimal check section by running make in the example # directories, but that depends on arachne-pnr, which depends on this @@ -56,6 +57,9 @@ mv %{buildroot}%{_bindir}/iceboxdb.py %{buildroot}%{_datarootdir}/%{name} %{_datarootdir}/%{name} %changelog +* Tue Mar 19 2019 Lubomir Rintel +- Package the timing files + * Fri Feb 01 2019 Fedora Release Engineering - 0-0.7.20170914git5c4d4db - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 8f106398f3979e0d9dfb676978b770cff9766e0e Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mar 19 2019 11:17:21 +0000 Subject: [PATCH 2/2] Update to a newer snapshot Adds 5k support. --- diff --git a/icestorm.spec b/icestorm.spec index aecfa05..23be165 100644 --- a/icestorm.spec +++ b/icestorm.spec @@ -1,4 +1,4 @@ -%global commit0 5c4d4db08d39673b98ce953f1ab1d1368eeb2f44 +%global commit0 fa1c932452e8efe1dfcc6ff095e3f7130a7906b1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) @@ -6,7 +6,7 @@ Name: icestorm Version: 0 -Release: 0.7.20170914git%{shortcommit0}%{?dist} +Release: 0.7.20190311git%{shortcommit0}%{?dist} Summary: Lattice iCE40 FPGA bitstream creation/analysis/programming tools License: ISC URL: http://www.clifford.at/%{name}/ @@ -57,7 +57,8 @@ install -pm644 icefuzz/timings_*.txt %{buildroot}%{_datarootdir}/%{name} %{_datarootdir}/%{name} %changelog -* Tue Mar 19 2019 Lubomir Rintel +* Tue Mar 19 2019 Lubomir Rintel - 0-0.7.20190311gitfa1c932 +- Update to a newer snapshot - Package the timing files * Fri Feb 01 2019 Fedora Release Engineering - 0-0.7.20170914git5c4d4db