- Updated to latest stable upstream version 1.3e

This commit is contained in:
Steve Dickson 2008-01-22 19:54:37 +00:00
parent ece8c71b1d
commit 39f16b50c5
4 changed files with 6 additions and 19 deletions

View File

@ -1,3 +1,4 @@
libevent-1.1a.tar.gz
libevent-1.2a.tar.gz
libevent-1.3b.tar.gz
libevent-1.3e.tar.gz

View File

@ -1,11 +0,0 @@
--- libevent-1.3b/event.h.orig 2007-03-03 23:05:08.000000000 -0500
+++ libevent-1.3b/event.h 2007-03-09 10:25:32.000000000 -0500
@@ -139,7 +139,7 @@ struct eventop {
void (*dealloc)(void *);
};
-#define TIMEOUT_DEFAULT {5, 0}
+#define TIMEOUT_DEFAULT {60, 0}
void *event_init(void);
int event_dispatch(void);

View File

@ -1,5 +1,5 @@
Name: libevent
Version: 1.3b
Version: 1.3e
Release: 1%{?dist}
Summary: Abstract asynchronous event notification library
@ -9,9 +9,6 @@ URL: http://monkey.org/~provos/libevent/
Source0: http://monkey.org/~provos/libevent-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# 204990: libevent uses too short default poll timeout
Patch1: libevent-1.3b-longer-polltime.patch
%description
The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
@ -34,9 +31,6 @@ you will need to install %{name}-devel.
%prep
%setup -q
#bz204990
%patch1 -p1
%build
%configure \
--disable-dependency-tracking
@ -78,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Jan 22 2008 Steve Dickson <steved@redhat.com> 1.3e-1
- Updated to latest stable upstream version 1.3e
* Fri Mar 9 2007 Steve Dickson <steved@redhat.com> 1.3b-1
- Updated to latest upstream version 1.3b
- Incorporated Merge Review comments (bz 226002)

View File

@ -1 +1 @@
7fc864faee87dbe1ed5e34ab8787172c libevent-1.3b.tar.gz
8553ad0f8a35d8d96ae0c69c387e06d3 libevent-1.3e.tar.gz