[pymssql/f13/master] Fix bz#635223

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


commit c2d1a4a53e40fdec84cc118fdb401d4ea754793b
Author: Ray Van Dolson <rayvd at fedoraproject.org>
Date:   Sun Oct 17 12:22:49 2010 -0700

    Fix bz#635223

 pymssql.spec |   24 ++++++++++++++----------
 sources      |    3 ++-
 2 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/pymssql.spec b/pymssql.spec
index 01f54d5..637c718 100644
--- a/pymssql.spec
+++ b/pymssql.spec
@@ -1,19 +1,18 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pymssql
-Version:        1.9.908
-Release:        1%{?dist}
+Version:        1.0.2
+Release:        3%{?dist}
 Summary:        A simple database interface to MS-SQL for Python
 Group:          Development/Languages
 License:        LGPLv2+
-URL:            http://code.google.com/p/pymssql/
-Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
+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.5, python < 3.0, freetds >= 0.63
+Requires:       python >= 2.4, python < 3.0, freetds >= 0.63
 BuildRequires:  freetds-devel
 BuildRequires:  python-devel
-BuildRequires:  Cython
-BuildRequires:  python-setuptools
 
 %description
 pymssql is the Python language extension module that provides access to
@@ -22,6 +21,8 @@ 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
 
 %build
@@ -36,12 +37,15 @@ DB-API 2.0 Specification.
 
 %files
 %defattr(-,root,root,-)
-%doc README LICENSE ChangeLog
+%doc README lgpl.txt ChangeLog TODO
 %{python_sitearch}/*
 
 %changelog
-* Thu Jul  9 2010 Ray Van Dolson <rayvd at fedoraproject.org> - 1.9.908-1
-- Updated to 1.9.908
+* 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
 
 * 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 12a234e..8a44a70 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-8816a23ef9c290ec254f7d184ab8afb7  pymssql-1.9.908.tar.gz
+04dc4aa591acacbc8f183daeea21b690  pymssql-1.0.2.tar.gz
+9c2da06c927b38a69124579c34dc8602  pymssql-1.0.2-nextset.patch


More information about the scm-commits mailing list