From dbc8db90e496b4d41253aeb6cef82e6293b15830f1812fa4d0252da50a9193a0 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Mon, 6 Feb 2017 08:45:29 +0000 Subject: [PATCH 1/2] Accepting request 454868 from home:Heinervdm:branches:Education Update to version 0.9.3b OBS-URL: https://build.opensuse.org/request/show/454868 OBS-URL: https://build.opensuse.org/package/show/Education/fritzing-parts?expand=0&rev=8 --- 0.9.3b.tar.gz | 3 ++ ...a4c8f7df4ed57386edf68275cdd66a1910d.tar.gz | 3 -- fritzing-parts.changes | 53 +++++++++++++++++++ fritzing-parts.spec | 20 ++----- 4 files changed, 60 insertions(+), 19 deletions(-) create mode 100644 0.9.3b.tar.gz delete mode 100644 de7f8a4c8f7df4ed57386edf68275cdd66a1910d.tar.gz diff --git a/0.9.3b.tar.gz b/0.9.3b.tar.gz new file mode 100644 index 0000000..2c4a193 --- /dev/null +++ b/0.9.3b.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40a9a50df0af78905968792b2ce595896af1935633600d6136eca0cf9797fdb +size 14961724 diff --git a/de7f8a4c8f7df4ed57386edf68275cdd66a1910d.tar.gz b/de7f8a4c8f7df4ed57386edf68275cdd66a1910d.tar.gz deleted file mode 100644 index 7c0a607..0000000 --- a/de7f8a4c8f7df4ed57386edf68275cdd66a1910d.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9eeac2d8b169eb80162f607b5bedd9a2c92191690685955d674c14ba7aefcc1 -size 15941904 diff --git a/fritzing-parts.changes b/fritzing-parts.changes index 28a7c4f..da01382 100644 --- a/fritzing-parts.changes +++ b/fritzing-parts.changes @@ -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 diff --git a/fritzing-parts.spec b/fritzing-parts.spec index d803a7a..604f278 100644 --- a/fritzing-parts.spec +++ b/fritzing-parts.spec @@ -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 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 From f5ba96977908db6c5fb11cec28b4a8853f55c64a80905a4023b95457d9da88fa Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Mon, 6 Feb 2017 14:26:08 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Education/fritzing-parts?expand=0&rev=9 --- fritzing-parts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fritzing-parts.spec b/fritzing-parts.spec index 604f278..2a84b1e 100644 --- a/fritzing-parts.spec +++ b/fritzing-parts.spec @@ -19,7 +19,7 @@ Name: fritzing-parts Version: 0.9.3b Release: 0 Summary: Electronic components for use in the Fritzing app (aka the parts library) -License: CC-BY-SA +License: CC-BY-SA-3.0 Group: Productivity/Scientific/Electronics Url: http://fritzing.org/ Source0: https://github.com/fritzing/fritzing-parts/archive/%{version}.tar.gz