!5 Package upgrade

From: @wk333 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-22 01:39:16 +00:00 committed by Gitee
commit 040d035ff6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
@@ -4,7 +4,7 @@ use warnings;
our $VERSION = '0.015';
our $VERSION = '0.016';
-use Term::Table::HashBase 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
Name: perl-Term-Table
Version: 0.015
Release: 2
Version: 0.016
Release: 1
Summary: Term::Table Perl module
License: GPL+ or Artistic
License: GPL-1.0-or-later or Artistic-1.0
Group: Development/Libraries
URL: https://metacpan.org/release/Term-Table
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
BuildRequires: make
@ -32,8 +32,7 @@ Provides: perl-Term-Table-doc
This Perl module is able to format rows of data into tables.
%prep
%setup -q -n Term-Table-%{version}
%patch0 -p1
%autosetup -n Term-Table-%{version} -p1
%build
export PERL_MM_OPT=""
@ -82,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%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
- Fix install conflict.