File IO-Socket-SSL-1.52.tar.gz uploaded to lookaside cache by pghmcfc
A file has been added to the lookaside cache for perl-IO-Socket-SSL: d4ea32802f27db54df18c8455936a18d IO-Socket-SSL-1.52.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-IO-Socket-SSL] Update to 1.52
commit f26c71c8d441dd0d5503f4475750921339a2b08f Author: Paul Howarth Date: Wed Dec 7 11:13:39 2011 + Update to 1.52 - New upstream release 1.52: - Fix for t/nonblock.t hangs on AIX (CPAN RT#72305) - Disable t/memleak_bad_handshake.t on AIX, because it might hang (CPAN RT#72170) - Fix syntax error in t/memleak_bad_handshake.t perl-IO-Socket-SSL.spec |9 - sources |2 +- 2 files changed, 9 insertions(+), 2 deletions(-) --- diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 49f5311..535dd30 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -4,7 +4,7 @@ # Name: perl-IO-Socket-SSL -Version: 1.49 +Version: 1.52 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -59,6 +59,13 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL.3pm* %changelog +* Wed Dec 7 2011 Paul Howarth - 1.52-1 +- Update to 1.52 + - fix for t/nonblock.t hangs on AIX (CPAN RT#72305) + - disable t/memleak_bad_handshake.t on AIX, because it might hang +(CPAN RT#72170) + - fix syntax error in t/memleak_bad_handshake.t + * Fri Oct 28 2011 Paul Howarth - 1.49-1 - Update to 1.49 - another regression for readline fix: this time it failed to return lines diff --git a/sources b/sources index e58c583..9b4af00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -236c754eb3755d280504a7ca8ba5ba01 IO-Socket-SSL-1.49.tar.gz +d4ea32802f27db54df18c8455936a18d IO-Socket-SSL-1.52.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 760944] New: perl-Bio-SamTools-1.33 is available
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-Bio-SamTools-1.33 is available https://bugzilla.redhat.com/show_bug.cgi?id=760944 Summary: perl-Bio-SamTools-1.33 is available Product: Fedora Version: rawhide Platform: Unspecified OS/Version: Unspecified Status: NEW Keywords: FutureFeature, Triaged Severity: unspecified Priority: unspecified Component: perl-Bio-SamTools AssignedTo: bl...@verdurin.com ReportedBy: upstream-release-monitor...@fedoraproject.org QAContact: extras...@fedoraproject.org CC: bl...@verdurin.com, fedora-perl-devel-l...@redhat.com Classification: Fedora Story Points: --- Type: --- Latest upstream release: 1.33 Current version in Fedora Rawhide: 1.32 URL: http://search.cpan.org/dist/Bio-SamTools/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[perl-IO-Socket-SSL] Created tag perl-IO-Socket-SSL-1.52-1.fc17
The lightweight tag 'perl-IO-Socket-SSL-1.52-1.fc17' was created pointing to: f26c71c... Update to 1.52 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
Re: perl-Env-C: review and sponsor request
On Tue, Dec 06, 2011 at 06:23:43PM +0100, Jan Kasprzak wrote: > Marcela Mašláňová wrote: > : On 12/02/2011 04:34 PM, Jan Kasprzak wrote: > : Welcome to Perl packaging for Fedora. > : > : Paul (one of sponsors) was already looking at your review, but because > : of license it could take more time. Could you prepare something else > : from your list? It might be faster to get sponsored on other reviews if > : this got stalled. > > Yes. I have uploaded all the .specs and src.rpms I have to > http://www.fi.muni.cz/~kas/tmp/fedora-packages/. I can submit a review > request for some of them Just submit them for review and don't forget to make them depending on FE-NEEDSPONSOR meta-bug (https://fedoraproject.org/wiki/Package_Review_Process#Contributor). > (do you want to pick up one or two?). Until becoming packager, only sponsors can do the review. There is not so much sponsors (https://admin.fedoraproject.org/accounts/group/members/packager/*/sponsor) interested in Perl. Marcela mentioned Paul, I know about Iain (iarnell) and Ralf (corsepiu). > There are two problems with the above packages: > > 1) the directory ownership of %perl_vendorarch, which cpanspec generates > differently than required by Packaging guidelines > (see https://bugzilla.redhat.com/show_bug.cgi?id=757156#c1 for > details). I will fix it tomorrow. > Both expressions are equivalent. The one from guidelines is more general. We accept any readable writing. The problem with cpanspec tool is it's old and not well-maintained. > 2) some of the packages from this batch depend on others (I think > Authen::Passphrase is the topmost one), so in order to built > them in mock, either a separate yum repository for these packages > has to be created, or they have to be installed into mock chroot > and mock --no-clean should be used. Just link them by `Depends on' field properly in Bugzilla. If they create dependency cycle, you need to weaken the explicit dependencies in spec file temporarily to overcome this problem (by using %perl_bootstrap condition). -- Petr pgpenREabQhhi.pgp Description: PGP signature -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel