|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-autobox
|
|
|
|
Name: perl-autobox
|
|
|
|
Version: 3.0.1
|
|
|
|
Version: 3.0.1
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Release: 9%{?dist}
|
|
|
|
Summary: Call methods on native types
|
|
|
|
Summary: Call methods on native types
|
|
|
|
License: Artistic 2.0
|
|
|
|
License: Artistic 2.0
|
|
|
|
URL: https://metacpan.org/release/autobox
|
|
|
|
URL: https://metacpan.org/release/autobox
|
|
|
@ -27,6 +27,7 @@ BuildRequires: perl(version) >= 0.77
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
|
|
|
|
BuildRequires: perl-debugger
|
|
|
|
BuildRequires: perl(blib)
|
|
|
|
BuildRequires: perl(blib)
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
BuildRequires: perl(IPC::System::Simple) >= 1.25
|
|
|
|
BuildRequires: perl(IPC::System::Simple) >= 1.25
|
|
|
@ -75,6 +76,9 @@ make test
|
|
|
|
%{_mandir}/man3/autobox.3*
|
|
|
|
%{_mandir}/man3/autobox.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 10 2020 Petr Pisar <ppisar@redhat.com> - 3.0.1-9
|
|
|
|
|
|
|
|
- Build-require perl-debugger for tests
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-8
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|