Automatic update to v1.80.0 (1.08) #1

Open
cpanmirror wants to merge 1 commits from cpanmirror/perl-Log-Report-Optional:autoupdate into main
4 changed files with 25 additions and 11 deletions

View File

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

BIN
Log-Report-Optional-1.08.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 6 18:46:51 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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