From ca5877eb19ce16fecd8c0d1d2d704d7f103caf4c Mon Sep 17 00:00:00 2001 From: Dennis Chen Date: Mar 13 2016 23:20:15 +0000 Subject: Fixed Bugzilla #1307326 FTBFS in Rawhide. --- diff --git a/arduino-armbuild.patch b/arduino-armbuild.patch new file mode 100644 index 0000000..6d3aae1 --- /dev/null +++ b/arduino-armbuild.patch @@ -0,0 +1,12 @@ +diff -up Arduino-1.6.4/build/build.xml.mod Arduino-1.6.4/build/build.xml +--- Arduino-1.6.4/build/build.xml.mod 2016-03-13 16:09:04.478986047 -0700 ++++ Arduino-1.6.4/build/build.xml 2016-03-13 16:09:13.389887933 -0700 +@@ -14,7 +14,7 @@ + + + +- ++ + + + diff --git a/arduino.spec b/arduino.spec index 5468b57..dac611f 100644 --- a/arduino.spec +++ b/arduino.spec @@ -1,7 +1,7 @@ Name: arduino Epoch: 1 Version: 1.6.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An IDE for Arduino-compatible electronics prototyping platforms Group: Development/Tools License: GPLv2+ and LGPLv2+ and CC-BY-SA @@ -39,6 +39,8 @@ Patch3: arduino-add-to-groups.patch Patch4: arduino-script.patch # Redirects Arduino to system astyle libraries Patch5: arduino-use-system-astyle.patch +# Allows Arduino to build on non-intel systems +Patch6: arduino-armbuild.patch %description Arduino is an open-source electronics prototyping platform based on @@ -102,6 +104,7 @@ find -name '*.hex' -delete %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 echo -e "\n# By default, don't notify the user of a new upstream version." \ "\n# https://bugzilla.redhat.com/show_bug.cgi?id=773519" \ @@ -234,6 +237,9 @@ fi %{_datadir}/%{name}/lib/version.txt %changelog +* Sun Mar 13 2016 Dennis Chen - 1:1.6.4-6 +- Fixed Bugzilla #1307326 FTBFS in Rawhide. + * Wed Feb 03 2016 Fedora Release Engineering - 1:1.6.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild