Package upgrade

(cherry picked from commit 0b06a3049b29319523482a4b47c525e694e1ba04)
This commit is contained in:
starlet-dx 2022-06-15 15:26:04 +08:00 committed by openeuler-sync-bot
parent bba75a3b49
commit c4954f37bf
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