rpms/mysql-connector-odbc/devel mysql-connector-odbc.spec,1.21,1.22

Tom Lane tgl at fedoraproject.org
Thu Jan 21 00:14:03 UTC 2010


Author: tgl

Update of /cvs/pkgs/rpms/mysql-connector-odbc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16057

Modified Files:
	mysql-connector-odbc.spec 
Log Message:
Correct Source tag to reflect how to get the tarball


Index: mysql-connector-odbc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql-connector-odbc/devel/mysql-connector-odbc.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- mysql-connector-odbc.spec	21 Aug 2009 14:34:51 -0000	1.21
+++ mysql-connector-odbc.spec	21 Jan 2010 00:14:03 -0000	1.22
@@ -1,14 +1,17 @@
 Summary: ODBC driver for MySQL
 Name: mysql-connector-odbc
 Version: 5.1.5r1144
-Release: 6%{?dist}
+Release: 7%{?dist}
 Group: System Environment/Libraries
-URL: http://dev.mysql.com/downloads/connector/odbc/5.1.html
+URL: http://dev.mysql.com/downloads/connector/odbc/
 # exceptions allow library to be linked with most open source SW,
 # not only GPL code.
 License: GPLv2 with exceptions
 
-Source: http://dev.mysql.com/downloads/connector/odbc/mysql-connector-odbc-%{version}.tar.gz
+# Upstream has a mirror redirector for downloads, so the URL is hard to
+# represent statically.  You can get the tarball by following a link from
+# http://dev.mysql.com/downloads/connector/odbc/
+Source: mysql-connector-odbc-%{version}.tar.gz
 
 Patch1: myodbc-my-bool.patch
 Patch2: myodbc-shutdown.patch
@@ -84,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*so
 
 %changelog
+* Wed Jan 20 2010 Tom Lane <tgl at redhat.com> 5.1.5r1144-7
+- Correct Source: tag and comment to reflect how to get the tarball
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 5.1.5r1144-6
 - rebuilt with new openssl
 



More information about the scm-commits mailing list