Accepting request 241023 from home:Heinervdm:branches:Education

Update to version 0.9.0b

OBS-URL: https://build.opensuse.org/request/show/241023
OBS-URL: https://build.opensuse.org/package/show/Education/fritzing?expand=0&rev=43
This commit is contained in:
Thomas Zimmermann 2014-07-15 08:37:35 +00:00 committed by Git OBS Bridge
parent de6486ad13
commit d9c9a3fd36
6 changed files with 30 additions and 6 deletions

View File

@ -1,3 +1,9 @@
fritzing (0.9.0b-0) stable; urgency=low
* new upstream release 0.9.0b
-- Thomas Zimmermann <bugs@vdm-design.de> Tue, 15 Jul 2014 09:48:00 +0200
fritzing (0.8.7b-0) stable; urgency=low
* new upstream release 0.8.7b

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d74418863a9e3b3a4eed171b8023ddea426125f08dc83ed4c55a05d39948eb4
size 20007914

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a56d407a99eb3ea9153d852779987c98f4574e4ffff1938f510113a503c20ef
size 20807998

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jul 15 07:52:44 UTC 2014 - bugs@vdm-design.de
- Update to version 0.9.0b
* Qt5 compatibility
* lots of new parts:
ADI analog parts, which make use of split schematics and SPICE output, a new feature sponsored by Analog Devices we will write more about soon
Intel Galileo, sponsored by Intel Education
Arduino Yún and Linino One, sponsored by doghunter
ChipKIT WF32, MX4 and shields, thanks to Digilent (more to come)
Spark Core, thanks to spark community member technobly
Atlas Scientific sensors, thanks to Atlas Scientific
more Raspberry Pi versions (A, B, B rev2)
Teensy 3.0/3.1, because we love it
several contributed parts, thanks to FrodeLillerud and others
* several bug fixes and tweaks
-------------------------------------------------------------------
Sat Jan 25 17:41:35 UTC 2014 - bugs@vdm-design.de

View File

@ -1,10 +1,10 @@
Format: 1.0
Source: fritzing
Version: 0.8.7b
Version: 0.9.0b
Binary: fritzing
Maintainer: Brendan Howell <brendan@howell-ersatz.com>
Architecture: any
Build-Depends: debhelper (>= 7.0.12), libqtcore4 (>=4.7), libqtgui4 (>=4.7), libstdc++6, libc6, qt4-qmake, libqt4-dev (>=4.7), zlib1g-dev, libqt4-sql-sqlite (>=4.7), libboost-dev
Files:
8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.8.7b.source.tar.gz
8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.9.0b.source.tar.gz
bc4a6dc116f0d762cdf5a374b5e865f9 1200 debian.tar.gz

View File

@ -17,7 +17,7 @@
Name: fritzing
Version: 0.8.7b
Version: 0.9.0b
Release: 0
Summary: Intuitive EDA platform featuring from prototype to product
License: GPL-3.0+
@ -77,6 +77,7 @@ find %{buildroot}%{_datadir}/%{name}/parts -name *.svg -exec chmod -x {} \;
find %{buildroot}%{_datadir}/%{name}/parts -name *.fzp -exec chmod -x {} \;
%if 0%{?suse_version} || 0%{?sles_version}
%fdupes %{buildroot}%{_datadir}/%{name}/parts
%fdupes %{buildroot}%{_datadir}/%{name}/sketches
%endif
%clean