!14 upgrade version to 2.57

From: @dongyuzhen 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2024-01-26 09:27:29 +00:00 committed by Gitee
commit 2436060d8b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 2 deletions

Binary file not shown.

BIN
Getopt-Long-2.57.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: perl-Getopt-Long
Epoch: 1
Version: 2.54
Version: 2.57
Release: 1
Summary: Extended processing of command line options
License: Artistic or GPLv2+
@ -51,13 +51,21 @@ make test
%postun
%files
%doc Changes README examples
%doc Changes README.md examples
%{perl_vendorlib}/*
%files help
%{_mandir}/man3/*
%changelog
* Fri Jan 26 2024 dongyuzhen <dongyuzhen@h-partners.com> - 1:2.57-1
- upgrade version to 2.57:
- fix long standing bug that duplicate options were not detected when the options differ in case while ignore_case is in effect
- allow periods in option names
- move Getopt::Long::Parser to a separate module and add documentation
- do not use Getopt::Long to establish Getopt::Long::Parser version
- adapt tests for perl core
* Wed Jul 19 2023 dongyuzhen <dongyuzhen@h-partners.com> - 1:2.54-1
- upgrade version to 2.54