diff --git a/mysql-connector-java-8.0.31.tar.gz b/mysql-connector-java-8.0.31.tar.gz deleted file mode 100644 index 262b2b8..0000000 --- a/mysql-connector-java-8.0.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b5b9e9cd7bd3d5fe832c31382a96f74a47ec2dd32d8ddcdb9c3d13bfd37c316 -size 1896506 diff --git a/mysql-connector-java-8.0.32.tar.gz b/mysql-connector-java-8.0.32.tar.gz new file mode 100644 index 0000000..b71c1ea --- /dev/null +++ b/mysql-connector-java-8.0.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab47db8f68d5c09edea773f79b466af44dc718927b2faed8302481d2b6d7a797 +size 1892439 diff --git a/mysql-connector-java.changes b/mysql-connector-java.changes index 77c749f..d54663f 100644 --- a/mysql-connector-java.changes +++ b/mysql-connector-java.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Jan 26 17:12:29 UTC 2023 - David Anes + +- Update to 8.0.32: + - MysqlDataSource fails to URL encode database name when constructing JDBC URL. + - serverSideStatementCache ignores resultSetType. + - UpdatableResultSet does not properly handle unsigned primary key. + - Connector/J 8 query with explain can not return ResultRow. + - Add support to row alias on INSERT... ON DUPLICATE KEY UPDATE on batch mode. + - connectionCollation ignored if characterEncoding is set. + - Connector/J rejects UNION with CTE. + - Malformed packet generation for `COM_STMT_EXECUTE`. + - Connector/J client hangs after prepare & execute process with old version server. + - Contribution: Fix name of relocation POM file. + - Contribution: [PATCH] Remove superfluous use of boxing. + - Contribution: Recognize "ON DUPLICATE KEY UPDATE" in "INSERT SET" Statement. + - RPM and DEB builds broken after introducing javadoc for maven bundles. + - Sonatype compliant POM and maven bundles. + - Upgrade 3rd party libraries and tools. + - Upgrade Protocol Buffers dependency to protobuf-java-3.21.9. + ------------------------------------------------------------------- Thu Dec 8 06:21:44 UTC 2022 - David Anes diff --git a/mysql-connector-java.spec b/mysql-connector-java.spec index 37163fa..97d5887 100644 --- a/mysql-connector-java.spec +++ b/mysql-connector-java.spec @@ -1,7 +1,7 @@ # # spec file for package mysql-connector-java # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define new_name mysql-connector-j Name: mysql-connector-java -Version: 8.0.31 +Version: 8.0.32 Release: 0 Summary: Official JDBC Driver for MySQL License: GPL-2.0-or-later