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
5 changed files with 64 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d0c76c660ddd55570e48f3e2fdea8f621a69ac0ed48190e8cfcafcb5e9b859d
size 186522

3
DBD-MariaDB-1.24.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f977a25b4116a0a95a7c8a894fd37097abe19af9a6a9ed4d800604ec17873fe4
size 189084

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

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Tue May 20 12:56:54 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Remove perl-DBD-MariaDB-fix_ssl_connection_test.patch: (fixed upstream)
-------------------------------------------------------------------
Mon May 5 05:36:14 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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)
-------------------------------------------------------------------
Mon Aug 12 11:41:03 UTC 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 8 22:15:11 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DBD-MariaDB
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,10 @@
%define cpan_name DBD-MariaDB
Name: perl-DBD-MariaDB
Version: 1.230.0
Version: 1.240.0
Release: 0
%define cpan_version 1.23
# 1.24 -> normalize -> 1.240.0
%define cpan_version 1.24
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
URL: https://metacpan.org/release/%{cpan_name}
@@ -28,16 +29,17 @@ 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
BuildRequires: perl(DBI) >= 1.608
BuildRequires: perl(DBI::Const::GetInfoType)
BuildRequires: perl(Devel::CheckLib) >= 1.12
BuildRequires: perl(Devel::CheckLib) >= 1.120
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.90
Requires: perl(DBI) >= 1.608
Provides: perl(DBD::MariaDB) = 1.230.0
Provides: perl(DBD::MariaDB) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN