Package upgrade

(cherry picked from commit 7d683e267ad934f1b91429de9d694c7f0dbec402)
This commit is contained in:
wk333 2022-06-15 15:42:14 +08:00 committed by openeuler-sync-bot
parent aa9ed4375f
commit 1cb0b3201a
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