rpms/pymssql/F-13 pymssql.spec,1.7,1.8 sources,1.4,1.5

rayvd rayvd at fedoraproject.org
Fri Jul 9 16:32:02 UTC 2010


Author: rayvd

Update of /cvs/pkgs/rpms/pymssql/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6750

Modified Files:
	pymssql.spec sources 
Log Message:
Rebase to 1.9.908


Index: pymssql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pymssql/F-13/pymssql.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- pymssql.spec	11 Aug 2009 21:19:35 -0000	1.7
+++ pymssql.spec	9 Jul 2010 16:32:02 -0000	1.8
@@ -1,17 +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.0.2
+Version:        1.9.908
 Release:        1%{?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
+URL:            http://code.google.com/p/pymssql/
+Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       python >= 2.4, python < 3.0, freetds >= 0.63
+Requires:       python >= 2.5, python < 3.0, freetds >= 0.63
 BuildRequires:  freetds-devel
 BuildRequires:  python-devel
+BuildRequires:  Cython
 
 %description
 pymssql is the Python language extension module that provides access to
@@ -20,7 +21,6 @@ DB-API 2.0 Specification.
 
 %prep
 %setup -q
-%{__sed} -i 's/\r//' TODO
 %{__sed} -i 's/\r//' ChangeLog
 
 %build
@@ -35,10 +35,13 @@ DB-API 2.0 Specification.
 
 %files
 %defattr(-,root,root,-)
-%doc README lgpl.txt ChangeLog TODO
+%doc README LICENSE ChangeLog
 %{python_sitearch}/*
 
 %changelog
+* Thu Jul  9 2010 Ray Van Dolson <rayvd at fedoraproject.org> - 1.9.908-1
+- Updated to 1.9.908
+
 * Tue Aug 11 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 1.0.2-1
 - Updated to 1.0.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pymssql/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	11 Aug 2009 21:19:35 -0000	1.4
+++ sources	9 Jul 2010 16:32:02 -0000	1.5
@@ -1 +1 @@
-04dc4aa591acacbc8f183daeea21b690  pymssql-1.0.2.tar.gz
+8816a23ef9c290ec254f7d184ab8afb7  pymssql-1.9.908.tar.gz



More information about the scm-commits mailing list