[libtevent] New upstream release 0.9.16

Stephen Gallagher sgallagh at fedoraproject.org
Wed Jun 20 13:41:03 UTC 2012


commit 5113db0e87df8b04a5e1426f37f32d232eb77a72
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Jun 20 09:41:02 2012 -0400

    New upstream release 0.9.16
    
    - Adds tevent_*_trace_*() and tevent_context_init_ops()
    - Move tevent.py to the arch-specific directory

 .gitignore     |    1 +
 libtevent.spec |    9 +++++++--
 sources        |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
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 <sgallagh at 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 at 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
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


More information about the scm-commits mailing list