Accepting request 455011 from Education
Update to version 0.9.3b OBS-URL: https://build.opensuse.org/request/show/455011 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fritzing-parts?expand=0&rev=2
This commit is contained in:
commit
b94639809c
3
0.9.3b.tar.gz
Normal file
3
0.9.3b.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c40a9a50df0af78905968792b2ce595896af1935633600d6136eca0cf9797fdb
|
||||
size 14961724
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9eeac2d8b169eb80162f607b5bedd9a2c92191690685955d674c14ba7aefcc1
|
||||
size 15941904
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 11:21:41 UTC 2016 - bugs@vdm-design.de
|
||||
|
||||
- Update to version 0.9.3b
|
||||
* New Parts added and/or revised by Fabian Althaus (el-j):
|
||||
|
||||
Full set of Molex Picoblade and Hirose DF13 header series, thanks to steelgoose
|
||||
Lots of new SparkFun parts, thanks to support from SparkFun:
|
||||
ESP8266 Thing Dev Board
|
||||
Stepoko
|
||||
Arduino Pro Mini 3.3V and 5V
|
||||
Arduino Mega Pro 3.3V
|
||||
Badger RedStick and Array
|
||||
Myoware Cable Shield, Power Shield, and Proto Shield
|
||||
Ludus Protoshield and Protoshield Wireless
|
||||
CAN-Bus Shield
|
||||
MIDI Shield
|
||||
FemtoBuck LED Driver
|
||||
Load Sensor Combinator
|
||||
Soil Moisture Sensor
|
||||
BME280 Breakout
|
||||
LSM303C 6-DOF-IMU Breakout
|
||||
SHT1x Humidity/Temperature Breakout
|
||||
16 Output I/O Expander Breakout - SX1509
|
||||
Particle Photon
|
||||
Raspberry Pi 3 and Zero, thanks to Nagaranudit
|
||||
DQuid IO GPRS, thanks to DQuid team
|
||||
nRF24L01 2.4GHz RF, thanks to Doume
|
||||
nRF24L01+ 2.4GHz RF, thanks to Richard Bruneau
|
||||
RFduino BLE SMT, thanks to Arnaud Boudou, Felix Kosmalla
|
||||
Micro Python pyboard, thanks to Mike Causer
|
||||
Pololu A4988 stepper motor driver, thanks to Matteo Perini
|
||||
WeMos D1 Mini, thanks to Mike Causer
|
||||
Adafruit HUZZAH ESP8266 Breakout, thanks to pkurtans
|
||||
Adafruit push-power button
|
||||
Adafruit Powerboost 500C, thanks to Dean Cording
|
||||
Bluetooth HC-05 module, thanks to Computação na Escola
|
||||
HC-SR04 distance sensor, thanks to Ricky Ng-Adam
|
||||
SIM800L GPRS breakout, thanks to AlbMA
|
||||
Monacor LTR 110 line transformer
|
||||
MBR745 Schottky diode, thanks to S. van Doorn
|
||||
10A rectifier diode, thanks to tomaskovacik
|
||||
OMRON G5LE and NVF4-2 relays, thanks to tomaskovacik
|
||||
MPX2010 pressure sensor, thanks to Knutse
|
||||
MPX4250AP pressure sensor, thanks to Old Grey
|
||||
174917 DENSO ECU-socket, thanks to Old Grey
|
||||
Rotary Switch 12 position 1 pole, thanks to Old Grey
|
||||
4060 counter/divider, thanks to neutmute
|
||||
LM124-324 Quad Opamp, thanks to Knutse
|
||||
Hi-Link HLK-PM01 power module, thanks to inahas
|
||||
LTC3105 step-up DC/DC converter
|
||||
Refined ruler design, thanks to duff2013
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:02:36 UTC 2015 - bugs@vdm-design.de
|
||||
|
||||
|
@ -15,16 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define githash de7f8a4c8f7df4ed57386edf68275cdd66a1910d
|
||||
|
||||
Name: fritzing-parts
|
||||
Version: 0.9.2b
|
||||
Version: 0.9.3b
|
||||
Release: 0
|
||||
Summary: Electronic components for use in the Fritzing app (aka the parts library)
|
||||
License: CC-BY-SA-3.0 and GPL-2.0+ and GPL-3.0+
|
||||
License: CC-BY-SA-3.0
|
||||
Group: Productivity/Scientific/Electronics
|
||||
Url: http://fritzing.org/
|
||||
Source0: https://github.com/fritzing/fritzing-parts/archive/%{githash}.tar.gz
|
||||
Source0: https://github.com/fritzing/fritzing-parts/archive/%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/fritzing/fritzing-app/master/LICENSE.CC-BY-SA
|
||||
BuildArch: noarch
|
||||
BuildRequires: fdupes
|
||||
@ -42,7 +40,7 @@ This packages contains the parts definitions for the electronic
|
||||
components used in the Fritzing app.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{githash}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
|
||||
@ -51,17 +49,7 @@ cp %{SOURCE1} .
|
||||
mkdir -p %{buildroot}%{_datadir}/fritzing/parts/
|
||||
cp -a * %{buildroot}%{_datadir}/fritzing/parts/
|
||||
|
||||
find %{buildroot}%{_datadir}/fritzing/parts/ -name placeholder.txt -exec rm {} \;
|
||||
find %{buildroot}%{_datadir}/fritzing/ -type f -exec chmod -x {} \;
|
||||
rm -f %{buildroot}%{_datadir}/fritzing/parts/README.md %{buildroot}%{_datadir}/fritzing/parts/LICENSE.CC-BY-SA
|
||||
chmod +x %{buildroot}%{_datadir}/fritzing/parts/part-gen-scripts/misc_scripts/checkino.py
|
||||
chmod +x %{buildroot}%{_datadir}/fritzing/parts/part-gen-scripts/misc_scripts/fixino.py
|
||||
chmod +x %{buildroot}%{_datadir}/fritzing/parts/part-gen-scripts/obsolete/fullbreadboardgenerator/generator.py
|
||||
chmod +x %{buildroot}%{_datadir}/fritzing/parts/part-gen-scripts/obsolete/resistorSetGenerator/resistorSetGenerator.py
|
||||
chmod +x %{buildroot}%{_datadir}/fritzing/parts/part-gen-scripts/obsolete/resistorSetGenerator/valuesAndColors_forResistors.py
|
||||
chmod +x %{buildroot}%{_datadir}/fritzing/parts/part-gen-scripts/obsolete/footgen/footgen.py
|
||||
chmod +x %{buildroot}%{_datadir}/fritzing/parts/part-gen-scripts/obsolete/dilPackageGenerator/generator.py
|
||||
chmod +x %{buildroot}%{_datadir}/fritzing/parts/part-gen-scripts/misc_scripts/875fzpzs.py
|
||||
%fdupes %{buildroot}%{_datadir}/fritzing/parts
|
||||
|
||||
%clean
|
||||
|
Loading…
Reference in New Issue
Block a user