forked from pool/perl-Getopt-Long-Descriptive
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
ba0eb34c2a | |||
cea54da22f | |||
4ea8f8c99d | |||
c40b69a8ea | |||
c00274f67a | |||
2428a04f56 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b8d15fcaf18fdd740246b438f0e7eb914b831c51d9d708c099eca776622076d
|
||||
size 34613
|
3
Getopt-Long-Descriptive-0.116.tar.gz
Normal file
3
Getopt-Long-Descriptive-0.116.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93bd88173c9b99c338085a8a70222ebb1c0ebad5c5feae1f742974a4c29c82ca
|
||||
size 35928
|
@@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 31 05:32:08 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.116.0 (0.116)
|
||||
see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes
|
||||
|
||||
0.116 2024-12-30 16:13:39-05:00 America/New_York
|
||||
- do not leave Getopt::Long configuration in an altered state after
|
||||
getting options
|
||||
|
||||
0.115 2024-11-07 18:00:02+00:00 Europe/Dublin
|
||||
- cope with the user forgetting the first argument, generally "%c %o",
|
||||
to `describe_options`, by assuming they meant that value exactly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 03:08:03 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.114
|
||||
see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes
|
||||
|
||||
0.114 2024-01-20 17:14:21-05:00 America/New_York
|
||||
- a switch with (required => 0) is no longer treated as a required!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 03:06:36 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.113
|
||||
see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes
|
||||
|
||||
0.113 2023-12-15 16:55:46-05:00 America/New_York
|
||||
- improve line wrapping so spacers (non-option text lines) can use more
|
||||
horizontal characters
|
||||
- replace tabs (generally 8 space) indents in output with four spaces
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 03:07:56 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.112
|
||||
see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes
|
||||
|
||||
0.112 2023-11-20 19:34:53-05:00 America/New_York
|
||||
- This version removes the redundant option warning, which is now
|
||||
provided by Getopt::Long v2.55 and later -- which is now required!
|
||||
As before, this will someday become fatal.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 03:13:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Getopt-Long-Descriptive
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,14 @@
|
||||
|
||||
%define cpan_name Getopt-Long-Descriptive
|
||||
Name: perl-Getopt-Long-Descriptive
|
||||
Version: 0.111
|
||||
Version: 0.116.0
|
||||
Release: 0
|
||||
# 0.116 -> normalize -> 0.116.0
|
||||
%define cpan_version 0.116
|
||||
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}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
@@ -31,15 +33,21 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||
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(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
|
||||
Requires: perl(Getopt::Long) >= 2.55
|
||||
Requires: perl(Params::Validate) >= 0.97
|
||||
Requires: perl(Sub::Exporter) >= 0.972
|
||||
Requires: perl(Sub::Exporter::Util)
|
||||
Provides: perl(Getopt::Long::Descriptive) = %{version}
|
||||
Provides: perl(Getopt::Long::Descriptive::Opts) = %{version}
|
||||
Provides: perl(Getopt::Long::Descriptive::Usage) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -51,7 +59,9 @@ It also provides usage (help) messages, data validation, and a few other
|
||||
useful features.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user