Accepting request 148324 from home:Heinervdm:branches:Education

update to 0.7.11b
now depends on Qt 4.8

OBS-URL: https://build.opensuse.org/request/show/148324
OBS-URL: https://build.opensuse.org/package/show/Education/fritzing?expand=0&rev=30
This commit is contained in:
Thomas Zimmermann 2013-01-13 18:34:04 +00:00 committed by Git OBS Bridge
parent 095da15202
commit bb2cfa7563
6 changed files with 42 additions and 14 deletions

View File

@ -1,3 +1,8 @@
fritzing (0.7.11b-0) stable; urgency=low
* new upstream release 0.7.11b
-- Thomas Zimmermann <bugs@vdm-design.de> Fri, 04 Jan 2013 08:50:00 +0100
fritzing (0.7.10b-0) stable; urgency=low
* new upstream release 0.7.10b

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51da9ccc4048aa628f88933f11b0487581a80b4471c7cbb0a0c530296eb09ab2
size 11720093

View File

@ -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

View File

@ -1,10 +1,10 @@
Format: 1.0
Source: fritzing
Version: 0.7.10b
Version: 0.7.11b
Binary: fritzing
Maintainer: Brendan Howell <brendan@howell-ersatz.com>
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

View File

@ -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