pghmcfc pushed to perl-AnyEvent (master). "Update to 7.11 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jul 17 13:04:08 UTC 2015


From 12c96bb665e0b2132db0c1dd6270eb1635b3cb53 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Fri, 17 Jul 2015 14:03:16 +0100
Subject: Update to 7.11

- New upstream release 7.11
  - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra
    "::" at end and similar cases)
  - Add a more explicit warning to AnyEvent::Handle that it doesn't work on
    files; people keep getting confused
  - New function AnyEvent::Socket::tcp_bind
  - New functions AnyEvent::fh_block and AnyEvent::fh_unblock
  - Aligned ipv6 address formatting with RFC 5952 (by not shortening a single
    :0: to ::)
  - Added stability canary support

diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index b4f9f3e..fbf8524 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -4,8 +4,8 @@
 %global debug_package %{nil}
 
 Name:           perl-AnyEvent
-Version:        7.09
-Release:        4%{?dist}
+Version:        7.11
+Release:        1%{?dist}
 Summary:        Framework for multiple event loops
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -13,6 +13,11 @@ URL:            http://search.cpan.org/dist/AnyEvent/
 Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version}%{?subver}.tar.gz
 
 # Build requirements
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Canary::Stability)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
 # Module requirements
@@ -115,11 +120,12 @@ export PERL_ANYEVENT_LOOP_TESTS=1
 make test
 
 
-# Support use of %%license on older distributions
-%{!?_licensedir:%global license %%doc}
-
 %files
+%if 0%{?_licensedir:1}
 %license COPYING
+%else
+%doc COPYING
+%endif
 %doc Changes README
 %{perl_vendorarch}/AE.pm
 %{perl_vendorarch}/AnyEvent.pm
@@ -156,6 +162,18 @@ make test
 
 
 %changelog
+* Fri Jul 17 2015 Paul Howarth <paul at city-fan.org> - 7.11-1
+- Update to 7.11
+  - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra
+    "::" at end and similar cases)
+  - Add a more explicit warning to AnyEvent::Handle that it doesn't work on
+    files; people keep getting confused
+  - New function AnyEvent::Socket::tcp_bind
+  - New functions AnyEvent::fh_block and AnyEvent::fh_unblock
+  - Aligned ipv6 address formatting with RFC 5952 (by not shortening a single
+    :0: to ::)
+  - Added stability canary support
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.09-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 53c6942..21466e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5b2aa93ce7927dd0b5a21992202ab5d  AnyEvent-7.09.tar.gz
+1130bca8746121d035dbc13d52e14ebe  AnyEvent-7.11.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=master&id=12c96bb665e0b2132db0c1dd6270eb1635b3cb53


More information about the perl-devel mailing list