[pymssql/el5/master] Fix bz#635223

rayvd rayvd at fedoraproject.org
Sun Oct 17 19:32:05 UTC 2010


commit cd9b9dabb11eedd55d8d71797be9ff985725c5c5
Author: Ray Van Dolson <rayvd at fedoraproject.org>
Date:   Sun Oct 17 12:32:02 2010 -0700

    Fix bz#635223

 pymssql.spec |    6 +++++-
 sources      |    1 +
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/pymssql.spec b/pymssql.spec
index 5355759..ccc8716 100644
--- a/pymssql.spec
+++ b/pymssql.spec
@@ -2,12 +2,13 @@
 
 Name:           pymssql
 Version:        1.0.2
-Release:        1%{?dist}
+Release:        2%{?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,8 @@ DB-API 2.0 Specification.
 %{python_sitearch}/*
 
 %changelog
+* Sun Oct 17 2010 Ray Van Dolson <rayvd at fedoraproject.org> - 1.0.2-2
+- Fix bug in 1.0.2 (#635223)
 * Tue Aug 11 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 1.0.2-1
 - Updated to 1.0.2
 
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