Package upgrade

This commit is contained in:
wk333 2022-06-21 18:16:56 +08:00
parent 672e149486
commit 796d5c0475
4 changed files with 9 additions and 7 deletions

Binary file not shown.

View File

@ -59,7 +59,7 @@ index 7b99f6a..a948d10 100644
+++ b/lib/Term/Table/CellStack.pm +++ b/lib/Term/Table/CellStack.pm
@@ -4,7 +4,7 @@ use warnings; @@ -4,7 +4,7 @@ use warnings;
our $VERSION = '0.015'; our $VERSION = '0.016';
-use Term::Table::HashBase qw/-cells -idx/; -use Term::Table::HashBase qw/-cells -idx/;
+use Object::HashBase 0.008 qw/-cells -idx/; +use Object::HashBase 0.008 qw/-cells -idx/;

BIN
Term-Table-0.016.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: perl-Term-Table Name: perl-Term-Table
Version: 0.015 Version: 0.016
Release: 2 Release: 1
Summary: Term::Table Perl module Summary: Term::Table Perl module
License: GPL+ or Artistic License: GPL-1.0-or-later or Artistic-1.0
Group: Development/Libraries Group: Development/Libraries
URL: https://metacpan.org/release/Term-Table URL: https://metacpan.org/release/Term-Table
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-%{version}.tar.gz
Patch0: Term-Table-0.015-Use-system-Object-HashBase.patch Patch0: Term-Table-0.016-Use-system-Object-HashBase.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: make BuildRequires: make
@ -32,8 +32,7 @@ Provides: perl-Term-Table-doc
This Perl module is able to format rows of data into tables. This Perl module is able to format rows of data into tables.
%prep %prep
%setup -q -n Term-Table-%{version} %autosetup -n Term-Table-%{version} -p1
%patch0 -p1
%build %build
export PERL_MM_OPT="" export PERL_MM_OPT=""
@ -82,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/* %{_mandir}/*
%changelog %changelog
* Tue Jun 21 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.016-1
- Upgrade to version 0.016
* Fri Sep 4 2020 dingyue <dingyue5@huawei.com> -0.015 -2 * Fri Sep 4 2020 dingyue <dingyue5@huawei.com> -0.015 -2
- Fix install conflict. - Fix install conflict.