SHA256
1
0
forked from pool/libevent

Accepting request 129371 from home:elvigia:branches:devel:libraries:c_c++

- Libevent 2.0.19
* Fix periodic timeout behavior when time jumps forwar
* Avoid certain priority inversions 
* More evdns improvements
* lots of other bugfixes, see NEWS for details.
- Provide openssl support.

OBS-URL: https://build.opensuse.org/request/show/129371
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=16
This commit is contained in:
2012-07-31 06:12:09 +00:00
committed by Git OBS Bridge
parent 63078443a1
commit 6674665809
4 changed files with 20 additions and 5 deletions

View File

@@ -19,15 +19,17 @@
Name: libevent
%define libsoname %{name}-2_0-5
Version: 2.0.10
Version: 2.0.19
Release: 0
Summary: Library Providing an Event Handling API
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://monkey.org/~provos/libevent/
Source0: http://monkey.org/~provos/libevent-%{version}-stable.tar.bz2
Source0: http://monkey.org/~provos/libevent-%{version}-stable.tar.gz
Source1: baselibs.conf
BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: zlib-devel
PreReq: %fillup_prereq
PreReq: %insserv_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -88,6 +90,7 @@ find %{buildroot}%{_libdir} -name "*.la" -delete -print
%{_libdir}/%{name}_core-2.0.so.5*
%{_libdir}/%{name}_extra-2.0.so.5*
%{_libdir}/%{name}_pthreads-2.0.so.5*
%{_libdir}/%{name}_openssl-2.0.so.5*
%files devel
%defattr(-,root,root)
@@ -98,7 +101,9 @@ find %{buildroot}%{_libdir} -name "*.la" -delete -print
%{_libdir}/%{name}_core.so
%{_libdir}/%{name}_extra.so
%{_libdir}/%{name}_pthreads.so
%{_libdir}/%{name}_openssl.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/%{name}_pthreads.pc
%{_libdir}/pkgconfig/%{name}_openssl.pc
%changelog