[arduino/f17] - Update to 1.0.1. - Compress source with xz.

mavit mavit at fedoraproject.org
Sun Jul 22 19:41:13 UTC 2012


commit 3e0e4bbdcd214388ce157a4998113eaa57eb7fcf
Author: Peter Oliver <git at mavit.org.uk>
Date:   Sun Jul 22 20:40:00 2012 +0100

    - Update to 1.0.1.
    - Compress source with xz.

 .gitignore                 |    1 +
 arduino-no-avrdude64.patch |   12 ++++++++++--
 arduino.spec               |   12 ++++++++----
 sources                    |    2 +-
 4 files changed, 20 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a6e909..44f0232 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /arduino-0021.tar.bz2
 /arduino-0022.tar.bz2
 /arduino-1.0.tar.bz2
+/arduino-1.0.1.tar.xz
diff --git a/arduino-no-avrdude64.patch b/arduino-no-avrdude64.patch
index 7aeadd9..556be4c 100644
--- a/arduino-no-avrdude64.patch
+++ b/arduino-no-avrdude64.patch
@@ -1,11 +1,19 @@
 --- arduino-1.0~/build/build.xml	2012-01-02 02:01:18.000000000 +0000
 +++ arduino-1.0/build/build.xml	2012-01-02 02:05:13.000000000 +0000
-@@ -352,8 +352,6 @@
+@@ -352,16 +352,6 @@
    </target>
  
    <target name="linux64-build" depends="linux-build" description="Build linux (64-bit) version">
 -    <copy tofile="linux/work/hardware/tools/avrdude" file="linux/dist/tools/avrdude64" overwrite="true" />
 -    <copy tofile="linux/work/lib/librxtxSerial.so" file="linux/dist/lib/librxtxSerial64.so" overwrite="true" />
+-
+-    <chmod perm="755" file="linux/work/hardware/tools/avrdude" />
+-
+-    <!-- Unzip AVR tools -->
+-    <exec executable="tar" dir="linux/work/hardware">
+-      <arg value="-xjf"/>
+-      <arg value="../../avr_tools_linux64.tar.bz2"/>
+-    </exec>
    </target>
    
-   <target name="linux-run" depends="linux-build" 
+   <target name="linux32-run" depends="linux32-build" 
diff --git a/arduino.spec b/arduino.spec
index 62ccca8..e9cfc50 100644
--- a/arduino.spec
+++ b/arduino.spec
@@ -1,16 +1,16 @@
 Name:		arduino
 Epoch:		1
-Version:	1.0
-Release:	4%{?dist}
+Version:	1.0.1
+Release:	1%{?dist}
 Summary:	An IDE for Arduino-compatible electronics prototyping platforms
 Group:		Development/Tools
 License:	GPLv2+ and LGPLv2+ and CC-BY-SA
 URL:		http://www.arduino.cc/
 
 # There are lots of binaries in the "source" tarball.  Remove them with:
-# curl -L http://arduino.googlecode.com/files/arduino-0022-src.tar.gz | tar -xzvf - && rm -r arduino-0022/build/linux/dist/tools/* && find arduino-0022 \( -type d \( -name macosx -o -name windows \) -o -type f \( -iname '*.jar' -or -iname '*.tgz' -or -iname '*.so' \) \) -print0 | xargs -0 rm -rf && tar -cjf arduino-0022.tar.bz2 arduino-0022
+# curl -L http://arduino.googlecode.com/files/arduino-0022-src.tar.gz | tar -xzvf - && rm -r arduino-0022/build/linux/dist/tools/* && find arduino-0022 \( -type d \( -name macosx -o -name windows \) -o -type f \( -iname '*.jar' -or -iname '*.tgz' -or -iname '*.so' \) \) -print0 | xargs -0 rm -rf && tar -cJf arduino-0022.tar.bz2 arduino-0022
 # See also http://code.google.com/p/arduino/issues/detail?id=193
-Source0:	%{name}-%{version}.tar.bz2
+Source0:	%{name}-%{version}.tar.xz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
@@ -191,6 +191,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 22 2012 Peter Oliver <rpm at mavit.org.uk> - 1:1.0.1-1
+- Update to 1.0.1.
+- Compress source with xz.
+
 * Fri May  4 2012 Peter Oliver <rpm at mavit.org.uk> - 1:1.0-4
 - Pass version number to "ant build" (fixes #815079).
 
diff --git a/sources b/sources
index 775b604..365a3e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d20131452cca6b02e5fe36af6a3b99bb  arduino-1.0.tar.bz2
+afa1ea59251fe7d62fd6862f978ddad0  arduino-1.0.1.tar.xz


More information about the scm-commits mailing list