Compare commits

..

No commits in common. "f8aaac3c305213cacfe8abf8e71b8d0e4168cf0b" and "1d55b5b9adc63faff72661014b4927de477e8dca" have entirely different histories.

3 changed files with 4 additions and 16 deletions

BIN
Error-0.17026.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: perl-Error
Version: 0.17029
Release: 3
Version: 0.17026
Release: 4
Epoch: 1
Summary: Error/exception handling in an OO-ish way
License: (GPL+ or Artistic) and MIT
@ -8,7 +8,7 @@ URL: https://metacpan.org/release/Error
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils findutils make
BuildRequires: coreutils findutils make git
BuildRequires: perl-generators perl-interpreter perl(ExtUtils::MakeMaker)
BuildRequires: perl(Carp) perl(Exporter) perl(overload)
@ -37,7 +37,7 @@ Requires: man
Man pages and other related documents for %{name}.
%prep
%autosetup -n Error-%{version} -p1
%autosetup -n Error-%{version} -p1 -S git
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -62,17 +62,5 @@ make test
%{_mandir}/man3/Error::Simple.3*
%changelog
* Tue Oct 25 2022 jiangchuangang <jiangchuangang@huawei.com> - 1:0.17029-3
- fix Epoch missing in changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1:0.17029-2
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Thu Jan 28 2021 yuanxin <yuanxin24@huawei.com. - 1:0.17029-1
- upgrade version to 0.17029
* Thu Jul 23 2020 xinghe <xinghe1@huawei.com> - 1:0.17028-1
- Package init
* Sat Sep 14 2019 guiyao <guiyao@huawei.com> - 1:0.17026-4
- Package init