Hello community,
here is the log from the commit of package mysql-connector-java for
openSUSE:Factory checked in at 2013-09-23 15:25:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mysql-connector-java (Old)
and /work/SRC/openSUSE:Factory/.mysql-connector-java.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mysql-connector-java"
Changes:
--------
---
/work/SRC/openSUSE:Factory/mysql-connector-java/mysql-connector-java.changes
2013-08-25 13:32:18.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.mysql-connector-java.new/mysql-connector-java.changes
2013-09-23 15:25:34.000000000 +0200
@@ -1,0 +2,35 @@
+Thu Sep 19 14:12:57 UTC 2013 - [email protected]
+
+- update to 5.1.25 (see CHANGES for full list)
+ * support for Connection Attributes when used with MySQL Server versions
(5.6+).
+ 5.1.24
+ * support of password expiration protocol. This introduces new boolean
+ connection property disconnectOnExpiredPasswords.
+ 5.1.23
+ * added support of password expiration protocol.
+ * driver now allows the mechanism for caching MySQL server configuration
+ values replaceable at runtime.
+ * Connection.setReadOnly() will take advantage of server-side support for
+ read-only transactions present in MySQL-5.6 and newer. Calling
.isReadOnly()
+ will incur a round-trip if useLocalSessionState.
+ 5.1.22
+ * support of ON UPDATE CURRENT_TIMESTAMP for TIMESTAMP and DATETIME fields.
+ 5.1.21
+ * new built-in authentication plugin
+ com.mysql.jdbc.authentication.Sha256PasswordPlugin ("sha256_password").
+ * Added new built-in authentication plugin
+ com.mysql.jdbc.authentication.MysqlClearPasswordPlugin
("mysql_clear_password").
+ It allows C/J based clients to connect to MySQL accounts.
+ * the ability to add new client-side prepared statement parse info caches
+ * implemented several JDBC-4.1 methods from Java-7:
+ 5.1.19:
+ * Added support for pluggable authentication via the
com.mysql.jdbc.AuthenticationPlugin
+- rebase and rename mysql-connector-java-5.1.19-java7.patch to
+ * mysql-connector-java-7-jdbc-4.1.patch
+
+-------------------------------------------------------------------
+Fri Sep 13 09:04:23 UTC 2013 - [email protected]
+
+- add jpackages-tools to buildrequires
+
+-------------------------------------------------------------------
Old:
----
mysql-connector-java-5.1.19-java7.patch
mysql-connector-java-5.1.19-suse.tar.xz
New:
----
mysql-connector-java-5.1.25-suse.tar.xz
mysql-connector-java-7-jdbc-4.1.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mysql-connector-java.spec ++++++
--- /var/tmp/diff_new_pack.SZFtKH/_old 2013-09-23 15:25:35.000000000 +0200
+++ /var/tmp/diff_new_pack.SZFtKH/_new 2013-09-23 15:25:35.000000000 +0200
@@ -18,13 +18,14 @@
Name: mysql-connector-java
-Version: 5.1.19
+Version: 5.1.25
Release: 0
Summary: Official JDBC Driver for MySQL
License: GPL-2.0+
Group: Development/Libraries/Java
Url: http://www.mysql.com/downloads/api-jdbc-stable.html
+# url-for-download:
http://dev.mysql.com/get/Downloads/Connector-J/%{name}-%{version}.zip/from/pick#mirrors
# docs are now under very strict proprietary license by Oracle, so lets not
distribute them
# remove bundled jars as well
# tar -xf %{name}-%{version}.tar.gz
@@ -32,8 +33,8 @@
# find %{name}-%{version} -name '*jar' -delete
# tar -xJf %{name}-%{version}-suse.tar.xz
Source0: %{name}-%{version}-suse.tar.xz
-# Patch to build with JDBC 4.1/Java 7
-Patch0: mysql-connector-java-5.1.19-java7.patch
+# Patch to build Java 7/jdbc 4.1
+Patch0: mysql-connector-java-7-jdbc-4.1.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -41,9 +42,11 @@
BuildRequires: ant
BuildRequires: ant-contrib
BuildRequires: apache-commons-logging
-BuildRequires: java-1_5_0-gcj-compat-devel
+#BuildRequires: java-1_5_0-gcj-compat-devel
BuildRequires: java-devel >= 1.6.0
-BuildRequires: jta
+#BuildRequires: jta >= 1.0
+BuildRequires: geronimo-jta-1_1-api
+BuildRequires: javapackages-tools
BuildRequires: junit
BuildRequires: slf4j
#!BuildIgnore: maven2-bootstrap
@@ -98,7 +101,7 @@
# we need jdk5 for jdbc3.0
# XXX: JAVA_HOME must be setup **after** CLASSPATH
-export JAVA_HOME=%{_libdir}/jvm/java-1.5.0-gcj
+#export JAVA_HOME=%{_libdir}/jvm/java-1.5.0-gcj
ant -DbuildDir=build-mysql-jdbc \
-DdistDir=dist-mysql-jdbc \
-Dcom.mysql.jdbc.java6.javac="%{javac}" \
++++++ mysql-connector-java-5.1.19-suse.tar.xz ->
mysql-connector-java-5.1.25-suse.tar.xz ++++++
++++ 37260 lines of diff (skipped)
++++++ mysql-connector-java-7-jdbc-4.1.patch ++++++
++++ 1978 lines (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]