Page MenuHomeSolus

D9078.id21880.diff
No OneTemporary

D9078.id21880.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,13 +1,13 @@
name : arduino
-version : 1.8.12
-release : 5
+version : 1.8.13
+release : 6
source :
- - https://github.com/arduino/Arduino/archive/1.8.12.tar.gz : f4723f49c9dd462f003f4fde712b89d2439582be028f593f92b7b904d074523b
+ - https://github.com/arduino/Arduino/archive/1.8.13.tar.gz : 2a2a7bf0a93d36dff2e27f50e490529f10ff73337d6a0b7b222fa6b1a529c9f7
- https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.10.10/WiFi101-Updater-ArduinoIDE-Plugin-0.10.10.zip : 0d70f3aa3cd7dc46cc402fc0a915519e7cf8af6cdc544458c182394d5fc3452f
- https://downloads.arduino.cc/libastylej-2.05.1-5.zip : def22874099c28d482720ee2a444ec4709f0980bae41f3ebb6033bbc79beb486
- https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.2-2.zip : a338d470822de19bd971bd7a71d43f5273ba082baa9236be28c44b47c3e51f6b
- - https://downloads.arduino.cc/cores/avr-1.8.2.tar.bz2 : 6213d41c6e91a75ac931527da5b10f2dbe0140c8cc1dd41b06cd4e78b943f41b
- - https://github.com/arduino/arduino-builder/releases/download/1.5.2/arduino-builder-1.5.2.tar.xz : 3bf097d64a3868a204949d40372865d576a3ec064b914c0cabaa3b480bdf660e
+ - https://downloads.arduino.cc/cores/avr-1.8.3.tar.bz2 : de8a9b982477762d3d3e52fc2b682cdd8ff194dc3f1d46f4debdea6a01b33c14
+ - https://github.com/arduino/arduino-builder/releases/download/1.5.4/arduino-builder-1.5.4.tar.xz : e305f99d86cd6efe1265bebbebc9e37b7cd0f98169fe8ee3198233a4341376cc
- https://github.com/arduino/ctags/releases/download/5.8-arduino11/ctags-5.8-arduino11.tar.xz : 9591ce86efa2ff7c277561706e6ace376201c5ec5f0b3925c50884ebf365d7e7
license : GPL-2.0-or-later
component : programming.ide
@@ -44,12 +44,12 @@
# unpack and patch ArduinoCore-avr to use system avr toolchain and avrdude
mkdir -p $HARDWARE_DIR
- tar xCjv $HARDWARE_DIR -f $sources/avr-1.8.2.tar.bz2
+ tar xCjv $HARDWARE_DIR -f $sources/avr-1.8.3.tar.bz2
%patch -p1 < $pkgfiles/0001-use-system-toolchain.patch -d $HARDWARE_DIR/avr
# unpack arduino-builder source
mkdir -p $BUILDER_DIR
- tar xCv $BUILDER_DIR -f $sources/arduino-builder-1.5.2.tar.xz --strip-components=1
+ tar xCv $BUILDER_DIR -f $sources/arduino-builder-1.5.4.tar.xz --strip-components=1
# unpack arduino-ctags source
mkdir -p $CTAGS_DIR
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>arduino</Name>
<Packager>
- <Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@redaril.me</Email>
+ <Name>Mislav Čakarić</Name>
+ <Email>mcakaric@gmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>programming.ide</PartOf>
@@ -389,6 +389,7 @@
<Path fileType="data">/usr/share/arduino/hardware/arduino/avr/cores/arduino/binary.h</Path>
<Path fileType="data">/usr/share/arduino/hardware/arduino/avr/cores/arduino/hooks.c</Path>
<Path fileType="data">/usr/share/arduino/hardware/arduino/avr/cores/arduino/main.cpp</Path>
+ <Path fileType="data">/usr/share/arduino/hardware/arduino/avr/cores/arduino/new</Path>
<Path fileType="data">/usr/share/arduino/hardware/arduino/avr/cores/arduino/new.cpp</Path>
<Path fileType="data">/usr/share/arduino/hardware/arduino/avr/cores/arduino/new.h</Path>
<Path fileType="data">/usr/share/arduino/hardware/arduino/avr/cores/arduino/wiring.c</Path>
@@ -808,9 +809,8 @@
<Path fileType="data">/usr/share/arduino/lib/jackson-annotations-2.9.5.jar</Path>
<Path fileType="data">/usr/share/arduino/lib/jackson-core-2.9.5.jar</Path>
<Path fileType="data">/usr/share/arduino/lib/jackson-databind-2.9.5.jar</Path>
- <Path fileType="data">/usr/share/arduino/lib/jackson-module-mrbean-2.9.5.jar</Path>
<Path fileType="data">/usr/share/arduino/lib/java-semver-0.8.0.jar</Path>
- <Path fileType="data">/usr/share/arduino/lib/jmdns-3.5.3.jar</Path>
+ <Path fileType="data">/usr/share/arduino/lib/jmdns-3.5.5.jar</Path>
<Path fileType="data">/usr/share/arduino/lib/jna-4.2.2.jar</Path>
<Path fileType="data">/usr/share/arduino/lib/jna-platform-4.2.2.jar</Path>
<Path fileType="data">/usr/share/arduino/lib/jsch-0.1.50.jar</Path>
@@ -902,12 +902,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2020-05-01</Date>
- <Version>1.8.12</Version>
+ <Update release="6">
+ <Date>2020-06-17</Date>
+ <Version>1.8.13</Version>
<Comment>Packaging update</Comment>
- <Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@redaril.me</Email>
+ <Name>Mislav Čakarić</Name>
+ <Email>mcakaric@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 9:24 PM (2 h, 54 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5851086
Default Alt Text
D9078.id21880.diff (4 KB)

Event Timeline