Update to 0.27
- New upstream release 0.27 - Skip quote-separator tests on newer perls that deprecate this behavior - Use %license unconditionally
This commit is contained in:
parent
3a4def1919
commit
8e33541151
@ -3,8 +3,8 @@
|
||||
%bcond_without perl_Sub_Name_enables_optional_test
|
||||
|
||||
Name: perl-Sub-Name
|
||||
Version: 0.26
|
||||
Release: 12%{?dist}
|
||||
Version: 0.27
|
||||
Release: 1%{?dist}
|
||||
Summary: Name - or rename - a sub
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Sub-Name
|
||||
@ -36,7 +36,8 @@ BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
BuildRequires: perl(Devel::CheckBin)
|
||||
%endif
|
||||
# Runtime
|
||||
# Dependencies
|
||||
# (none)
|
||||
|
||||
# Don't "provide" private perl objects
|
||||
%{?perl_default_filter}
|
||||
@ -65,17 +66,18 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
make test
|
||||
|
||||
%files
|
||||
%if 0%{?_licensedir:1}
|
||||
%license LICENCE
|
||||
%else
|
||||
%doc LICENCE
|
||||
%endif
|
||||
%doc Changes CONTRIBUTING README
|
||||
%{perl_vendorarch}/auto/Sub/
|
||||
%{perl_vendorarch}/Sub/
|
||||
%{_mandir}/man3/Sub::Name.3*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 29 2023 Paul Howarth <paul@city-fan.org> - 0.27-1
|
||||
- Update to 0.27
|
||||
- Skip quote-separator tests on newer perls that deprecate this behavior
|
||||
- Use %%license unconditionally
|
||||
|
||||
* Mon Mar 06 2023 Michal Josef Špaček <mspacek@redhat.com> - 0.26-12
|
||||
- Update license to SPDX format
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Sub-Name-0.26.tar.gz) = df032823c340500a0cc5e5f4d88688bbed14344a67a1ded462572aebeb39827563c5f69afbc0af1c5aac483013e7083a8aba2e3e47b805007d006818dadd9b5a
|
||||
SHA512 (Sub-Name-0.27.tar.gz) = 766c2b229a222e84c40069f2aba0611f7936a9018c375c66b9ed58c4b3ad074cf102906e23aaf514e6897a8aaeaee1658bc2887d73052b8f67ccdf3cab52f71f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user