diff --git a/Getopt-Long-2.57.tar.gz b/Getopt-Long-2.57.tar.gz deleted file mode 100644 index 5b58f0ca3637239fcfb1ffdd0e2c22584d181905..0000000000000000000000000000000000000000 Binary files a/Getopt-Long-2.57.tar.gz and /dev/null differ diff --git a/Getopt-Long-2.58.tar.gz b/Getopt-Long-2.58.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1088121eb825f48e0a2a53e7d6dbff9010aefade Binary files /dev/null and b/Getopt-Long-2.58.tar.gz differ diff --git a/perl-Getopt-Long.spec b/perl-Getopt-Long.spec index 3e74bd81ee13f99d785013383eac24a558ce05aa..e392f06909d914f5233319ab497ee1448a7766f1 100644 --- a/perl-Getopt-Long.spec +++ b/perl-Getopt-Long.spec @@ -1,6 +1,6 @@ Name: perl-Getopt-Long Epoch: 1 -Version: 2.57 +Version: 2.58 Release: 1 Summary: Extended processing of command line options License: Artistic or GPLv2+ @@ -58,6 +58,13 @@ make test %{_mandir}/man3/* %changelog +* Wed Sep 25 2024 dfh - 1:2.58-1 +- Upgrade to version 2.58 +- Be more precise about numeric errors (issue #26). +- Add strict to G::L::Parser. +- Doc enhancements, thanks to Elvin Aslanov. +- Silence unnecessary test diagnostics (issue #29). + * 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