[perl-AnyEvent] Update to 7.04

Paul Howarth pghmcfc at fedoraproject.org
Thu Nov 15 12:51:50 UTC 2012


commit 1a87887c2e66124a66328d45b7b299af86bc2a3a
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Nov 15 12:51:07 2012 +0000

    Update to 7.04
    
    - New upstream release 7.04:
      - AnyEvent::Socket::inet_aton did not work when DNS resolution was used to
        find the addresses
      - Fix a memory leak in the /etc/hosts lookup code when hosts don't resolve
        and are not in hosts

 perl-AnyEvent.spec |    9 ++++++++-
 sources            |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index 69916ad..7832d33 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -4,7 +4,7 @@
 %global debug_package %{nil}
 
 Name:           perl-AnyEvent
-Version:        7.02
+Version:        7.04
 Release:        1%{?dist}
 Summary:        Framework for multiple event loops
 Group:          Development/Libraries
@@ -147,6 +147,13 @@ make test
 
 
 %changelog
+* Thu Nov 15 2012 Paul Howarth <paul at city-fan.org> - 7.04-1
+- Update to 7.04:
+  - AnyEvent::Socket::inet_aton did not work when DNS resolution was used to
+    find the addresses
+  - Fix a memory leak in the /etc/hosts lookup code when hosts don't resolve
+    and are not in hosts
+
 * Tue Aug 21 2012 Paul Howarth <paul at city-fan.org> - 7.02-1
 - Update to 7.02:
   - AnyEvent::Util::run_cmd could block indefinitely
diff --git a/sources b/sources
index 1389400..dd49f51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4eaf54ed326578ae5e3be39dadd13c5f  AnyEvent-7.02.tar.gz
+89c74c94f5b145b5330236708c5b0083  AnyEvent-7.04.tar.gz



More information about the perl-devel mailing list