Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Please unblock package libio-async-perl 0.51-4. This upload fixes #687403, which is actually a duplicate of #680790, and there's a 1 character change: s/1/0/ for the default of a variable :/ Sorry for getting it wrong the first time. Here's the complete debdiff: #v+ diff -Nru libio-async-perl-0.51/debian/changelog libio-async-perl-0.51/debian/changelog - --- libio-async-perl-0.51/debian/changelog 2012-08-15 17:56:05.000000000 +0200 +++ libio-async-perl-0.51/debian/changelog 2012-10-24 23:43:33.000000000 +0200 @@ -1,3 +1,12 @@ +libio-async-perl (0.51-4) unstable; urgency=low + + * Update subscond.patch: set _CAN_SUBSECOND_ACCURATELY to 0. + Turn of the subsecond tests by default, individual loops can than enable + them. -- Change confirmed by upstream on IRC. Thanks to Paul "LeoNerd" + Evans for confirming this fix. (Closes: #687403) + + -- gregor herrmann <[email protected]> Wed, 24 Oct 2012 23:43:00 +0200 + libio-async-perl (0.51-3) unstable; urgency=low * Add patch subsecond.patch, backported from upstream: subsecond timer diff -Nru libio-async-perl-0.51/debian/patches/subsecond.patch libio-async-perl-0.51/debian/patches/subsecond.patch - --- libio-async-perl-0.51/debian/patches/subsecond.patch 2012-08-15 17:56:05.000000000 +0200 +++ libio-async-perl-0.51/debian/patches/subsecond.patch 2012-10-24 23:43:33.000000000 +0200 @@ -1,8 +1,9 @@ Origin: upstream, http://bazaar.leonerd.org.uk/perl/IO-Async/, r1044 Bug: https://rt.cpan.org/Ticket/Display.html?id=78892 Bug-Debian: http://bugs.debian.org/680790 + http://bugs.debian.org/687403 Reviewed-by: gregor herrmann <[email protected]> - -Applied-Upstream: yes, in bzr and since 0.51_001 +Applied-Upstream: yes, in bzr and since 0.51_001, except for s/1/0/ in "use constant ..." revno 1044 From: Paul "LeoNerd" Evans <[email protected]> @@ -24,7 +25,7 @@ +# Some Loop implementations do not accurately handle sub-second timers. +# This only matters for unit tests - -+use constant _CAN_SUBSECOND_ACCURATELY => 1; ++use constant _CAN_SUBSECOND_ACCURATELY => 0; + use Carp; v#- unblock libio-async-perl/0.51-4 Thanks in advance, gregor -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJQiGR4AAoJELs6aAGGSaoGqb8P/jW/iggrAW01z7AEl3SEOtd5 rh7QVN/X68KZTkOT61MpfLFtgbBwPd2H8egf/tNvWGMZPphmrZt0O9BqnTffwkBn wTA63RkKZpqW1qQlya4q8hR3wa8RKFB0qn9vaoNMy2GiggdtXI7oTkyZopL56C2u SQJ7FbfYsmLcUwHA/ZFlY5XpSNwhmdzRn7qxQ1UakotqfzLI894qv0C3Q6VU5u5e I1GmqjHBrMxM76uuLpfZLLWjp5Z7QGo5MqT7FreZsb+jMI8H/49Rog3/dZCOxGuU xEpwSFy8B3yozuj0dq/uwbNTNkz7Zlrcjbb8PMhhEwZwcFoCpGPtEmRWVhgzGsMu YafPa1/WCrfbFfLeY0zcxwquZTxYzW9imtHhy8hWY77PvQLqrxhww3PQHGH3NfRF wn37jFi4C4ZCHi35IcLW8INJi/IPS8hOCMsK+0hzOMYIGZOK+BiEyY8WalwmHMnv bi5Trp0XIrCNW4WSpVf1NPF0wRsf/Z5s/B2L4WxDLUsBusLoNS25g2qr90yqRODO skX8tBJvMbRsl2IJfcfQJQVhktjmphsu0iNlOpolluFQIK9mJr14JLktpH4zXdW5 ZfSSNwruTp4y0RNCK66I48rTsjsYtR3aqYb9qPszxUfC07OWmCkRfh4HLJgLXTHM MNmcjhmu5elbl/wOxjl+ =Gaww -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

