Changelog for
perl-DBD-MariaDB-debugsource-1.230.0-2.1.i586.rpm :
* Fri Mar 08 2024 Tina Müller
- Fix disabling of __perllib_provides
* Mon Sep 11 2023 Tina Müller - updated to 1.23 see /usr/share/doc/packages/perl-DBD-MariaDB/Changes 1.23 2023-09-10 - Add a missing break (https://github.com/perl5-dbi/DBD-MariaDB/issues/163) - Signal error if mariadb_db_async_result() fails (https://github.com/perl5-dbi/DBD-MariaDB/issues/162) - Update links to project website, issues and years - Fix compilation with some MariaDB client library 10.2 and 10.3 versions - Fix mariadb_use_result attribute (https://github.com/perl5-dbi/DBD-MariaDB/issues/173) - Fix statements with multiple result sets in asynchronous mode - Fix mariadb_sockfd attribute for Windows - Croaks when changing AutoCommit attribute fails (https://github.com/perl5-dbi/dbi/issues/104) - Various documentation and tests fixes - Fix support for MariaDB Connector/C prior to 3.1.3 version - Fix usage of Win32::GetShortPathName() in Makefile.PL - Build release tarball in TAR format (instead of PAX) - Allow to query and change mariadb_multi_statements attribute - Add connect option mariadb_auth_plugin for specifying auth plugin - Fix support for MySQL 8.0+ client library (https://github.com/perl5-dbi/DBD-MariaDB/issues/191) (https://github.com/perl5-dbi/DBD-mysql/issues/329) - Add Github Actions CI and Cirrus CI (FreeBSD) for automated testing
* Mon Apr 25 2022 Tina Müller - Update patch perl-DBD-MariaDB-fix_c_32x_test.patch
* Fri Apr 22 2022 Tina Müller - updated to 1.22 see /usr/share/doc/packages/perl-DBD-MariaDB/Changes 1.22 2022-04-22 - Disable usage of libmysqld.a from MySQL 8.x series - Install README.pod into DBD/MariaDB/ subdirectory (https://github.com/gooddata/DBD-MariaDB/issues/146) - Do not export driver private C functions - Fix typo in error message - Fix compatibility with new MariaDB client and server versions (https://github.com/perl5-dbi/DBD-MariaDB/issues/164) (https://github.com/perl5-dbi/DBD-MariaDB/issues/167) (https://github.com/perl5-dbi/DBD-mysql/issues/333)
* Wed Oct 06 2021 Pedro Monreal - Fix regression test failures:
* Add patch from the previous commit.
* Add perl-DBD-MariaDB-fix_c_32x_test.patch
* Tue Oct 05 2021 Tuukka Pasanen - From mariadb-connector-c client library number is diffrent which brokes tests. Add patch to fix tests.
* Mon Nov 09 2020 Dirk Stoecker - Fix build
* Mon Mar 09 2020 Pedro Monreal Gonzalez - Fix build tests
* Mon Mar 09 2020 Pedro Monreal Gonzalez - Add cpanspec.yml file
* Tue Jul 09 2019 Pedro Monreal Gonzalez - Enable tests to run in parallel by adding HARNESS_OPTIONS=j4