Update to 5.1.17
This commit is contained in:
parent
666726d758
commit
3d00a4ec7b
3 changed files with 10 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
Summary: Official JDBC driver for MySQL
|
||||
Name: mysql-connector-java
|
||||
Version: 5.1.15
|
||||
Version: 5.1.17
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
|
|
@ -18,14 +18,16 @@ URL: http://dev.mysql.com/downloads/connector/j/
|
|||
|
||||
# Mysql has a mirror redirector for its downloads
|
||||
# You can get this tarball by following a link from:
|
||||
# http://dev.mysql.com/get/Downloads/Connector-J/%{name}-%{version}.tar.gz/from/pick#mirrors
|
||||
# http://dev.mysql.com/get/Downloads/Connector-J/%{name}-%{version}.zip/from/pick#mirrors
|
||||
#
|
||||
# Following prebuilt jars have been removed from the tarball:
|
||||
# Following prebuilt jars and sources have been removed from the tarball:
|
||||
#
|
||||
# %{name}-%{version}-bin.jar
|
||||
# src/lib/ant-contrib.jar
|
||||
# src/lib/c3p0-0.9.1-pre6.jar
|
||||
# src/lib/c3p0-0.9.1-pre6.src.zip
|
||||
# src/lib/jboss-common-jdbc-wrapper.jar
|
||||
# src/lib/jboss-common-jdbc-wrapper-src.jar
|
||||
# src/lib/slf4j-api-1.6.1.jar
|
||||
#
|
||||
# See http://bugs.mysql.com/bug.php?id=28512 for details.
|
||||
|
|
@ -145,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Aug 20 2011 Miloš Jakubíček <xjakub@fi.muni.cz> - 1:5.1.17-1
|
||||
- Update to 5.1.17
|
||||
|
||||
* Thu Feb 10 2011 Miloš Jakubíček <xjakub@fi.muni.cz> - 1:5.1.15-1
|
||||
- Update to 5.1.15, fix BZ#676464, changed BR: log4j to BR: slf4j
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue