From 68bd0c5aee402157199d63de2f5ce893aba74baa Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 8 Feb 2011 12:06:45 -0500 Subject: [PATCH] - Updated to latest stable upstream version: 2.0.10-stable Signed-off-by: Steve Dickson --- .gitignore | 1 + libevent.spec | 18 +++++++++++++----- sources | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fa0e239..a5b336f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ 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 diff --git a/libevent.spec b/libevent.spec index b52328f..81e80fa 100644 --- a/libevent.spec +++ b/libevent.spec @@ -1,5 +1,5 @@ Name: libevent -Version: 1.4.14b +Version: 2.0.10 Release: 1%{?dist} Summary: Abstract asynchronous event notification library @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen -Patch00: libevent-1.4.13-stable-configure.patch +Patch00: libevent-2.0.10-stable-configure.patch %description The libevent API provides a mechanism to execute a callback function @@ -83,29 +83,37 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libevent-*.so.* %{_libdir}/libevent_core-*.so.* %{_libdir}/libevent_extra-*.so.* +%{_libdir}/libevent_openssl-*.so.* +%{_libdir}/libevent_pthreads-*.so.* %files devel %defattr(-,root,root,0755) %{_includedir}/event.h %{_includedir}/evdns.h %{_includedir}/evhttp.h -%{_includedir}/event-config.h %{_includedir}/evrpc.h %{_includedir}/evutil.h +%{_includedir}/event2/*.h %{_libdir}/libevent.so %{_libdir}/libevent_core.so %{_libdir}/libevent_extra.so +%{_libdir}/libevent_openssl.so +%{_libdir}/libevent_pthreads.so +%{_libdir}/pkgconfig/libevent.pc +%{_libdir}/pkgconfig/libevent_openssl.pc +%{_libdir}/pkgconfig/libevent_pthreads.pc %{_bindir}/event_rpcgen.* -%{_mandir}/man3/* - %{_docdir}/%{name}-devel-%{version}/html/* %{_docdir}/%{name}-devel-%{version}/latex/* %{_docdir}/%{name}-devel-%{version}/man/man3/* %{_docdir}/%{name}-devel-%{version}/sample/* %changelog +* Tue Feb 8 2011 Steve Dickson 2.0.10-1 +- Updated to latest stable upstream version: 2.0.10-stable + * Tue Jun 22 2010 Steve Dickson 1.4.14b-1 - Updated to latest stable upstream version: 1.4.14b diff --git a/sources b/sources index 3e53535..a019457 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a00e037e4d3f9e4fe9893e8a2d27918c libevent-1.4.14b-stable.tar.gz +a37401d26cbbf28185211d582741a3d4 libevent-2.0.10-stable.tar.gz