Package Release Info

perl-DBD-MariaDB-1.230.0-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-DBD-MariaDB

Change Logs

* Mon Aug 12 2024 Nathan Cutler <ncutler@suse.com>
- Add patch perl-DBD-MariaDB-fix_ssl_connection_test.patch to reflect
  change in text of "self-signed certificate" SSL connection error
* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
* Mon Sep 11 2023 Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>
- Update patch perl-DBD-MariaDB-fix_c_32x_test.patch
* Fri Apr 22 2022 Tina Müller <timueller+perl@suse.de>
- 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 <pmonreal@suse.com>
- 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 <tuukka.pasanen@ilmi.fi>
- From mariadb-connector-c client library number is diffrent
  which brokes tests. Add patch to fix tests.
* Mon Nov 09 2020 Dirk Stoecker <opensuse@dstoecker.de>
- Fix build
* Mon Mar 09 2020 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Fix build tests
* Mon Mar 09 2020 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Add cpanspec.yml file