[python-slip] version 0.2.12

Nils Philippsen nphilipp at fedoraproject.org
Tue Aug 24 15:48:20 UTC 2010


commit 16e7c4100329eccc258931af1c52ef94f21d7dee
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Aug 24 17:48:16 2010 +0200

    version 0.2.12

 .gitignore       |    1 +
 python-slip.spec |   10 ++++++----
 sources          |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5151f2f..7937639 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 python-slip-0.2.11.tar.bz2
+/python-slip-0.2.12.tar.bz2
diff --git a/python-slip.spec b/python-slip.spec
index b66e82a..5db9f5e 100644
--- a/python-slip.spec
+++ b/python-slip.spec
@@ -3,8 +3,8 @@
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
 Name:       python-slip
-Version:    0.2.11
-Release:    2%{?dist}
+Version:    0.2.12
+Release:    1%{?dist}
 Summary:    Miscellaneous convenience, extension and workaround code for Python
 
 Group:      System Environment/Libraries
@@ -94,8 +94,10 @@ rm -rf %buildroot
 %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
 
 %changelog
-* Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.2.11-2
-- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+* Tue Aug 24 2010 Nils Philippsen <nils at redhat.com> - 0.2.12-1
+- use os.path.abspath instead of .realpath (#615819)
+- use tempfile.mkstemp
+- don't use hardcoded file ext separator
 
 * Wed Jun 30 2010 Nils Philippsen <nils at redhat.com> - 0.2.11-1
 - fix re-raising exceptions
diff --git a/sources b/sources
index b2e0ae9..80a0916 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7306aaa95660b79078574680f28c4886  python-slip-0.2.11.tar.bz2
+f751aaab643e08be0ef2c18e0859b5e6  python-slip-0.2.12.tar.bz2


More information about the scm-commits mailing list