diff --git a/Getopt-Long-Descriptive-0.116.tar.gz b/Getopt-Long-Descriptive-0.116.tar.gz deleted file mode 100644 index cf7a240..0000000 --- a/Getopt-Long-Descriptive-0.116.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93bd88173c9b99c338085a8a70222ebb1c0ebad5c5feae1f742974a4c29c82ca -size 35928 diff --git a/Getopt-Long-Descriptive-0.117.tar.gz b/Getopt-Long-Descriptive-0.117.tar.gz new file mode 100644 index 0000000..c7d7741 --- /dev/null +++ b/Getopt-Long-Descriptive-0.117.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cba2392a0b7550bbc3d7c98c6fc5d81f6699d308e4a17e1a143ba4521005a3 +size 39040 diff --git a/perl-Getopt-Long-Descriptive.changes b/perl-Getopt-Long-Descriptive.changes index 24399f6..2a89223 100644 --- a/perl-Getopt-Long-Descriptive.changes +++ b/perl-Getopt-Long-Descriptive.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Feb 21 06:01:59 UTC 2026 - Tina Müller + +- updated to 0.117.0 (0.117) + see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes + + 0.117 2026-02-19 15:24:11-05:00 America/New_York + - add (experimental!!) generation of bash/zsh completion scripts for + GLD-powered programs; this code might go away or change or break in + the future, don't rely on it… yet? + ------------------------------------------------------------------- Tue Dec 31 05:32:08 UTC 2024 - Tina Müller diff --git a/perl-Getopt-Long-Descriptive.spec b/perl-Getopt-Long-Descriptive.spec index e22358b..3c1f8b5 100644 --- a/perl-Getopt-Long-Descriptive.spec +++ b/perl-Getopt-Long-Descriptive.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Getopt-Long-Descriptive # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Getopt-Long-Descriptive Name: perl-Getopt-Long-Descriptive -Version: 0.116.0 +Version: 0.117.0 Release: 0 -# 0.116 -> normalize -> 0.116.0 -%define cpan_version 0.116 +# 0.117 -> normalize -> 0.117.0 +%define cpan_version 0.117 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Getopt::Long, but simpler and more powerful URL: https://metacpan.org/release/%{cpan_name} @@ -31,18 +31,18 @@ Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(CPAN::Meta::Check) >= 0.011 +BuildRequires: perl(CPAN::Meta::Check) >= 0.11 BuildRequires: perl(CPAN::Meta::Requirements) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Getopt::Long) >= 2.55 -BuildRequires: perl(Params::Validate) >= 0.97 +BuildRequires: perl(Params::Validate) >= 0.970 BuildRequires: perl(Sub::Exporter) >= 0.972 BuildRequires: perl(Sub::Exporter::Util) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 -BuildRequires: perl(Test::Warnings) >= 0.005 +BuildRequires: perl(Test::Warnings) >= 0.5 Requires: perl(Getopt::Long) >= 2.55 -Requires: perl(Params::Validate) >= 0.97 +Requires: perl(Params::Validate) >= 0.970 Requires: perl(Sub::Exporter) >= 0.972 Requires: perl(Sub::Exporter::Util) Provides: perl(Getopt::Long::Descriptive) = %{version} @@ -60,7 +60,7 @@ It also provides usage (help) messages, data validation, and a few other useful features. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644