diff --git a/.cvsignore b/.cvsignore index a63725f..e054adc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ libevent-1.1a.tar.gz libevent-1.2a.tar.gz libevent-1.3b.tar.gz +libevent-1.3e.tar.gz diff --git a/libevent-1.3b-longer-polltime.patch b/libevent-1.3b-longer-polltime.patch deleted file mode 100644 index 6826a84..0000000 --- a/libevent-1.3b-longer-polltime.patch +++ /dev/null @@ -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); diff --git a/libevent.spec b/libevent.spec index 0af27ee..9c87e4a 100644 --- a/libevent.spec +++ b/libevent.spec @@ -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 1.3e-1 +- Updated to latest stable upstream version 1.3e + * Fri Mar 9 2007 Steve Dickson 1.3b-1 - Updated to latest upstream version 1.3b - Incorporated Merge Review comments (bz 226002) diff --git a/sources b/sources index f51dc08..b399e58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fc864faee87dbe1ed5e34ab8787172c libevent-1.3b.tar.gz +8553ad0f8a35d8d96ae0c69c387e06d3 libevent-1.3e.tar.gz