update to 0.2.5
This commit is contained in:
parent
45386033eb
commit
4ad3fc02da
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/libverto-0.2.2.tar.gz
|
||||
/libverto-0.2.3.tar.gz
|
||||
/libverto-0.2.4.tar.gz
|
||||
/libverto-0.2.5.tar.gz
|
||||
|
@ -1,14 +0,0 @@
|
||||
diff --git a/src/verto-libev.c b/src/verto-libev.c
|
||||
index 2eb08fc..9c7c324 100644
|
||||
--- a/src/verto-libev.c
|
||||
+++ b/src/verto-libev.c
|
||||
@@ -106,7 +106,9 @@ libev_ctx_set_flags(verto_mod_ctx *ctx, const verto_ev *ev,
|
||||
if (verto_get_flags(ev) & VERTO_EV_FLAG_IO_WRITE)
|
||||
events |= EV_WRITE;
|
||||
|
||||
+ ev_io_stop(ctx, (ev_io*) evpriv);
|
||||
ev_io_set(((ev_io*) evpriv), verto_get_fd(ev), events);
|
||||
+ ev_io_start(ctx, (ev_io*) evpriv);
|
||||
}
|
||||
}
|
||||
|
@ -1,13 +1,11 @@
|
||||
Name: libverto
|
||||
Version: 0.2.4
|
||||
Release: 4%{?dist}
|
||||
Version: 0.2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Main loop abstraction library
|
||||
|
||||
License: MIT
|
||||
URL: https://fedorahosted.org/libverto/
|
||||
Source0: http://fedorahosted.org/releases/l/i/%{name}/%{name}-%{version}.tar.gz
|
||||
# From upstream, will be in next release
|
||||
Patch1: libverto-0.2.4-fix-libev.patch
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libevent-devel
|
||||
@ -120,7 +118,6 @@ and signal.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -193,6 +190,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Aug 25 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.2.5-1
|
||||
- Update to 0.2.5
|
||||
- Drop libverto-0.2.4-fix-libev.patch
|
||||
|
||||
* Tue Aug 07 2012 Nathaniel McCallum <npmccallum@redhat.com> - 0.2.4-4
|
||||
- Don't build libev on RHEL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user