2.31 bump
This commit is contained in:
parent
f074421b56
commit
221e4f7a83
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/autodie-2.27.tar.gz
|
||||
/autodie-2.28.tar.gz
|
||||
/autodie-2.29.tar.gz
|
||||
/autodie-2.31.tar.gz
|
||||
|
@ -2,12 +2,12 @@
|
||||
%bcond_without perl_autodie_enables_optional_test
|
||||
|
||||
Name: perl-autodie
|
||||
Version: 2.29
|
||||
Release: 440%{?dist}
|
||||
Version: 2.31
|
||||
Release: 1%{?dist}
|
||||
Summary: Replace functions with ones that succeed or die
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/autodie
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJF/autodie-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/autodie-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
@ -30,7 +30,7 @@ BuildRequires: perl(overload)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
# Sub::Identify is optional
|
||||
# Sub::Identify is optional with a fallback
|
||||
BuildRequires: perl(Tie::RefHash)
|
||||
# Tests:
|
||||
# English not used
|
||||
@ -42,7 +42,6 @@ BuildRequires: perl(if)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(open)
|
||||
# Pod::Coverage::TrustPod not used
|
||||
BuildRequires: perl(Socket)
|
||||
# Test::Kwalitee not used
|
||||
BuildRequires: perl(Test::More)
|
||||
@ -89,6 +88,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
unset AUTHOR_TESTING AUTOMATED_TESTING PERL_CORE RELEASE_TESTING
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -98,6 +98,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 08 2020 Petr Pisar <ppisar@redhat.com> - 2.31-1
|
||||
- 2.31 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.29-440
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user