WIP: Automatic update to v1.3.0 (1.0030) #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57ad41a09057c963b582c81a076efa50fa56ebae2177d830777de838605e3eef
|
||||
size 16491
|
||||
BIN
Test-mysqld-1.0030.tar.gz
(Stored with Git LFS)
Normal file
BIN
Test-mysqld-1.0030.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 20:49:13 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <tina.mueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user