Update to 0.46
- New upstream release 0.46 - Fix backwards compatibility with older perls - Bump MANIFEST to include extra tests - Use SPDX-format license tag
This commit is contained in:
parent
fa64eb79e5
commit
e342089c6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/Clone-0.43.tar.gz
|
||||
/Clone-0.44.tar.gz
|
||||
/Clone-0.45.tar.gz
|
||||
/Clone-0.46.tar.gz
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
%bcond_without perl_Clone_enables_optional_test
|
||||
|
||||
Name: perl-Clone
|
||||
Version: 0.45
|
||||
Release: 9%{?dist}
|
||||
Version: 0.46
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively copy perl data types
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Clone
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Clone/Clone-%{version}.tar.gz
|
||||
# Build
|
||||
@ -17,18 +17,18 @@ BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests:
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(B::COW) >= 0.004
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(vars)
|
||||
%if %{with perl_Clone_enables_optional_test}
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
@ -75,6 +75,12 @@ make test
|
||||
%{_mandir}/man3/Clone.3*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 19 2022 Paul Howarth <paul@city-fan.org> - 0.46-1
|
||||
- Update to 0.46
|
||||
- Fix backwards compatibility with older perls
|
||||
- Bump MANIFEST to include extra tests
|
||||
- Use SPDX-format license tag
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.45-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Clone-0.45.tar.gz) = 4d91580fb60876cca7670411748e42e6af0eaba8fac25d60e7a50685ae7b1e697e12c8a2835693e3e4abf3c13c060a2740344eb804ec26ed274b895f599340af
|
||||
SHA512 (Clone-0.46.tar.gz) = f8bb1010364e94c7cc8bba25681cd9fd737ec2935a8be960ac53099359729fc679190a115dd082fccd239b35762dee2b3be3adbddce37e4ceae6fe934fbad545
|
||||
|
||||
Loading…
Reference in New Issue
Block a user