diff --git a/Test-Output-1.034.tar.gz b/Test-Output-1.034.tar.gz deleted file mode 100644 index 3322cbc..0000000 --- a/Test-Output-1.034.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd42e2801c0d2b482d18c9fb4b06c757054818bcbb2824e5dfbf33ad7a3d69a0 -size 18139 diff --git a/Test-Output-1.035.tar.gz b/Test-Output-1.035.tar.gz new file mode 100644 index 0000000..b9e5863 --- /dev/null +++ b/Test-Output-1.035.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be213597f1b878317dd8ab46f308891d9c68ec0df5d729830011c15bbd9e525a +size 19156 diff --git a/perl-Test-Output.changes b/perl-Test-Output.changes index dbb2830..a945e49 100644 --- a/perl-Test-Output.changes +++ b/perl-Test-Output.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jan 4 05:35:22 UTC 2025 - Tina Müller + +- updated to 1.35.0 (1.035) + see /usr/share/doc/packages/perl-Test-Output/Changes + + 1.035 2025-01-03T06:45:21Z + * distro refresh and move to BRIANDFOY + ------------------------------------------------------------------- Thu Jul 6 03:09:43 UTC 2023 - Tina Müller diff --git a/perl-Test-Output.spec b/perl-Test-Output.spec index d1d725d..688719c 100644 --- a/perl-Test-Output.spec +++ b/perl-Test-Output.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Output # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,14 @@ %define cpan_name Test-Output Name: perl-Test-Output -Version: 1.034 +Version: 1.35.0 Release: 0 +# 1.035 -> normalize -> 1.35.0 +%define cpan_version 1.035 License: Artistic-2.0 Summary: Utilities to test STDOUT and STDERR messages URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -35,6 +37,8 @@ BuildRequires: perl(Test::More) >= 1 BuildRequires: perl(Test::Tester) >= 0.107 Requires: perl(Capture::Tiny) >= 0.17 Requires: perl(File::Temp) >= 0.17 +Provides: perl(Test::Output) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -46,7 +50,7 @@ Likewise, Capture::Tiny provides a much more robust capture mechanism without than the original Test::Output::Tie. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor @@ -61,7 +65,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc Changes +%doc Changes SECURITY.md %license LICENSE %changelog