[python-slip] version 0.2.16

Nils Philippsen nphilipp at fedoraproject.org
Tue Jun 21 14:15:40 UTC 2011


commit d3230178dd9e89eed4abb5d2f1caaadb2d4e0f75
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Jun 21 16:14:40 2011 +0200

    version 0.2.16
    
    - actually distribute slip.dbus.constants module (#714980)

 .gitignore       |    1 +
 python-slip.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3fc1d12..8a764e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ python-slip-0.2.11.tar.bz2
 /python-slip-0.2.13.tar.bz2
 /python-slip-0.2.14.tar.bz2
 /python-slip-0.2.15.tar.bz2
+/python-slip-0.2.16.tar.bz2
diff --git a/python-slip.spec b/python-slip.spec
index 2ebef24..2ad089d 100644
--- a/python-slip.spec
+++ b/python-slip.spec
@@ -3,7 +3,7 @@
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
 Name:       python-slip
-Version:    0.2.15
+Version:    0.2.16
 Release:    1%{?dist}
 Summary:    Miscellaneous convenience, extension and workaround code for Python
 
@@ -94,6 +94,9 @@ rm -rf %buildroot
 %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
 
 %changelog
+* Tue Jun 21 2011 Nils Philippsen <nils at redhat.com> - 0.2.16-1
+- actually distribute slip.dbus.constants module (#714980)
+
 * Mon Jun 20 2011 Nils Philippsen <nils at redhat.com> - 0.2.15-1
 - reduce proxy method call overhead
 - fix magic value for infinite timeouts (#708761)
diff --git a/sources b/sources
index e7ae463..216b2a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-778dbf7be1096111f681a039be793955  python-slip-0.2.15.tar.bz2
+adf59286b0f22946f11f286f5c3a22d7  python-slip-0.2.16.tar.bz2


More information about the scm-commits mailing list