diff --git a/.cvsignore b/.cvsignore index a48a019..c9e8856 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ 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 diff --git a/libevent-1.4.12-stable-epoll.patch b/libevent-1.4.12-stable-epoll.patch deleted file mode 100644 index a43abbe..0000000 --- a/libevent-1.4.12-stable-epoll.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -up libevent-1.4.12-stable/epoll.c.orig libevent-1.4.12-stable/epoll.c ---- libevent-1.4.12-stable/epoll.c.orig 2009-07-02 02:05:28.000000000 -0400 -+++ libevent-1.4.12-stable/epoll.c 2009-08-18 16:13:31.672097000 -0400 -@@ -115,6 +115,7 @@ epoll_init(struct event_base *base) - if (getenv("EVENT_NOEPOLL")) - return (NULL); - -+#ifndef linux - if (getrlimit(RLIMIT_NOFILE, &rl) == 0 && - rl.rlim_cur != RLIM_INFINITY) { - /* -@@ -124,6 +125,7 @@ epoll_init(struct event_base *base) - */ - nfiles = rl.rlim_cur - 1; - } -+#endif - - /* Initalize the kernel queue */ - diff --git a/libevent.spec b/libevent.spec index b179c9d..14fcae6 100644 --- a/libevent.spec +++ b/libevent.spec @@ -1,5 +1,5 @@ Name: libevent -Version: 1.4.12 +Version: 1.4.13 Release: 1%{?dist} Summary: Abstract asynchronous event notification library @@ -11,8 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen -Patch00: libevent-1.4.12-stable-configure.patch -Patch01: libevent-1.4.12-stable-epoll.patch +Patch00: libevent-1.4.13-stable-configure.patch %description The libevent API provides a mechanism to execute a callback function @@ -38,8 +37,6 @@ you will need to install %{name}-devel. # 477685 - libevent-devel multilib conflict %patch00 -p1 -# 517918 - epoll backend allocates too much memory -%patch01 -p1 %build %configure \ @@ -112,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %{_docdir}/%{name}-devel-%{version}/sample/* %changelog +* Tue Dec 15 2009 Steve Dickson 1.4.13-1 +- Updated to latest stable upstream version: 1.4.13 + * Tue Aug 18 2009 Steve Dickson 1.4.12-1 - Updated to latest stable upstream version: 1.4.12 - API documentation is now installed (bz 487977) diff --git a/sources b/sources index af43ad6..5035664 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77b0d8b9885496871bb083165b35ba11 libevent-1.4.12-stable.tar.gz +0b3ea18c634072d12b3c1ee734263664 libevent-1.4.13-stable.tar.gz