#4 Update to a newer version
Merged 5 years ago by lkundrak. Opened 5 years ago by lkundrak.
rpms/ lkundrak/icestorm lr/update  into  master

file modified
+7 -2
@@ -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}/
@@ -44,6 +44,7 @@ 

  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,10 @@ 

  %{_datarootdir}/%{name}

  

  %changelog

+ * Tue Mar 19 2019 Lubomir Rintel <lkundrak@v3.sk> - 0-0.7.20190311gitfa1c932

+ - Update to a newer snapshot

+ - Package the timing files

+ 

  * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7.20170914git5c4d4db

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

$SUBJ && ship timing files.

This is so that nextpnr could be built.

Seems like there's handful of pull requests doing the same completely ignored.

Provenpackager hat on: merging this.

Pull-Request has been merged by lkundrak

5 years ago