[arduino] * Mon Jan 2 2012 Peter Oliver <rpm at mavit.org.uk> - 1:1.0-2 - Add arduino-no-avrdude64.patch to prev

mavit mavit at fedoraproject.org
Mon Jan 2 02:08:51 UTC 2012


commit afc626d3e3dde6ed27032ee9daf7defa747da2a0
Author: Peter Oliver <git at mavit.org.uk>
Date:   Mon Jan 2 02:08:33 2012 +0000

    * Mon Jan  2 2012 Peter Oliver <rpm at mavit.org.uk> - 1:1.0-2
    - Add arduino-no-avrdude64.patch to prevent copying of (for us,
      unbundled) avrdude64.

 arduino.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/arduino.spec b/arduino.spec
index afb9459..3374eb1 100644
--- a/arduino.spec
+++ b/arduino.spec
@@ -2,7 +2,7 @@ Name:		arduino
 Epoch:		1
 Version:	1.0
 %define version_04d 0100
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	An IDE for Arduino-compatible electronics prototyping platforms
 Group:		Development/Tools
 License:	GPLv2+ and LGPLv2+ and CC-BY-SA
@@ -18,6 +18,7 @@ BuildArch:	noarch
 
 # Use unbundled libs:
 Patch0:		arduino-script.patch
+Patch7:		arduino-no-avrdude64.patch
 # Requested upstream in http://github.com/arduino/Arduino/pull/5:
 Patch3:		arduino-use-system-rxtx.patch
 
@@ -81,6 +82,7 @@ find -name '*.jar' -exec rm -f '{}' \;
 chmod a+rx build/linux/%{name}-add-groups
 %patch0
 %patch3 -p1
+%patch7 -p1
 
 # "git apply" fails silently if pwd is git-controlled.
 pwd=`pwd`
@@ -185,6 +187,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan  2 2012 Peter Oliver <rpm at mavit.org.uk> - 1:1.0-2
+- Add arduino-no-avrdude64.patch to prevent copying of (for us,
+  unbundled) avrdude64.
+
 * Mon Jan  2 2012 Peter Oliver <rpm at mavit.org.uk> - 1:1.0-1
 - Update to 1.0.
 - Drop arduino-use-system-avrdude.patch and arduino-boards-txt.patch,


More information about the scm-commits mailing list