WIP: Automatic update to Config-Model-Tester-4.008.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f981ba0f44e937d95f558690cb2f58614b5d05fc74a85abf202399656f9069c0
|
||||
size 30943
|
||||
BIN
Config-Model-Tester-4.008.tar.gz
LFS
Normal file
BIN
Config-Model-Tester-4.008.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 06:09:41 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 4.8.0 (4.008)
|
||||
see /usr/share/doc/packages/perl-Config-Model-Tester/Changes
|
||||
|
||||
4.008 2026-02-02
|
||||
|
||||
Bug fixes:
|
||||
* Tester::run_update: fix note display
|
||||
|
||||
Doc update:
|
||||
* Setup: add doc for --trace option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 27 03:06:10 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Config-Model-Tester
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 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,10 +18,10 @@
|
||||
|
||||
%define cpan_name Config-Model-Tester
|
||||
Name: perl-Config-Model-Tester
|
||||
Version: 4.7.0
|
||||
Version: 4.8.0
|
||||
Release: 0
|
||||
# 4.007 -> normalize -> 4.7.0
|
||||
%define cpan_version 4.007
|
||||
# 4.008 -> normalize -> 4.8.0
|
||||
%define cpan_version 4.008
|
||||
License: LGPL-2.1-or-later
|
||||
Summary: Test framework for Config::Model
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -32,8 +32,8 @@ BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Copy::Recursive)
|
||||
BuildRequires: perl(Log::Log4perl) >= 1.11
|
||||
BuildRequires: perl(Module::Build) >= 0.34
|
||||
BuildRequires: perl(Log::Log4perl) >= 1.110
|
||||
BuildRequires: perl(Module::Build) >= 0.340
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
@@ -42,7 +42,7 @@ BuildRequires: perl(Test::Log::Log4perl)
|
||||
BuildRequires: perl(Test::Memory::Cycle)
|
||||
BuildRequires: perl(Test::Warn)
|
||||
Requires: perl(File::Copy::Recursive)
|
||||
Requires: perl(Log::Log4perl) >= 1.11
|
||||
Requires: perl(Log::Log4perl) >= 1.110
|
||||
Requires: perl(Path::Tiny)
|
||||
Requires: perl(Test::Differences)
|
||||
Requires: perl(Test::Exception)
|
||||
@@ -63,7 +63,7 @@ per model.
|
||||
A specific layout for test files must be followed.
|
||||
|
||||
%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