Compare commits

...

1 Commits

Author SHA256 Message Date
1980cddbe7 Automatic update to v0.4.8 (0.4.8) 2025-08-26 13:57:37 +00:00
4 changed files with 27 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65713094978ae7b7b8e8842b67d877fbe02c57fba6606757f5a569736ec385e4
size 64873

BIN
Getopt-Euclid-0.4.8.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Aug 26 13:57:36 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.4.8
see /usr/share/doc/packages/perl-Getopt-Euclid/Changes
0.4.8 2024-10-22
- another set of test failures on perls without '.' in @INC
- Promoting previous trial release to stable
0.4.7 2024-08-28 (TRIAL RELEASE)
- Don't fail tests on perl >= 5.41.3 (removal of apostrophe as
package separator (GH PR #2, thanks to jkeenan)
-------------------------------------------------------------------
Sat Apr 6 16:52:46 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Getopt-Euclid
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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
@@ -16,14 +16,11 @@
#
%bcond_with test
%define cpan_name Getopt-Euclid
Name: perl-Getopt-Euclid
Version: 0.4.6
Version: 0.4.8
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Executable Uniform Command-Line Interface Descriptions
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/%{cpan_name}-%{version}.tar.gz
@@ -31,15 +28,16 @@ Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
BuildRequires: perl(Module::Build)
BuildRequires: perl(IO::Page)
BuildRequires: perl(IO::Pager::Page)
BuildRequires: perl(Pod::PlainText)
BuildRequires: perl(Pod::Select)
BuildRequires: perl(version)
Requires: perl(IO::Page)
Requires: perl(IO::Pager::Page)
Requires: perl(Pod::PlainText)
Requires: perl(Pod::Select)
Requires: perl(version)
Recommends: perl(IO::Pager::Page)
%{perl_requires}
%description
@@ -98,16 +96,14 @@ in a module, rather than in the application's source file. See Module
interface for more details.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version} -p1
%build
PERL_USE_UNSAFE_INC=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%if %{with test}
%check
%make_build test
%endif
make test
%install
%perl_make_install
@@ -116,5 +112,6 @@ PERL_USE_UNSAFE_INC=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
%files -f %{name}.files
%doc Changes README
%license LICENSE
%changelog