update to 0.2.5

This commit is contained in:
Nathaniel McCallum 2012-08-25 01:18:22 -04:00
parent 45386033eb
commit 4ad3fc02da
4 changed files with 8 additions and 19 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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);
}
}

View File

@ -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

View File

@ -1,3 +1,4 @@
eebe3e7248eed97169b07b063d62f0b0 libverto-0.2.2.tar.gz
e5aadbc7bb9a9449173489f73d359f25 libverto-0.2.3.tar.gz
fc333e1d13c15b0c0d20812dd237a148 libverto-0.2.4.tar.gz
144fb8f00759ef8ad71c472333847f03 libverto-0.2.5.tar.gz