diff --git a/.gitignore b/.gitignore index 473e843..b8af303 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libverto-0.2.4-fix-libev.patch b/libverto-0.2.4-fix-libev.patch deleted file mode 100644 index 4e36166..0000000 --- a/libverto-0.2.4-fix-libev.patch +++ /dev/null @@ -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); - } - } - diff --git a/libverto.spec b/libverto.spec index ff1a186..26e5b32 100644 --- a/libverto.spec +++ b/libverto.spec @@ -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 - 0.2.5-1 +- Update to 0.2.5 +- Drop libverto-0.2.4-fix-libev.patch + * Tue Aug 07 2012 Nathaniel McCallum - 0.2.4-4 - Don't build libev on RHEL diff --git a/sources b/sources index bc83f82..594a775 100644 --- a/sources +++ b/sources @@ -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