!3 [sync] PR-2: Package upgrade

From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-10-17 12:03:52 +00:00 committed by Gitee
commit cb423faaac
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
Class-Tiny-1.008.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%bcond_without perl_Class_Tiny_enables_optional_test
Name: perl-Class-Tiny
Version: 1.006
Version: 1.008
Release: 1
Summary: Minimalist class construction
License: ASL 2.0
@ -20,7 +20,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $versi
This module offers a minimalist class construction kit in around 120 lines of code.
%prep
%setup -q -n Class-Tiny-%{version}
%autosetup -n Class-Tiny-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@ -40,5 +40,8 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.008-1
- Upgrade to version 1.008
* Mon May 17 2021 Pengju Jiang <jiangpengju2@huawei.com> - 1.006-1
- package init