Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f8aaac3c30
!8 【轻量级 PR】:fix Epoch missing in changelog
From: @ship_harbour 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-25 11:10:08 +00:00
const
98cbda141e
fix Epoch missing in changelog
Signed-off-by: const <jiangchuangang@huawei.com>
2022-10-25 07:23:20 +00:00
openeuler-ci-bot
77baefa071
!6 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 08:41:35 +00:00
ut001695
d4b15b848b fix bogus date in %changelog 2022-06-15 16:46:09 +08:00
openeuler-ci-bot
9348af3ee6 !5 perl-Error delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-08-11 09:30:56 +00:00
chenyanpanHW
4755a65b06
delete -S git from %autosetup, and delete BuildRequires git 2021-07-30 23:14:51 +08:00
openeuler-ci-bot
1858670174 !4 upgrade version to 0.17029
From: @xinyingchao
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-01-28 17:35:15 +08:00
yangl777
4c61a562c4 upgrade version to 0.17029 2021-01-28 15:36:33 +08:00
openeuler-ci-bot
2e535257d6 !2 perl-Error
Merge pull request !2 from xinghe/master
2020-07-26 16:47:55 +08:00
yeah_wang
3f21f17400 update version to 0.17028 2020-07-23 19:06:56 +08:00
3 changed files with 16 additions and 4 deletions

Binary file not shown.

BIN
Error-0.17029.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: perl-Error
Version: 0.17026
Release: 4
Version: 0.17029
Release: 3
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 git
BuildRequires: coreutils findutils make
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 -S git
%autosetup -n Error-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -62,5 +62,17 @@ 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