Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-DBD-MariaDB-1.230.0-lp160.1.2 RPM for s390x

From OpenSuSE Leap 16.0 for s390x

Name: perl-DBD-MariaDB Distribution: openSUSE Leap 16.0
Version: 1.230.0 Vendor: openSUSE
Release: lp160.1.2 Build date: Mon Aug 12 13:41:03 2024
Group: Unspecified Build host: reproducible
Size: 396180 Source RPM: perl-DBD-MariaDB-1.230.0-lp160.1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/DBD-MariaDB
Summary: MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
*DBD::MariaDB* is the Perl5 Database Interface driver for MariaDB and MySQL
databases. In other words: DBD::MariaDB is an interface between the Perl
programming language and the MariaDB/MySQL programming API that comes with
the MariaDB/MySQL relational database management system. Most functions
provided by this programming API are supported. Some rarely used functions
are missing, mainly because no-one ever requested them.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* 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
* Tue Jul 09 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Enable tests to run in parallel by adding HARNESS_OPTIONS=j4
* Tue Jul 09 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Added missing dependencies
* Mon Jul 08 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Enabled tests during build
    * Added files test-setup.sh and test-clean.sh
    * Added test dependecies: Proc::ProcessTable and mariadb
* Mon Jun 03 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Reduce the description and delete useless defattr
* Mon Jun 03 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Tests can't be run inside the buildroot, test manually before submit
* Wed Feb 27 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - update to 1.21 2019-02-27
    * 1.21 2019-02-27
    - Fix skipping test t/14destruct.t
    - Revert "MySQL bug #93276 is fixed in 8.0.15"
      (https://github.com/gooddata/DBD-MariaDB/issues/137)
* Tue Feb 26 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - update to 1.20 2019-02-22
    * 1.20 2019-02-22
    - Fix compilation on Windows
    - Fix tests for MariaDB 10.2.20+, 10.3.12+ and 10.4.1+
    - Fix processing of unfetched multi result sets
    - Cover a protocol design error for multi result statements
    - Fix $dbh->last_insert_id for async calls and multi result statements
    - Add more robust solution to prevent deinitializing OpenSSL functions
      (https://github.com/gooddata/DBD-MariaDB/issues/119)
    - Set $sth->{Active} to off after fetching all data
      (https://github.com/jhthorsen/mojo-mysql/pull/47#issuecomment-448095164)
    - Fix $sth->rows for async, multi results and when error occurred
    - Fix disconnect_all() method to work also during global destruction phase
    - Address MySQL bug #93276 which is fixed in 8.0.15
* Tue Feb 19 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Cleaned with spec-cleaner
* Tue Feb 19 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - initial package 1.11
    * 1.11 2019-01-02
    - Fix breakage of Net::SSLeay / OpenSSL library after DBI disconnect
      (https://github.com/gooddata/DBD-MariaDB/issues/119)
    * 1.10 2018-12-05
    - Fix spelling error (https://github.com/gooddata/DBD-MariaDB/issues/82)
    - Fix MinGW build (https://github.com/gooddata/DBD-MariaDB/issues/91)
    - Fix DBI SQL types (https://github.com/gooddata/DBD-MariaDB/issues/109)
    - Fix overflow in mariadb_thread_id and mariadb_warning_count attributes
    - Fix parsing LIMIT keyword (case-insensitive + allow whitespaces around)
    - Fix allocating and releasing memory when using Embedded Server
    - Fix escaping placeholders when sql_mode is NO_BACKSLASH_ESCAPES
    - Fix output from Unicode related tests
    - Fix setting client_flag for mysql_real_connect()
    - Fix calling DBI->data_sources() without second argument
    - Fix $dbh->last_insert_id() for multi and prepared server side statements
    - Use dbd_db_do6 API from DBI 1.642 when available
    - Add support for a new DBI method call $sth->last_insert_id()
    - Add sanity check for Makefile.PL --testsocket, --testhost and --testport
    - Report error when $dbh->{mariadb_ssl_cipher} attribute is not supported
    - Check that correct number of bind parameters are in $dbh->do()
    - Update workarounds for bugs in MariaDB client library (some were fixed)
    - Allow to set zero read, write and connect timeout (which means infinite)
    - Set default session collation to utf8mb4_unicode_ci for real Unicode
    - Change minimal MySQL client version to 4.1.8 (older is incompatible)
    - Skip tests which cannot be started on current system/architecture
    - Move testrules.yml to t/ directory
    - Miscellaneous fixes in tests
    * 1.00 2018-07-12
    - Do not remove test name and line from test error messages
    - Update documentation for mariadb_length and mariadb_max_length
    - Fix retrieving ODBC attribute SQL_USER_NAME via $dbh->get_info()
    - Do not show internal DBI packages on cpan
    - Fix checking for error value from mariadb_embedded options
    - Makefile.PL shows error message when no client library was specified
    - Fix checking if integer value should be signed or unsigned
    * 0.90_01 2018-06-26 (beta)
    - This is a new DBD::MariaDB driver, fork of DBD::mysql 4.041 with fixes
    - Attributes and methods with mysql_* prefix were renamed to mariadb_*
    - See https://metacpan.org/source/PALI/DBD-MariaDB-0.90_01/Changes

Files

/usr/lib/perl5/vendor_perl/5.38.2/s390x-linux-thread-multi/DBD
/usr/lib/perl5/vendor_perl/5.38.2/s390x-linux-thread-multi/DBD/MariaDB
/usr/lib/perl5/vendor_perl/5.38.2/s390x-linux-thread-multi/DBD/MariaDB.pm
/usr/lib/perl5/vendor_perl/5.38.2/s390x-linux-thread-multi/DBD/MariaDB.pod
/usr/lib/perl5/vendor_perl/5.38.2/s390x-linux-thread-multi/DBD/MariaDB/INSTALL.pod
/usr/lib/perl5/vendor_perl/5.38.2/s390x-linux-thread-multi/DBD/MariaDB/README.pod
/usr/lib/perl5/vendor_perl/5.38.2/s390x-linux-thread-multi/auto/DBD
/usr/lib/perl5/vendor_perl/5.38.2/s390x-linux-thread-multi/auto/DBD/MariaDB
/usr/lib/perl5/vendor_perl/5.38.2/s390x-linux-thread-multi/auto/DBD/MariaDB/MariaDB.so
/usr/share/doc/packages/perl-DBD-MariaDB
/usr/share/doc/packages/perl-DBD-MariaDB/Changes
/usr/share/doc/packages/perl-DBD-MariaDB/Changes.historic
/usr/share/licenses/perl-DBD-MariaDB
/usr/share/licenses/perl-DBD-MariaDB/LICENSE
/usr/share/man/man3/DBD::MariaDB.3pm.gz
/usr/share/man/man3/DBD::MariaDB::INSTALL.3pm.gz
/usr/share/man/man3/DBD::MariaDB::README.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Feb 6 01:00:01 2025