Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mysql-connector-java for openSUSE:Factory checked in at 2025-02-05 12:42:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mysql-connector-java (Old) and /work/SRC/openSUSE:Factory/.mysql-connector-java.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mysql-connector-java" Wed Feb 5 12:42:21 2025 rev:54 rq:1243269 version:9.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mysql-connector-java/mysql-connector-java.changes 2024-10-31 16:09:48.500175988 +0100 +++ /work/SRC/openSUSE:Factory/.mysql-connector-java.new.2316/mysql-connector-java.changes 2025-02-05 12:42:50.790544574 +0100 @@ -1,0 +2,28 @@ +Mon Jan 27 13:48:27 UTC 2025 - Gus Kenion <gus.ken...@suse.com> + +- Upgrade to Version 9.2.0 + - Fix for Bug#116318 (Bug#37152533), useServerPrepStmts + useLocalTransactionState cause first execute rollback failure. + - Fix for Bug#116955 (Bug#37383012), Tests fail after server + changed cipher for xdevapi. + - Fix for Bug#63992 (Bug#14598872), getTables did not return a + result for table names with a dot in it. + - WL#16558, Upgrade 3rd party libraries and tools. + - Fix for Bug#37125271, RPM depends on java-headless 1:1.8.0 + which makes java8 unnessessarily be installed. + - Fix for Bug#115586 (Bug#36850047), When upgrading to mysql + connetor/j-8.4.0, creating a connection becomes too slow. + - Fix for Bug#116630 (Bug#37272802), Tests fail on Windows if + test database has upper/mixed case chars. + - Fix for Bug#71143 (Bug#17967091), Calling ResultSet.updateRow + should not set all field values in UPDATE. + - Fix for Bug#103437 (Bug#32807360), Syntax error when calling + PreparedStatement.getMetadata() with LIMIT placeholded. + - Fix for Bug#96786 (Bug#30280035), Retrieving streaming result + set fails when closeOnCompletion is enabled. + - Fix for Bug#21983318, QUERYTIMEOUT VALUE RESETTING TO 0 AFTER + PREPSTMT.EXECUTEBATCH() EXECUTION. + - Fix for Bug#116113 (Bug#37063728), DatabaseMetaData#getTables + doesn't work properly for delimited identifiers. + +------------------------------------------------------------------- Old: ---- mysql-connector-java-9.1.0.tar.gz New: ---- mysql-connector-java-9.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mysql-connector-java.spec ++++++ --- /var/tmp/diff_new_pack.joDfh8/_old 2025-02-05 12:42:51.754584362 +0100 +++ /var/tmp/diff_new_pack.joDfh8/_new 2025-02-05 12:42:51.754584362 +0100 @@ -1,7 +1,7 @@ # # spec file for package mysql-connector-java # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define new_name mysql-connector-j Name: mysql-connector-java -Version: 9.1.0 +Version: 9.2.0 Release: 0 Summary: Official JDBC Driver for MySQL License: GPL-2.0-or-later @@ -90,10 +90,10 @@ # extra libs mkdir -p lib mkdir -p src/lib -ln -f -s %{_datadir}/java/ant/ant-contrib.jar lib/ant-contrib.jar -ln -f -s %{_datadir}/java/slf4j/api.jar lib/slf4j-api.jar -ln -s %{_datadir}/java/javassist.jar lib/javassist.jar -ln -s %{_datadir}/java/protobuf.jar lib/protobuf.jar +ln -f -s `find-jar ant/ant-contrib` lib/ant-contrib.jar +ln -f -s `find-jar slf4j/api` lib/slf4j-api.jar +ln -s `find-jar javassist` lib/javassist.jar +ln -s `find-jar protobuf` lib/protobuf.jar %build ++++++ mysql-connector-java-9.1.0.tar.gz -> mysql-connector-java-9.2.0.tar.gz ++++++ ++++ 12565 lines of diff (skipped)