From 33dfc54338205c1e09cb4ec420df0abf218caffb88bf14f81dd7bb84e9a50e07 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Thu, 9 Oct 2025 20:49:14 +0000 Subject: [PATCH] Automatic update to v1.3.0 (1.0030) --- Test-mysqld-1.0013.tar.gz | 3 --- Test-mysqld-1.0030.tar.gz | 3 +++ perl-Test-mysqld.changes | 17 +++++++++++++++++ perl-Test-mysqld.spec | 15 ++++++++------- 4 files changed, 28 insertions(+), 10 deletions(-) delete mode 100644 Test-mysqld-1.0013.tar.gz create mode 100644 Test-mysqld-1.0030.tar.gz diff --git a/Test-mysqld-1.0013.tar.gz b/Test-mysqld-1.0013.tar.gz deleted file mode 100644 index e0d8e91..0000000 --- a/Test-mysqld-1.0013.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57ad41a09057c963b582c81a076efa50fa56ebae2177d830777de838605e3eef -size 16491 diff --git a/Test-mysqld-1.0030.tar.gz b/Test-mysqld-1.0030.tar.gz new file mode 100644 index 0000000..9c59316 --- /dev/null +++ b/Test-mysqld-1.0030.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d26088eca2971752b4fbcd350f2cf3e0e54295fd93b74e1132e16152d00c03 +size 17462 diff --git a/perl-Test-mysqld.changes b/perl-Test-mysqld.changes index 288ca8b..47ee2e3 100644 --- a/perl-Test-mysqld.changes +++ b/perl-Test-mysqld.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Oct 9 20:49:13 UTC 2025 - Tina Müller + +- updated to 1.3.0 (1.0030) + see /usr/share/doc/packages/perl-Test-mysqld/Changes + + 1.0030 2024-04-06T14:22:15Z + - Support DBD::MariaDB + + 1.0020 2024-04-05T16:35:54Z + - introduce GitHub Actions for CI + - Use UNIX socket authentication with MariaDB 10.4.3 + - ignore-db-dir on MySQL 5.7 only + - Don't loop endlessly if mysqld fails to start + - Replace which with command -v for POSIX-compliant + - fix Test 05-copy-data-from.t Fails + ------------------------------------------------------------------- Tue Mar 12 17:02:48 UTC 2024 - Tina Müller diff --git a/perl-Test-mysqld.spec b/perl-Test-mysqld.spec index 6e16a06..2f65499 100644 --- a/perl-Test-mysqld.spec +++ b/perl-Test-mysqld.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-mysqld # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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 Test-mysqld Name: perl-Test-mysqld -Version: 1.1.300 +Version: 1.3.0 Release: 0 -%define cpan_version 1.0013 +# 1.0030 -> normalize -> 1.3.0 +%define cpan_version 1.0030 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Mysqld runner for tests URL: https://metacpan.org/release/%{cpan_name} @@ -31,18 +32,18 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Accessor::Lite) -BuildRequires: perl(DBD::mysql) BuildRequires: perl(DBI) BuildRequires: perl(File::Copy::Recursive) BuildRequires: perl(Module::Build) -BuildRequires: perl(Module::Build::Tiny) >= 0.035 +BuildRequires: perl(Module::Build::Tiny) >= 0.35 BuildRequires: perl(Test::SharedFork) Requires: perl(Class::Accessor::Lite) -Requires: perl(DBD::mysql) Requires: perl(DBI) Requires: perl(File::Copy::Recursive) Provides: perl(Test::mysqld) = %{version} %undefine __perllib_provides +Recommends: perl(DBD::MariaDB) +Recommends: perl(DBD::mysql) %{perl_requires} %description @@ -50,7 +51,7 @@ Provides: perl(Test::mysqld) = %{version} directory, and destroys it when the perl script exits. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Build.PL --installdirs=vendor -- 2.51.1