update version to 1.25

This commit is contained in:
shixuantong 2021-11-22 20:53:25 +08:00
parent fd88994d96
commit 3b66a42499
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
Data-Dump-1.25.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: perl-Data-Dump Name: perl-Data-Dump
Version: 1.23 Version: 1.25
Release: 10 Release: 1
Summary: Pretty printing of data structures Summary: Pretty printing of data structures
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Data-Dump URL: https://metacpan.org/release/Data-Dump
@ -35,11 +35,14 @@ make pure_install DESTDIR=%{buildroot}
make test make test
%files %files
%doc Changes README %doc Changes README.md
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* %{_mandir}/man3/*
%exclude %{_libdir}/perl5/perllocal.pod %exclude %{_libdir}/perl5/perllocal.pod
%changelog %changelog
* Mon Nov 22 2021 shixuantong <shixuantong@huawei.com> - 1.25-1
- update version to 1.25
* Fri Oct 25 2019 huzhiyu <huzhiyu1@huawei.com> - 1.23-10 * Fri Oct 25 2019 huzhiyu <huzhiyu1@huawei.com> - 1.23-10
- Package init - Package init