Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
b8f6411730 | |||
f7937413a6 | |||
c69549df42 | |||
2ac81909d1 | |||
66f9988690 | |||
1253243f8f | |||
3f5483454a |
@@ -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
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -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>
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,28 +18,37 @@
|
|||||||
|
|
||||||
%define cpan_name Getopt-Long-Descriptive
|
%define cpan_name Getopt-Long-Descriptive
|
||||||
Name: perl-Getopt-Long-Descriptive
|
Name: perl-Getopt-Long-Descriptive
|
||||||
Version: 0.111
|
Version: 0.116.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 0.116 -> normalize -> 0.116.0
|
||||||
|
%define cpan_version 0.116
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Getopt::Long, but simpler and more powerful
|
Summary: Getopt::Long, but simpler and more powerful
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||||
|
BuildRequires: perl(Getopt::Long) >= 2.55
|
||||||
BuildRequires: perl(Params::Validate) >= 0.97
|
BuildRequires: perl(Params::Validate) >= 0.97
|
||||||
BuildRequires: perl(Sub::Exporter) >= 0.972
|
BuildRequires: perl(Sub::Exporter) >= 0.972
|
||||||
BuildRequires: perl(Sub::Exporter::Util)
|
BuildRequires: perl(Sub::Exporter::Util)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Test::Warnings) >= 0.005
|
BuildRequires: perl(Test::Warnings) >= 0.005
|
||||||
|
Requires: perl(Getopt::Long) >= 2.55
|
||||||
Requires: perl(Params::Validate) >= 0.97
|
Requires: perl(Params::Validate) >= 0.97
|
||||||
Requires: perl(Sub::Exporter) >= 0.972
|
Requires: perl(Sub::Exporter) >= 0.972
|
||||||
Requires: perl(Sub::Exporter::Util)
|
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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -51,7 +60,9 @@ It also provides usage (help) messages, data validation, and a few other
|
|||||||
useful features.
|
useful features.
|
||||||
|
|
||||||
%prep
|
%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
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user