7
0

11 Commits

Author SHA256 Message Date
e5c2d69315 Accepting request 1278741 from devel:languages:perl:autoupdate
- Remove perl-DBD-MariaDB-fix_ssl_connection_test.patch: (fixed upstream)
- updated to 1.240.0 (1.24)
   see /usr/share/doc/packages/perl-DBD-MariaDB/Changes
  1.24 2025-05-04
   - Add a test for large BLOB with parameter
   - Fix Dave Labley's broken e-mail address
   - Stop parsing a column named "limits" as the LIMIT keyword
     (https://github.com/perl5-dbi/DBD-MariaDB/issues/208)
   - Various test fixes (e.g. no dead loop in t/87async.t, remembering the
     value of --testauthplugin for repeated Makefile.PL runs, support for the
     Embedded server, explicit disconnect after testing the connection)
   - Better handling of the Embedded server (e.g. fix mariadb_hostinfo and
     SQL_SERVER_NAME, no support for async queries and
     mariadb_max_allowed_packets, extended documentation of
     mariadb_embedded_options)
   - Add new Makefile.PL option --requireembsup (and a corresponding env variable
     DBD_MARIADB_REQUIREEMBSUP) to ensure the client library's support for the
     Embedded server
   - More support and fixes for new MySQL 8 features (mariadb_auto_reconnect for
     8.0.24+, SSL options for MySQL 8.3.0+, bind params for 8.3.0+)
   - Documentation of empty versus undefined password
   - Stop calling mariadb_db_reconnect when changing $dbh attributes unless it's
     really needed
   - On MSWin32, non-socket connections do not use WINAPI HANDLE
   - Fix type (MEDIMUMBLOB -> MEDIUMBLOB)
   - Handle new SSL error messages in tests
     (https://github.com/perl5-dbi/DBD-MariaDB/issues/209)

OBS-URL: https://build.opensuse.org/request/show/1278741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=18
2025-05-23 18:13:26 +00:00
7752784abc Accepting request 1193438 from home:tinita:branches:devel:languages:perl
- Add patch perl-DBD-MariaDB-fix_ssl_connection_test.patch to reflect
  change in text of "self-signed certificate" SSL connection error

OBS-URL: https://build.opensuse.org/request/show/1193438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=16
2024-08-12 14:28:50 +00:00
833a205e7c Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=14
2024-03-08 22:15:16 +00:00
809c0df82d Accepting request 1113714 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1113714
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=12
2023-09-27 08:34:12 +00:00
894ce670a8 Accepting request 972588 from devel:languages:perl:autoupdate
- Update patch perl-DBD-MariaDB-fix_c_32x_test.patch
- 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)

OBS-URL: https://build.opensuse.org/request/show/972588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=10
2022-05-04 07:16:59 +00:00
d0d9ae17c2 Accepting request 923465 from home:pmonrealgonzalez:branches:devel:languages:perl
- Fix regression test failures:
  * Add patch from the previous commit.
  * Add perl-DBD-MariaDB-fix_c_32x_test.patch

OBS-URL: https://build.opensuse.org/request/show/923465
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=9
2021-10-06 09:29:54 +00:00
8de5cdaad5 Accepting request 923177 from home:illuusio:perl
- From mariadb-connector-c client library number is diffrent
  which brokes tests. Add patch to fix tests.

OBS-URL: https://build.opensuse.org/request/show/923177
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=8
2021-10-06 09:12:56 +00:00
336c255c7d fix
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=6
2020-11-09 16:16:51 +00:00
1c997bdefb Accepting request 782980 from home:pmonrealgonzalez:branches:devel:languages:perl
- Fix build tests

- Add cpanspec.yml file

- Enable tests to run in parallel by adding HARNESS_OPTIONS=j4

- Added missing dependencies

OBS-URL: https://build.opensuse.org/request/show/782980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=4
2020-03-10 15:21:19 +00:00
727aa928d5 Accepting request 714241 from home:pmonrealgonzalez:branches:devel:languages:perl
- Enabled tests during build
  * Added files test-setup.sh and test-clean.sh
  * Added test dependecies: Proc::ProcessTable and mariadb

OBS-URL: https://build.opensuse.org/request/show/714241
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=2
2019-07-09 14:13:48 +00:00
b7f694d95a Accepting request 707133 from home:pmonrealgonzalez:branches:devel:languages:perl:CPAN-D
OBS-URL: https://build.opensuse.org/request/show/707133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-MariaDB?expand=0&rev=1
2019-06-04 06:46:21 +00:00