[pymssql] Fix bz#635223

rayvd rayvd at fedoraproject.org
Sun Oct 17 19:14:52 UTC 2010


commit 87cbe188ac4c2bc27dc9c20e6b567f8f4d7a06e0
Author: Ray Van Dolson <rayvd at fedoraproject.org>
Date:   Sun Oct 17 12:14:24 2010 -0700

    Fix bz#635223

 .gitignore   |    1 +
 pymssql.spec |    7 ++++++-
 sources      |    1 +
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37ade61..4812448 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pymssql-1.0.1.tar.gz
+/pymssql-1.0.2-nextset.patch
diff --git a/pymssql.spec b/pymssql.spec
index 47dd08a..637c718 100644
--- a/pymssql.spec
+++ b/pymssql.spec
@@ -2,12 +2,13 @@
 
 Name:           pymssql
 Version:        1.0.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A simple database interface to MS-SQL for Python
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://pymssql.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:         pymssql-1.0.2-nextset.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       python >= 2.4, python < 3.0, freetds >= 0.63
 BuildRequires:  freetds-devel
@@ -20,6 +21,7 @@ DB-API 2.0 Specification.
 
 %prep
 %setup -q
+%patch0 -p1 -b .1.0.2-nextset
 %{__sed} -i 's/\r//' TODO
 %{__sed} -i 's/\r//' ChangeLog
 
@@ -39,6 +41,9 @@ DB-API 2.0 Specification.
 %{python_sitearch}/*
 
 %changelog
+* Sun Oct 17 2010 Ray Van Dolson <rayvd at fedoraproject.org> - 1.0.2-3
+- Fix bug in 1.0.2 (#635223)
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index bd11434..8a44a70 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 04dc4aa591acacbc8f183daeea21b690  pymssql-1.0.2.tar.gz
+9c2da06c927b38a69124579c34dc8602  pymssql-1.0.2-nextset.patch


More information about the scm-commits mailing list