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:
Marcus Meissner 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5d7b25bf1feed5d08a7f9580c4d55c1f4ba40a0ccd534b7350c6c0c1b6f534c
size 640943

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1591fb411a67876a514a33df54b85417b31e01800284bcc6894fc410c3eaea21
size 842961

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 30 22:21:50 UTC 2012 - crrodriguez@opensuse.org
- 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.
-------------------------------------------------------------------
Wed Feb 1 01:13:02 UTC 2012 - jengelh@medozas.de

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