forked from pool/fritzing
Accepting request 156801 from home:Heinervdm:branches:Education
update to 0.7.12b OBS-URL: https://build.opensuse.org/request/show/156801 OBS-URL: https://build.opensuse.org/package/show/Education/fritzing?expand=0&rev=32
This commit is contained in:
parent
bb2cfa7563
commit
16373b8f1e
@ -1,3 +1,9 @@
|
|||||||
|
fritzing (0.7.12b-0) stable; urgency=low
|
||||||
|
|
||||||
|
* new upstream release 0.7.12b
|
||||||
|
|
||||||
|
-- Thomas Zimmermann <bugs@vdm-design.de> Tue, 26 Feb 2013 09:35:00 +0100
|
||||||
|
|
||||||
fritzing (0.7.11b-0) stable; urgency=low
|
fritzing (0.7.11b-0) stable; urgency=low
|
||||||
|
|
||||||
* new upstream release 0.7.11b
|
* new upstream release 0.7.11b
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9cd065be69a9a1c5bf7b607484ef41a557d1d8cfbccb6a750dd8a8a5c26d0e4a
|
oid sha256:6dc33501cbbd4fae496860fc0272751cdb8d639f959853821cc718393814ffbf
|
||||||
size 957
|
size 1200
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:51da9ccc4048aa628f88933f11b0487581a80b4471c7cbb0a0c530296eb09ab2
|
|
||||||
size 11720093
|
|
3
fritzing-0.7.12b.source.tar.bz2
Normal file
3
fritzing-0.7.12b.source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f85598903f066716da50894b0f66f89506663a465cefeeff37a29d4e1ed48cf
|
||||||
|
size 12131209
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 26 08:26:00 UTC 2013 - bugs@vdm-design.de
|
||||||
|
|
||||||
|
- update to version 0.7.12b, now depends on boost-devel
|
||||||
|
* autorouter: remove excess bendpoints
|
||||||
|
* gerber export drill files now visible in MSN Gerber Viewer (set the m.n format to 2.4)
|
||||||
|
* Updated Dutch translation (thanks Davy)
|
||||||
|
* Updated Greek translation (thanks Alexander)
|
||||||
|
* hide individual part silkscreen
|
||||||
|
* imported parts now go to MyParts bin instead of Contrib
|
||||||
|
* PNG export now taking much less disk space (thanks Jerome)
|
||||||
|
* max pin count for generic IC bumped to 128
|
||||||
|
* handful of fixes to DRC
|
||||||
|
* find part in sketch (text search)
|
||||||
|
* rgb led hole size enlarged
|
||||||
|
* lots of little bug fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 04 07:47:00 UTC 2013 - bugs@vdm-design.de
|
Fri Jan 04 07:47:00 UTC 2013 - bugs@vdm-design.de
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: fritzing
|
Source: fritzing
|
||||||
Version: 0.7.11b
|
Version: 0.7.12b
|
||||||
Binary: fritzing
|
Binary: fritzing
|
||||||
Maintainer: Brendan Howell <brendan@howell-ersatz.com>
|
Maintainer: Brendan Howell <brendan@howell-ersatz.com>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Build-Depends: debhelper (>= 7.0.12), libqtcore4, libqtgui4, libstdc++6, libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite
|
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:
|
Files:
|
||||||
8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.11b.source.tar.gz
|
8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.12b.source.tar.gz
|
||||||
efb141873b5a828420c39eec1e79b364 915 debian.tar.gz
|
bc4a6dc116f0d762cdf5a374b5e865f9 1200 debian.tar.gz
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fritzing
|
Name: fritzing
|
||||||
Version: 0.7.11b
|
Version: 0.7.12b
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Intuitive EDA platform featuring from prototype to product
|
Summary: Intuitive EDA platform featuring from prototype to product
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -26,6 +26,7 @@ Url: http://fritzing.org/
|
|||||||
Source0: http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2
|
Source0: http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2
|
||||||
Requires: libqt4-sql-sqlite
|
Requires: libqt4-sql-sqlite
|
||||||
Requires: libqt4-x11
|
Requires: libqt4-x11
|
||||||
|
BuildRequires: boost-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libqt4-devel >= 4.7
|
BuildRequires: libqt4-devel >= 4.7
|
||||||
%if 0%{?suse_version} || 0%{?sles_version}
|
%if 0%{?suse_version} || 0%{?sles_version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user