upgrade version to 2.57

This commit is contained in:
dongyuzhen 2024-01-26 15:25:53 +08:00
parent 779f32d921
commit 0d497b37cb
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 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