sync changes from openEuler-22.03-LTS

This commit is contained in:
renxichen 2022-10-26 17:09:14 +08:00
parent 1e3254acfe
commit 811a7e5a04

View File

@ -1,6 +1,6 @@
Name: perl-autodie Name: perl-autodie
Version: 2.34 Version: 2.34
Release: 1 Release: 3
Summary: Replace functions with ones that succeed or die with lexical scope Summary: Replace functions with ones that succeed or die with lexical scope
License: GPL or Artistic License: GPL or Artistic
URL: https://metacpan.org/release/autodie URL: https://metacpan.org/release/autodie
@ -10,6 +10,7 @@ Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/autodie-%{version}.t
BuildRequires: gcc perl(ExtUtils::MakeMaker) perl-interpreter perl-generators BuildRequires: gcc perl(ExtUtils::MakeMaker) perl-interpreter perl-generators
#for test #for test
BuildRequires: perl(Test::More) perl(IPC::System::Simple) >= 0.12 BuildRequires: perl(Test::More) perl(IPC::System::Simple) >= 0.12
BuildRequires: perl(Tie::RefHash) perl(FindBin) perl(open)
Requires: perl(B) perl(Fcntl) perl(POSIX) perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) perl(IPC::System::Simple) >= 0.12 Requires: perl(B) perl(Fcntl) perl(POSIX) perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) perl(IPC::System::Simple) >= 0.12
@ -50,6 +51,12 @@ make test TEST_VERBOSE=1
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Oct 26 2022 renhongxun <renhongxun@h-partners.com> - 2.34-3
- Rebuild for next release
* Wed Jan 05 2022 tianwei <tianwei12@huawei.com> - 2.34-2
- fix test failed
* Fri Nov 19 2021 yuanxin <yuanxin24@huawei.com> - 2.34-1 * Fri Nov 19 2021 yuanxin <yuanxin24@huawei.com> - 2.34-1
- update version to 2.34 - update version to 2.34