diff --git a/Log-Report-Optional-1.07.tar.gz b/Log-Report-Optional-1.07.tar.gz deleted file mode 100644 index 7c2833e..0000000 --- a/Log-Report-Optional-1.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2658b53176df5afa5d02789368715c86b98c8d04ecd930252bcd7f832cc6224 -size 12962 diff --git a/Log-Report-Optional-1.08.tar.gz b/Log-Report-Optional-1.08.tar.gz new file mode 100644 index 0000000..39731ee --- /dev/null +++ b/Log-Report-Optional-1.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b248d4cf7fecaa7e865930e72df0b9d5b333358d00c5bd45e2c71d5df113ad +size 13755 diff --git a/perl-Log-Report-Optional.changes b/perl-Log-Report-Optional.changes index 940ca7c..77765fe 100644 --- a/perl-Log-Report-Optional.changes +++ b/perl-Log-Report-Optional.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Oct 6 18:46:51 UTC 2025 - Tina Müller + +- updated to 1.80.0 (1.08) + see /usr/share/doc/packages/perl-Log-Report-Optional/ChangeLog + + version 1.08: Mon 8 Sep 14:39:55 CEST 2025 + + Improvements: + - better warning on translation domain conflict. + - add .gitignore + - convert to OODoc 3.03 + ------------------------------------------------------------------- Sat Jan 16 03:07:47 UTC 2021 - Tina Müller diff --git a/perl-Log-Report-Optional.spec b/perl-Log-Report-Optional.spec index f77e51b..ff900ed 100644 --- a/perl-Log-Report-Optional.spec +++ b/perl-Log-Report-Optional.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Log-Report-Optional # -# 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,12 +18,12 @@ %define cpan_name Log-Report-Optional Name: perl-Log-Report-Optional -Version: 1.70.0 +Version: 1.80.0 Release: 0 -# 1.07 -> normalize -> 1.70.0 -%define cpan_version 1.07 +# 1.08 -> normalize -> 1.80.0 +%define cpan_version 1.08 License: Artistic-1.0 OR GPL-1.0-or-later -Summary: Log::Report in the lightest form +Summary: Log::Report in its lightest form URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml @@ -32,7 +32,8 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(String::Print) >= 0.910 -BuildRequires: perl(Test::More) >= 0.86 +BuildRequires: perl(Test::More) >= 1 +BuildRequires: perl(Test::Pod) >= 1 Requires: perl(String::Print) >= 0.910 Requires: perl(Test::More) >= 0.86 Provides: perl(Log::Report::Minimal) = %{version} @@ -59,7 +60,7 @@ The latter provides the same functions from the former, but is the simpelest possible way. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor @@ -74,6 +75,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc ChangeLog README README.md +%doc ChangeLog README.md %changelog