diff --git a/debian.changelog b/debian.changelog index 4d41188..e2052f0 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,8 @@ +fritzing (0.7.11b-0) stable; urgency=low + + * new upstream release 0.7.11b + + -- Thomas Zimmermann Fri, 04 Jan 2013 08:50:00 +0100 fritzing (0.7.10b-0) stable; urgency=low * new upstream release 0.7.10b diff --git a/fritzing-0.7.10b.source.tar.bz2 b/fritzing-0.7.10b.source.tar.bz2 deleted file mode 100644 index b86937a..0000000 --- a/fritzing-0.7.10b.source.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1d4b2a5529da7b5e9cb3a958508cbcf482519baf0f13bd044f524020bc24208 -size 12891973 diff --git a/fritzing-0.7.11b.source.tar.bz2 b/fritzing-0.7.11b.source.tar.bz2 new file mode 100644 index 0000000..378d70b --- /dev/null +++ b/fritzing-0.7.11b.source.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51da9ccc4048aa628f88933f11b0487581a80b4471c7cbb0a0c530296eb09ab2 +size 11720093 diff --git a/fritzing.changes b/fritzing.changes index 709521b..0c96aae 100644 --- a/fritzing.changes +++ b/fritzing.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jan 04 07:47:00 UTC 2013 - bugs@vdm-design.de + + - update to version 0.7.11b, depends now on Qt >= 4.7 + * new autorouter + rarely breaks DRC + handles diagonals + misses fewer routing possibilities + has variable keepout setting (in autorouter settings dialog) + * curvy wires now enabled in pcb and schematic views + * use shift-wheel to navigate SVGs in the parts editor; wheel events without shift will zoom (or pan) as usual + * updated Simplified Chinese translation (thanks Yuelin and Ninjia) + * new Bengali translation (thanks Faruk and friends) + * improved DRC result highlighting + * bug fixes: + OCRA font broken under Windows 8 + free rotate broken when only top view was active (thanks to Gijs for spotting the connection) + ground fill connections to small vias were being clipped + annoying offset when dragging a via from the parts bin + ------------------------------------------------------------------- Wed Oct 17 07:22:50 UTC 2012 - bugs@vdm-design.de diff --git a/fritzing.dsc b/fritzing.dsc index c013133..7f6a59d 100644 --- a/fritzing.dsc +++ b/fritzing.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: fritzing -Version: 0.7.10b +Version: 0.7.11b Binary: fritzing Maintainer: Brendan Howell Architecture: any Build-Depends: debhelper (>= 7.0.12), libqtcore4, libqtgui4, libstdc++6, libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite Files: - 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.10b.source.tar.gz + 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.11b.source.tar.gz efb141873b5a828420c39eec1e79b364 915 debian.tar.gz diff --git a/fritzing.spec b/fritzing.spec index b3307f3..8b39910 100644 --- a/fritzing.spec +++ b/fritzing.spec @@ -1,7 +1,7 @@ # # spec file for package fritzing # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,26 +16,29 @@ # - Name: fritzing -Version: 0.7.10b +Version: 0.7.11b Release: 0 -License: GPL-3.0+ Summary: Intuitive EDA platform featuring from prototype to product -Url: http://fritzing.org/ +License: GPL-3.0+ Group: Productivity/Scientific/Electronics +Url: http://fritzing.org/ Source0: http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2 -Requires: libqt4-sql-sqlite libqt4-x11 +Requires: libqt4-sql-sqlite +Requires: libqt4-x11 BuildRequires: desktop-file-utils -BuildRequires: libqt4-devel +BuildRequires: libqt4-devel >= 4.7 %if 0%{?suse_version} || 0%{?sles_version} BuildRequires: fdupes %endif %if 0%{?centos_version} || 0%{?rhel_version} -BuildRequires: gcc-c++ qt4-devel +BuildRequires: gcc-c++ +BuildRequires: qt4-devel %endif %if 0%{?fedora} -BuildRequires: gcc-c++ libstdc++-devel qt +BuildRequires: gcc-c++ +BuildRequires: libstdc++-devel +BuildRequires: qt %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build