Your message dated Sat, 25 May 2013 22:33:05 +0000
with message-id <e1ugn1n-0002is...@franck.debian.org>
and subject line Bug#702674: fixed in fritzing 0.7.12b-2
has caused the Debian Bug report #702674,
regarding fritzing: Fails to build on arm*
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
702674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fritzing
Version: 0.7.10b-1
Severity: serious
Tags: patch upstream
Justification: fails to build from source (but built successfully in the past)
On arm*, qreal != double. See the attached patch for a fix. Also, already
sent upstream. See:
http://code.google.com/p/fritzing/issues/detail?id=2464
Since this doesn't affect Wheezy, I don't plan to NMU.
Scott Kitterman <scott@kitterman,com>
Will forward to Debian/upstream
Qreal != Double on arm*
Index: fritzing-0.7.10b/src/partseditor/pemainwindow.cpp
===================================================================
--- fritzing-0.7.10b.orig/src/partseditor/pemainwindow.cpp 2013-03-09 15:53:38.646230842 -0500
+++ fritzing-0.7.10b/src/partseditor/pemainwindow.cpp 2013-03-09 15:54:33.466230836 -0500
@@ -2196,10 +2196,10 @@
QPointF p = pegi->terminalPoint();
if (coord == "x") {
- p.setX(qMax(0.0, qMin(value, pegi->rect().width())));
+ p.setX(qMax(qreal(0.0), qMin(qreal(value), pegi->rect().width())));
}
else {
- p.setY(qMax(0.0, qMin(value, pegi->rect().height())));
+ p.setY(qMax(qreal(0.0), qMin(qreal(value), pegi->rect().height())));
}
terminalPointChangedAux(pegi, pegi->terminalPoint(), p);
--- End Message ---
--- Begin Message ---
Source: fritzing
Source-Version: 0.7.12b-2
We believe that the bug you reported is fixed in the latest version of
fritzing, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 702...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
georg...@debian.org (supplier of updated fritzing package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 25 May 2013 23:46:11 +0200
Source: fritzing
Binary: fritzing fritzing-data
Architecture: source all amd64
Version: 0.7.12b-2
Distribution: unstable
Urgency: low
Maintainer: Enrique Hernández Bello <ehbe...@gmail.com>
Changed-By: georg...@debian.org
Description:
fritzing - Easy-to-use electronic design software
fritzing-data - Easy-to-use electronic design software (data files)
Closes: 702674
Changes:
fritzing (0.7.12b-2) unstable; urgency=low
.
* applied Jeremy Bicha's and Scott Kitterman's patches. Closes: #702674
Checksums-Sha1:
02c89e3c8dc18c2d343ecc58dcf975f25d92c58e 1404 fritzing_0.7.12b-2.dsc
9a9f13008fe65ad50c9e265af6e11221b2b2f090 16406 fritzing_0.7.12b-2.debian.tar.gz
e41d2ac041282701f83e7417e4edb0bb5cb7eae9 9095074
fritzing-data_0.7.12b-2_all.deb
c742ccf3853f6f506c74fae1ec8ee7ca716c13bb 4132124 fritzing_0.7.12b-2_amd64.deb
Checksums-Sha256:
1f61233bcde72f9f82357ec15563b39bd2d9b1eac4a0e27c35f27ff573faf6b5 1404
fritzing_0.7.12b-2.dsc
f4834d5df3b33c373d54a568754eee507ce0b5f11a1ae4a98f23f4bf1559b7e1 16406
fritzing_0.7.12b-2.debian.tar.gz
15a319af86400835a446862b8ee0a31edf5824e4635367ca0091f099b5c0cabb 9095074
fritzing-data_0.7.12b-2_all.deb
f854af077452beecfa5156159599400ce3a0bcbba85655f5abe5023775bd5a19 4132124
fritzing_0.7.12b-2_amd64.deb
Files:
72493faf77737e4a035848ba24403f47 1404 electronics optional
fritzing_0.7.12b-2.dsc
0c86f9eeb83edda9a84c33a31490217e 16406 electronics optional
fritzing_0.7.12b-2.debian.tar.gz
d6e545b2ace7ead6e01412d9fc6db484 9095074 electronics optional
fritzing-data_0.7.12b-2_all.deb
cf69d6dd8145c005d41d414b2fbc776c 4132124 electronics optional
fritzing_0.7.12b-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQFRoTfhnfmb2hFpETARAoiBAJ9i4ff7G/DdmnPjKEXjwFYSzUjbcACfeQeO
GUQnGbauckQN2SgMzSElUUg=
=JR9E
-----END PGP SIGNATURE-----
--- End Message ---