diff --git a/Data-Format-Pretty-Console-0.391.tar.gz b/Data-Format-Pretty-Console-0.391.tar.gz deleted file mode 100644 index e57f8a6..0000000 --- a/Data-Format-Pretty-Console-0.391.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cde85e5fe61b2d81c6a071eada50a03c84b8b530845ef63f6168e80142f7f3c -size 25292 diff --git a/Data-Format-Pretty-Console-0.392.tar.gz b/Data-Format-Pretty-Console-0.392.tar.gz new file mode 100644 index 0000000..6e00f94 --- /dev/null +++ b/Data-Format-Pretty-Console-0.392.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347bf26d0fafe00c50bdb630d01943f21d15c2fe9b3530fd44f6b0fa4462b171 +size 25975 diff --git a/perl-Data-Format-Pretty-Console.changes b/perl-Data-Format-Pretty-Console.changes index c859d3d..066c37c 100644 --- a/perl-Data-Format-Pretty-Console.changes +++ b/perl-Data-Format-Pretty-Console.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 17 03:06:12 UTC 2023 - Tina Müller + +- updated to 0.392 + see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes + + 0.392 2023-08-07 Released-By: PERLANCAR; Urgency: medium + + - Remove usage of smartmatch to avoid deprecation warning in perl + 5.38+. + ------------------------------------------------------------------- Mon Aug 9 03:07:03 UTC 2021 - Tina Müller diff --git a/perl-Data-Format-Pretty-Console.spec b/perl-Data-Format-Pretty-Console.spec index a88f48c..f4f79c7 100644 --- a/perl-Data-Format-Pretty-Console.spec +++ b/perl-Data-Format-Pretty-Console.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Format-Pretty-Console # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 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,13 @@ %define cpan_name Data-Format-Pretty-Console Name: perl-Data-Format-Pretty-Console -Version: 0.391 +Version: 0.392.0 Release: 0 -Summary: Pretty-print data structure for console output +%define cpan_version 0.392 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Pretty-print data structure for console output URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -31,18 +32,22 @@ BuildRequires: perl-macros BuildRequires: perl(Data::Dump::Partial) BuildRequires: perl(Data::Unixish) >= 1.572 BuildRequires: perl(JSON::MaybeXS) -BuildRequires: perl(List::Util) >= 1.45 +BuildRequires: perl(List::Util) >= 1.54 BuildRequires: perl(Log::ger) >= 0.038 BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Text::ANSITable) >= 0.602 BuildRequires: perl(YAML::Any) BuildRequires: perl(experimental) Requires: perl(JSON::MaybeXS) -Requires: perl(List::Util) >= 1.45 +Requires: perl(List::Util) >= 1.54 Requires: perl(Log::ger) >= 0.038 Requires: perl(Text::ANSITable) >= 0.602 Requires: perl(YAML::Any) Requires: perl(experimental) +Provides: perl(Data::Format::Pretty::Console) = %{version} +Provides: perl(Data::Format::Pretty::SimpleText) = %{version} +Provides: perl(Data::Format::Pretty::Text) = %{version} +%define __perllib_provides /bin/true Recommends: perl(Term::Size) %{perl_requires} @@ -63,7 +68,7 @@ Most of the time, you don't have to configure anything, but some options are provided to tweak the output. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor