diff --git a/Getopt-Long-2.54.tar.gz b/Getopt-Long-2.54.tar.gz deleted file mode 100644 index 45c56a81ef6995944670f6cfea3de63d9c2bb1a0..0000000000000000000000000000000000000000 Binary files a/Getopt-Long-2.54.tar.gz and /dev/null differ diff --git a/Getopt-Long-2.57.tar.gz b/Getopt-Long-2.57.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5b58f0ca3637239fcfb1ffdd0e2c22584d181905 Binary files /dev/null and b/Getopt-Long-2.57.tar.gz differ diff --git a/perl-Getopt-Long.spec b/perl-Getopt-Long.spec index d9905334c3f04bc5a4e3f11b1e9bd1e20edc70c1..3e74bd81ee13f99d785013383eac24a558ce05aa 100644 --- a/perl-Getopt-Long.spec +++ b/perl-Getopt-Long.spec @@ -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 - 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 - 1:2.54-1 - upgrade version to 2.54