!3 Package upgrade

From: @wk333 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-06-16 08:51:26 +00:00 committed by Gitee
commit 19b8a9e976
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
Sub-Exporter-0.988.tar.gz Normal file

Binary file not shown.

View File

@ -3,8 +3,8 @@
%bcond_with perl_Sub_Exporter_enables_extra_test
Name: perl-Sub-Exporter
Version: 0.987
Release: 18
Version: 0.988
Release: 1
Summary: Sophisticated exporter for custom-built routines
License: GPL+ or Artistic
URL: https://metacpan.org/release/Sub-Exporter
@ -27,7 +27,7 @@ A sophisticated, customizable code exporter for Perl.
%package_help
%prep
%setup -q -n Sub-Exporter-%{version}
%autosetup -p1 -n Sub-Exporter-%{version}
find t/ -type f -exec \
perl -MExtUtils::MakeMaker -e 'ExtUtils::MM_Unix->fixin(qw{{}})' \;
@ -67,5 +67,8 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.988-1
- Upgrade to version 0.988
* Wed Dec 4 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.987-18
- Package init