New upstream release 0.9.16

- Adds tevent_*_trace_*() and tevent_context_init_ops()
- Move tevent.py to the arch-specific directory
This commit is contained in:
Stephen Gallagher 2012-06-20 09:41:02 -04:00
parent c5792b25bc
commit 5113db0e87
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ tevent-0.9.8.tar.gz
/tevent-0.9.13.tar.gz
/tevent-0.9.14.tar.gz
/tevent-0.9.15.tar.gz
/tevent-0.9.16.tar.gz

View File

@ -5,7 +5,7 @@
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")}
Name: libtevent
Version: 0.9.15
Version: 0.9.16
Release: 1%{?dist}
Group: System Environment/Daemons
Summary: The tevent library
@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
%files -n python-tevent
%defattr(-,root,root,-)
%{python_sitelib}/tevent.py*
%{python_sitearch}/tevent.py*
%{python_sitearch}/_tevent.so
%post -p /sbin/ldconfig
@ -115,6 +115,11 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Wed Jun 20 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.16-1
- New upstream release 0.9.16
- Adds tevent_*_trace_*() and tevent_context_init_ops()
- Move tevent.py to the arch-specific directory
* Fri Feb 10 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.15-1
- New upstream release 0.9.15
- Properly re-sets the nested.level flag in the ev.ctx when reinitializing

View File

@ -1 +1 @@
dc9ff17e5d6b89ac63df0d0a7f41eb6e tevent-0.9.15.tar.gz
a844e57a1a9be6a09bdbb6643ef73065 tevent-0.9.16.tar.gz