OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Dec-2007 22:03:01
Branch: HEAD Handle: 2007121021030000
Modified files:
openpkg-src/mysql mysql.spec
Log:
use different mirror which is available
Summary:
Revision Changes Path
1.175 +3 -3 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.174 -r1.175 mysql.spec
--- openpkg-src/mysql/mysql.spec 6 Dec 2007 17:51:33 -0000 1.174
+++ openpkg-src/mysql/mysql.spec 10 Dec 2007 21:03:00 -0000 1.175
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20071206
+Release: 20071210
# package options
%option with_server yes
@@ -57,8 +57,8 @@
%option with_jdbc no
# list of sources
-Source0:
ftp://ftp.plusline.de/pub/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz
-Source1:
ftp://ftp.plusline.de/pub/mysql/Downloads/Connector-J/mysql-connector-java-%{V_jdbc}.tar.gz
+Source0:
http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz
+Source1:
http://ftp.gwdg.de/pub/misc/mysql/Downloads/Connector-J/mysql-connector-java-%{V_jdbc}.tar.gz
Source2: my.cnf
Source3: my.pwd
Source4: rc.mysql
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]