0.017 bump
This commit is contained in:
parent
9678988b77
commit
3797fb6da9
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/Term-Table-0.014.tar.gz
|
||||
/Term-Table-0.015.tar.gz
|
||||
/Term-Table-0.016.tar.gz
|
||||
/Term-Table-0.017.tar.gz
|
||||
|
||||
@ -19,9 +19,9 @@ diff --git a/Makefile.PL b/Makefile.PL
|
||||
index 44de066..4d4c7d4 100644
|
||||
--- a/Makefile.PL
|
||||
+++ b/Makefile.PL
|
||||
@@ -20,6 +20,7 @@ my %WriteMakefileArgs = (
|
||||
@@ -19,6 +19,7 @@ my %WriteMakefileArgs = (
|
||||
"PREREQ_PM" => {
|
||||
"Carp" => 0,
|
||||
"Importer" => "0.024",
|
||||
"List::Util" => 0,
|
||||
+ "Object::HashBase" => "0.008",
|
||||
"Scalar::Util" => 0
|
||||
@ -58,9 +58,9 @@ index 7b99f6a..a948d10 100644
|
||||
--- a/lib/Term/Table/CellStack.pm
|
||||
+++ b/lib/Term/Table/CellStack.pm
|
||||
@@ -4,7 +4,7 @@ use warnings;
|
||||
|
||||
our $VERSION = '0.016';
|
||||
|
||||
|
||||
our $VERSION = '0.017';
|
||||
|
||||
-use Term::Table::HashBase qw/-cells -idx/;
|
||||
+use Object::HashBase 0.008 qw/-cells -idx/;
|
||||
|
||||
@ -4,14 +4,14 @@
|
||||
%bcond_without perl_Term_Table_enables_unicode
|
||||
|
||||
Name: perl-Term-Table
|
||||
Version: 0.016
|
||||
Release: 7%{?dist}
|
||||
Version: 0.017
|
||||
Release: 1%{?dist}
|
||||
Summary: Format a header and rows into a table
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Term-Table
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-%{version}.tar.gz
|
||||
# Unbundle Object::HashBase
|
||||
Patch0: Term-Table-0.016-Use-system-Object-HashBase.patch
|
||||
Patch0: Term-Table-0.017-Use-system-Object-HashBase.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
@ -23,7 +23,6 @@ BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Importer) >= 0.024
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(Object::HashBase) >= 0.008
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
@ -42,7 +41,6 @@ BuildRequires: perl(Test2::API)
|
||||
BuildRequires: perl(Test2::Tools::Tiny) >= 1.302097
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(utf8)
|
||||
Requires: perl(Importer) >= 0.024
|
||||
%if %{with perl_Term_Table_enables_terminal}
|
||||
Suggests: perl(Term::ReadKey) >= 2.32
|
||||
# Prefer Term::Size::Any over Term::ReadKey
|
||||
@ -52,9 +50,6 @@ Recommends: perl(Term::Size::Any) >= 0.002
|
||||
Recommends: perl(Unicode::GCString) >= 2013.10
|
||||
%endif
|
||||
|
||||
# Remove under-specified dependencies
|
||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Importer\\)$
|
||||
|
||||
%description
|
||||
This Perl module is able to format rows of data into tables.
|
||||
|
||||
@ -111,6 +106,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Sep 15 2023 Michal Josef Špaček <mspacek@redhat.com> - 0.017-1
|
||||
- 0.017 bump
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.016-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Term-Table-0.016.tar.gz) = b35700fba336f57e479d818ef74fc746979b3acb081a7cde816b39c5fb65bedd5217257426ba22bdcaf8d73292cd98efd23295144a996f7bd117ada775cdfe5b
|
||||
SHA512 (Term-Table-0.017.tar.gz) = ee5b9188c99e9ebc346cb3395b3d36e4ca7e6f4965bd54be43646091a1f7babf2784e0c6ad5e263870ccfbb6d55896ce9a7815a73e1b1e620357885705220f32
|
||||
|
||||
Loading…
Reference in New Issue
Block a user