11
0

5 Commits

Author SHA256 Message Date
09bd25d1e4 Add Gitea build results 2025-08-12 18:13:18 +02:00
a739de7200 Accepting request 1279651 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1279651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-MariaDB?expand=0&rev=9
2025-05-26 16:35:31 +00:00
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
49cb8c2e58 Accepting request 1193454 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1193454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-MariaDB?expand=0&rev=8
2024-08-13 11:24:01 +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
2 changed files with 13 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-DBD-MariaDB/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-DBD-MariaDB)

View File

@@ -29,6 +29,7 @@ Source0: https://cpan.metacpan.org/authors/id/P/PA/PALI/%{cpan_name}-%{cp
Source1: test-setup.sh
Source2: test-clean.sh
Source3: cpanspec.yml
Source100: README.md
Patch0: perl-DBD-MariaDB-fix_c_32x_test.patch
BuildRequires: perl
BuildRequires: perl-macros