!14 upgrade version to 2.57
From: @dongyuzhen Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
2436060d8b
Binary file not shown.
BIN
Getopt-Long-2.57.tar.gz
Normal file
BIN
Getopt-Long-2.57.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Getopt-Long
|
Name: perl-Getopt-Long
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.54
|
Version: 2.57
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Extended processing of command line options
|
Summary: Extended processing of command line options
|
||||||
License: Artistic or GPLv2+
|
License: Artistic or GPLv2+
|
||||||
@ -51,13 +51,21 @@ make test
|
|||||||
%postun
|
%postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes README examples
|
%doc Changes README.md examples
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 19 2023 dongyuzhen <dongyuzhen@h-partners.com> - 1:2.54-1
|
||||||
- upgrade version to 2.54
|
- upgrade version to 2.54
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user