diff --git a/.gitignore b/.gitignore index fee622c..70d9ef6 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libtevent.spec b/libtevent.spec index 95c4972..e5d7c5d 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -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 - 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 - 0.9.15-1 - New upstream release 0.9.15 - Properly re-sets the nested.level flag in the ev.ctx when reinitializing diff --git a/sources b/sources index 38514c3..6acd923 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc9ff17e5d6b89ac63df0d0a7f41eb6e tevent-0.9.15.tar.gz +a844e57a1a9be6a09bdbb6643ef73065 tevent-0.9.16.tar.gz