OBS User unknown 2008-04-08 22:16:21 +00:00 committed by Git OBS Bridge
parent 485c8c7e0f
commit 66206379cc
4 changed files with 28 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 8 09:04:44 CEST 2008 - meissner@suse.de
- upgraded to version 1.4.3stable
* include Content-Length in reply for HTTP/1.0 requests with keep-alive
* Patch from Tani Hosokawa: make some functions in http.c threadsafe.
* Do not free the kqop file descriptor in other processes, also allow it to be 0; from Andrei Nigmatulin
* make event_rpcgen.py generate code include event-config.h; reported by Sam Banks.
* make event methods static so that they are not exported; from Andrei Nigmatulin
* make RPC replies use application/octet-stream as mime type
* do not delete uninitialized timeout event in evdns
-------------------------------------------------------------------
Fri Mar 28 13:47:32 CET 2008 - meissner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libevent (Version 1.4.2)
# spec file for package libevent (Version 1.4.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -14,14 +14,14 @@
Name: libevent
Url: http://monkey.org/~provos/libevent/
Summary: Library Providing an Event Handling API
Version: 1.4.2
Version: 1.4.3
Release: 1
Group: Development/Libraries/C and C++
License: BSD 3-Clause
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %fillup_prereq %insserv_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://monkey.org/~provos/libevent-%{version}-rc.tar.bz2
Source: http://monkey.org/~provos/libevent-%{version}-stable.tar.bz2
Source1: libevent-1.3e-rpmlintrc
%description
@ -36,7 +36,7 @@ Authors:
Nils Provos <provos@citi.umich.edu>
%prep
%setup -q -n %name-%version-rc
%setup -q -n %name-%version-stable
%build
autoreconf -i -f
@ -61,6 +61,15 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man?/*
%changelog
* Tue Apr 08 2008 meissner@suse.de
- upgraded to version 1.4.3stable
* include Content-Length in reply for HTTP/1.0 requests with keep-alive
* Patch from Tani Hosokawa: make some functions in http.c threadsafe.
* Do not free the kqop file descriptor in other processes, also allow it to be 0; from Andrei Nigmatulin
* make event_rpcgen.py generate code include event-config.h; reported by Sam Banks.
* make event methods static so that they are not exported; from Andrei Nigmatulin
* make RPC replies use application/octet-stream as mime type
* do not delete uninitialized timeout event in evdns
* Fri Mar 28 2008 meissner@suse.de
- upgraded to version 1.4.2rc
* make Solaris event subsystems more reliable; from W.C.A. Wijngaards