From d9c9a3fd36d895023aa6d356d77ad30b1e7510edb631238a9b4410d563143899 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Tue, 15 Jul 2014 08:37:35 +0000 Subject: [PATCH] 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 --- debian.changelog | 6 ++++++ fritzing-0.8.7b.source.tar.bz2 | 3 --- fritzing-0.9.0b.source.tar.bz2 | 3 +++ fritzing.changes | 17 +++++++++++++++++ fritzing.dsc | 4 ++-- fritzing.spec | 3 ++- 6 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 fritzing-0.8.7b.source.tar.bz2 create mode 100644 fritzing-0.9.0b.source.tar.bz2 diff --git a/debian.changelog b/debian.changelog index 1c07b82..b7b12bc 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,9 @@ +fritzing (0.9.0b-0) stable; urgency=low + + * new upstream release 0.9.0b + + -- Thomas Zimmermann Tue, 15 Jul 2014 09:48:00 +0200 + fritzing (0.8.7b-0) stable; urgency=low * new upstream release 0.8.7b diff --git a/fritzing-0.8.7b.source.tar.bz2 b/fritzing-0.8.7b.source.tar.bz2 deleted file mode 100644 index efa82ff..0000000 --- a/fritzing-0.8.7b.source.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d74418863a9e3b3a4eed171b8023ddea426125f08dc83ed4c55a05d39948eb4 -size 20007914 diff --git a/fritzing-0.9.0b.source.tar.bz2 b/fritzing-0.9.0b.source.tar.bz2 new file mode 100644 index 0000000..2e17df7 --- /dev/null +++ b/fritzing-0.9.0b.source.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a56d407a99eb3ea9153d852779987c98f4574e4ffff1938f510113a503c20ef +size 20807998 diff --git a/fritzing.changes b/fritzing.changes index 4a4432d..13f8214 100644 --- a/fritzing.changes +++ b/fritzing.changes @@ -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 diff --git a/fritzing.dsc b/fritzing.dsc index 071de7e..8c51e67 100644 --- a/fritzing.dsc +++ b/fritzing.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: fritzing -Version: 0.8.7b +Version: 0.9.0b Binary: fritzing Maintainer: Brendan Howell 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 diff --git a/fritzing.spec b/fritzing.spec index 2674a4e..28da690 100644 --- a/fritzing.spec +++ b/fritzing.spec @@ -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