diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec index 4f6abae..67b38bf 100644 --- a/arm-none-eabi-gcc-cs.spec +++ b/arm-none-eabi-gcc-cs.spec @@ -5,12 +5,12 @@ # we need newlib to compile complete gcc, but we need gcc to compile newlib, # so compile minimal gcc first -%global bootstrap 1 +%global bootstrap 0 Name: %{target}-gcc-cs Epoch: 1 Version: 6.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNU GCC for cross-compilation for %{target} target Group: Development/Tools @@ -284,6 +284,9 @@ popd %endif %changelog +* Fri Jul 08 2016 Michal Hlavinka - 1:6.1.0-2 +- proper build of new version + * Tue Jun 28 2016 Michal Hlavinka - 1:6.1.0-1 - bootstrap build for gcc 6.1.0