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:
parent
c5792b25bc
commit
5113db0e87
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user