rpms/pymssql/devel pymssql.spec,1.4,1.5

Ray Van Dolson rayvd at fedoraproject.org
Thu Apr 9 21:50:50 UTC 2009


Author: rayvd

Update of /cvs/pkgs/rpms/pymssql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1587

Modified Files:
	pymssql.spec 
Log Message:
plague issue


Index: pymssql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pymssql/devel/pymssql.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pymssql.spec	9 Apr 2009 21:20:39 -0000	1.4
+++ pymssql.spec	9 Apr 2009 21:50:49 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           pymssql
 Version:        1.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A simple database interface to MS-SQL for Python
 Group:          Development/Languages
 License:        LGPLv2+
@@ -10,9 +10,8 @@
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       python >= 2.4, python < 3.0, freetds >= 0.63
-BuildRequires:  freetds-devel >= 0.63
-BuildRequires:  python-devel >= 2.4
-BuildRequires:  python-devel < 3.0
+BuildRequires:  freetds-devel
+BuildRequires:  python-devel
 
 %description
 pymssql is the Python language extension module that provides access to
@@ -40,6 +39,10 @@
 %{python_sitearch}/*
 
 %changelog
+* Thu Apr 09 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 1.0.1-2
+- De-versioned Build Requirements to work around 
+  https://fedorahosted.org/fedora-infrastructure/ticket/1202
+
 * Thu Apr 09 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 1.0.1-1
 - Rebased against upstream (#492802)
 




More information about the scm-commits mailing list