[python-slip] version 0.2.18

Nils Philippsen nphilipp at fedoraproject.org
Wed Oct 19 14:25:15 UTC 2011


commit 7cdd18b3e46cbce2cf371a1eb33d00486bd49864
Author: Nils Philippsen <nils at redhat.com>
Date:   Wed Oct 19 16:25:04 2011 +0200

    version 0.2.18

 .gitignore       |    1 +
 python-slip.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4cc26e1..29bd00d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ python-slip-0.2.11.tar.bz2
 /python-slip-0.2.15.tar.bz2
 /python-slip-0.2.16.tar.bz2
 /python-slip-0.2.17.tar.bz2
+/python-slip-0.2.18.tar.bz2
diff --git a/python-slip.spec b/python-slip.spec
index 32468ce..1517d82 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.17
+Version:    0.2.18
 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
+* Wed Oct 19 2011 Nils Philippsen <nils at redhat.com> - 0.2.18-1
+- actually use persistent value in Object constructor
+
 * Mon Jun 27 2011 Nils Philippsen <nils at redhat.com> - 0.2.17-1
 - fix default timeouts of None in bus objects (#716620)
 - reduce proxy method calling overhead a bit more
diff --git a/sources b/sources
index 3aa319a..e85615e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-730ffd138e7b7339d93e0a0cd70267c4  python-slip-0.2.17.tar.bz2
+d9a01c8c025af18eb41f6ccaeaba5761  python-slip-0.2.18.tar.bz2


More information about the scm-commits mailing list