[libevent] Updated to latest stable upstream version: 2.0.12-stable

Steve Dickson steved at fedoraproject.org
Tue Aug 2 14:33:33 UTC 2011


commit 398c1728222b4823c70e2d79fb4260893f63519a
Author: Steve Dickson <steved at redhat.com>
Date:   Tue Aug 2 10:32:51 2011 -0400

    Updated to latest stable upstream version: 2.0.12-stable
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 .gitignore                             |   12 +-----------
 libevent-2.0.10-stable-configure.patch |   14 +++++++-------
 libevent.spec                          |    7 +++++--
 sources                                |    2 +-
 4 files changed, 14 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5b336f..b806780 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1 @@
-libevent-1.1a.tar.gz
-libevent-1.2a.tar.gz
-libevent-1.3b.tar.gz
-libevent-1.3e.tar.gz
-libevent-1.4.4-stable.tar.gz
-libevent-1.4.5-stable.tar.gz
-libevent-1.4.10-stable.tar.gz
-libevent-1.4.12-stable.tar.gz
-libevent-1.4.13-stable.tar.gz
-libevent-1.4.14b-stable.tar.gz
-/libevent-2.0.10-stable.tar.gz
+/libevent-2.0.12-stable.tar.gz
diff --git a/libevent-2.0.10-stable-configure.patch b/libevent-2.0.10-stable-configure.patch
index 16a5628..a53dd40 100644
--- a/libevent-2.0.10-stable-configure.patch
+++ b/libevent-2.0.10-stable-configure.patch
@@ -1,16 +1,16 @@
-diff -up libevent-2.0.10-stable/configure.in.orig libevent-2.0.10-stable/configure.in
---- libevent-2.0.10-stable/configure.in.orig	2011-02-07 16:57:19.533353716 -0500
-+++ libevent-2.0.10-stable/configure.in	2011-02-07 16:57:33.387228623 -0500
-@@ -258,8 +258,6 @@ AC_CHECK_FUNC(gethostbyname_r, [
- ])
+diff -up libevent-2.0.12-stable/configure.in.orig libevent-2.0.12-stable/configure.in
+--- libevent-2.0.12-stable/configure.in.orig	2011-06-03 15:43:34.000000000 -0400
++++ libevent-2.0.12-stable/configure.in	2011-08-02 10:23:25.713704595 -0400
+@@ -341,8 +341,6 @@ AC_CHECK_FUNC(gethostbyname_r, [
  
+ fi
  
 -AC_CHECK_SIZEOF(long)
 -
  AC_MSG_CHECKING(for F_SETFD in fcntl.h)
  AC_EGREP_CPP(yes,
  [
-@@ -436,12 +434,7 @@ AC_CHECK_TYPES([fd_mask], , ,
+@@ -519,12 +517,7 @@ AC_CHECK_TYPES([fd_mask], , ,
  #include <sys/select.h>
  #endif])
  
@@ -21,5 +21,5 @@ diff -up libevent-2.0.10-stable/configure.in.orig libevent-2.0.10-stable/configu
  AC_CHECK_SIZEOF(size_t)
 -AC_CHECK_SIZEOF(void *)
  
- AC_CHECK_TYPES([struct in6_addr, struct sockaddr_in6, sa_family_t, struct addrinfo], , ,
+ AC_CHECK_TYPES([struct in6_addr, struct sockaddr_in6, sa_family_t, struct addrinfo, struct sockaddr_storage], , ,
  [#define _GNU_SOURCE
diff --git a/libevent.spec b/libevent.spec
index ef24902..4e5bb04 100644
--- a/libevent.spec
+++ b/libevent.spec
@@ -1,6 +1,6 @@
 Name:           libevent
-Version:        2.0.10
-Release:        2%{?dist}
+Version:        2.0.12
+Release:        1%{?dist}
 Summary:        Abstract asynchronous event notification library
 
 Group:          System Environment/Libraries
@@ -105,6 +105,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample
 %{_docdir}/%{name}-devel-%{version}/sample/*
 
 %changelog
+* Tue Aug  2 2011 Steve Dickson <steved at redhat.com> 2.0.12-1
+- Updated to latest stable upstream version: 2.0.12-stable
+
 * Wed Feb 09 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 2.0.10-2
 - Fix build
 - Update spec to match current guidelines
diff --git a/sources b/sources
index a019457..fb84c9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a37401d26cbbf28185211d582741a3d4  libevent-2.0.10-stable.tar.gz
+42986228baf95e325778ed328a93e070  libevent-2.0.12-stable.tar.gz


More information about the scm-commits mailing list