diff --git a/.cvsignore b/.cvsignore index 058e614..471a71e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ libevent-1.1a.tar.gz +libevent-1.2a.tar.gz diff --git a/libevent.spec b/libevent.spec index edcc8ca..7f454f5 100644 --- a/libevent.spec +++ b/libevent.spec @@ -1,5 +1,5 @@ Name: libevent -Version: 1.1a +Version: 1.2a Release: 3.2.1 Summary: Abstract asynchronous event notification library @@ -65,13 +65,23 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,0755) %doc sample/*.c %{_includedir}/event.h +%{_includedir}/evdns.h +%{_includedir}/evhttp.h %{_libdir}/libevent.so %{_libdir}/libevent.a + +%{_bindir}/event_rpcgen.py +%{_bindir}/event_rpcgen.pyc +%{_bindir}/event_rpcgen.pyo + %{_mandir}/man3/* %changelog +* Tue Feb 20 2007 Steve Dickson +- Updated to latest upstream version 1.2a + * Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control - rebuild diff --git a/sources b/sources index b4fbc76..93fe84c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6cc776458ecaf9247550863702a44d7c libevent-1.1a.tar.gz +bb0b731b0c1bfa7267b8cd6192982d68 libevent-1.2a.tar.gz