[python-slip] version 0.2.14

Nils Philippsen nphilipp at fedoraproject.org
Mon Oct 11 10:19:54 UTC 2010


commit 1f18a0cf928698bb9b7a8674c80837ea506479f6
Author: Nils Philippsen <nils at redhat.com>
Date:   Mon Oct 11 12:19:54 2010 +0200

    version 0.2.14

 .gitignore       |    1 +
 python-slip.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de7805f..7323335 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 python-slip-0.2.11.tar.bz2
 /python-slip-0.2.12.tar.bz2
 /python-slip-0.2.13.tar.bz2
+/python-slip-0.2.14.tar.bz2
diff --git a/python-slip.spec b/python-slip.spec
index 9cce7ff..a74f8cd 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.13
+Version:    0.2.14
 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
+* Mon Oct 11 2010 Nils Philippsen <nils at redhat.com> - 0.2.14-1
+- use plain "raise" in some places to ease debugging
+
 * Tue Aug 31 2010 Nils Philippsen <nils at redhat.com> - 0.2.13-1
 - revert "use tempfile.mkstemp"
 
diff --git a/sources b/sources
index 0d2e67f..e8d60f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57ccb5c484c9fe7dd6182a1d20a2b85d  python-slip-0.2.13.tar.bz2
+6f11b6d752ccc3e069b3607f24077587  python-slip-0.2.14.tar.bz2


More information about the scm-commits mailing list