rpms/MySQL-python/F-11 .cvsignore, 1.9, 1.10 MySQL-python.spec, 1.37, 1.38 sources, 1.9, 1.10 setup.py, 1.3, NONE sitecfg.patch, 1.1, NONE

Tom Lane tgl at fedoraproject.org
Sun Jun 28 16:49:40 UTC 2009


Author: tgl

Update of /cvs/pkgs/rpms/MySQL-python/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17431

Modified Files:
	.cvsignore MySQL-python.spec sources 
Removed Files:
	setup.py sitecfg.patch 
Log Message:
Update to release candidate 1.2.3c1; specfile cleanups


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/MySQL-python/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	20 Apr 2007 18:34:59 -0000	1.9
+++ .cvsignore	28 Jun 2009 16:49:09 -0000	1.10
@@ -1 +1 @@
-MySQL-python-1.2.2.tar.gz
+MySQL-python-1.2.3c1.tar.gz


Index: MySQL-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/MySQL-python/F-11/MySQL-python.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- MySQL-python.spec	23 Feb 2009 22:04:38 -0000	1.37
+++ MySQL-python.spec	28 Jun 2009 16:49:10 -0000	1.38
@@ -1,23 +1,19 @@
 Summary: An interface to MySQL
 Name: MySQL-python
-Version: 1.2.2
-Release: 10%{?dist}
+Version: 1.2.3
+Release: 0.1.c1%{?dist}
 License: GPLv2+
 Group: Development/Libraries
 URL: http://sourceforge.net/projects/mysql-python/
-Source0: http://prdownloads.sourceforge.net/mysql-python/MySQL-python-%{version}.tar.gz
-# 1.2.2 has adopted python-setuptools in preference to distutils, but since
-# we don't (yet?) ship that in Fedora or RHEL, we keep using the setup.py
-# script from 1.2.1_p2 for now.
-Source1: setup.py
-Patch1: sitecfg.patch
+
+Source0: http://prdownloads.sourceforge.net/mysql-python/MySQL-python-%{version}c1.tar.gz
 Patch2: escape-fix.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: python mx mysql
-Requires: python
-BuildRequires: python-devel
-BuildRequires: mysql-devel python Distutils gcc zlib-devel
+BuildRequires: python-devel python-setuptools
+BuildRequires: mysql-devel zlib-devel
+# is this still needed?
+# Requires: mx
 
 %description
 Python interface to MySQL
@@ -36,11 +32,8 @@ a) not thread-friendly, b) written for M
 not actively maintained. No code from that version is used in MySQLdb.
 
 %prep
-%setup -q
-
-cp -f %{SOURCE1} setup.py
+%setup -q -n %{name}-%{version}c1
 
-%patch1 -p1
 %patch2 -p1
 
 %build
@@ -67,6 +60,15 @@ rm -rf $RPM_BUILD_ROOT
 %dir /usr/%{_lib}/python?.?/site-packages/MySQLdb/constants
 
 %changelog
+* Sun Jun 28 2009 Tom Lane <tgl at redhat.com> 1.2.3-0.1.c1
+- Update to release candidate 1.2.3c1 for better mysql 5.1 and python 2.6
+  compatibility
+Resolves: #505611
+- Use python-setuptools instead of distutils, stop using old setup.py
+Resolves: #467510
+- Remove unnecessary manual Requires: specifications
+Resolves: #507750
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.2-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/MySQL-python/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	20 Apr 2007 18:34:59 -0000	1.9
+++ sources	28 Jun 2009 16:49:10 -0000	1.10
@@ -1 +1 @@
-532268f02870bea18c1d465e88afff30  MySQL-python-1.2.2.tar.gz
+310dd856e439d070b59ece6dd7a0734d  MySQL-python-1.2.3c1.tar.gz


--- setup.py DELETED ---


--- sitecfg.patch DELETED ---




More information about the fedora-extras-commits mailing list