update to 0.44, disable tests until B::COW is packaged
This commit is contained in:
parent
2bcc2e428c
commit
7efdc436f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/Clone-0.41-clean.tar.gz
|
||||
/Clone-0.42.tar.gz
|
||||
/Clone-0.43.tar.gz
|
||||
/Clone-0.44.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Clone
|
||||
Version: 0.43
|
||||
Release: 2%{?dist}
|
||||
Version: 0.44
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively copy perl data types
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Clone
|
||||
@ -26,6 +26,8 @@ BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(warnings)
|
||||
# Optional tests:
|
||||
BuildRequires: perl(B)
|
||||
# Not in Fedora, added as a test requirement with 0.44
|
||||
# BuildRequires: perl(B::COW)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Devel::Peek)
|
||||
BuildRequires: perl(Hash::Util::FieldHash)
|
||||
@ -60,7 +62,10 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
# Re-enable if/when B::COW is packaged
|
||||
%if 0
|
||||
make test
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc Changes README.md
|
||||
@ -69,6 +74,9 @@ make test
|
||||
%{_mandir}/man3/Clone.3*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 21 2020 Tom Callaway <spot@fedoraproject.org> - 0.44-1
|
||||
- update to 0.44
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Clone-0.43.tar.gz) = 1a973fb5bde9e722e8d5bd11cf70005454f8e797687a145e5eb563629200cb6535168e458d312d57741ec4caf9c333dab588223e2368402aafd712b375846cd5
|
||||
SHA512 (Clone-0.44.tar.gz) = 6ac87ebedf37b308fc672959c324ed79becaa053ef80b1350e49738d04a4906e7eda68b58f9dbef7fe324e7abaf4fb71c4a8f70815f7328e8455c3de0f4d55ea
|
||||
|
||||
Loading…
Reference in New Issue
Block a user