Update to 0.21
This commit is contained in:
parent
bcc26e37a0
commit
f071f6dc79
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ Test-Without-Module-0.17.tar.gz
|
|||||||
/Test-Without-Module-0.18.tar.gz
|
/Test-Without-Module-0.18.tar.gz
|
||||||
/Test-Without-Module-0.19.tar.gz
|
/Test-Without-Module-0.19.tar.gz
|
||||||
/Test-Without-Module-0.20.tar.gz
|
/Test-Without-Module-0.20.tar.gz
|
||||||
|
/Test-Without-Module-0.21.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Test-Without-Module
|
Name: perl-Test-Without-Module
|
||||||
Version: 0.20
|
Version: 0.21
|
||||||
Release: 20%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Test fallback behavior in absence of modules
|
Summary: Test fallback behavior in absence of modules
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
|
|
||||||
@ -22,6 +22,7 @@ BuildRequires: perl(Data::Dumper)
|
|||||||
BuildRequires: perl(File::Find)
|
BuildRequires: perl(File::Find)
|
||||||
BuildRequires: perl(Symbol)
|
BuildRequires: perl(Symbol)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(Module::Load::Conditional)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version))
|
||||||
|
|
||||||
%{?perl_default_filter}
|
%{?perl_default_filter}
|
||||||
@ -53,6 +54,9 @@ have a fallback when a certain dependency module is not installed.
|
|||||||
%{_mandir}/man3/Test*
|
%{_mandir}/man3/Test*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 25 2022 Emmanuel Seyman <emmanuel@seyman.fr> - 0.21-1
|
||||||
|
- Update to 0.21
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20-20
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20-20
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Test-Without-Module-0.20.tar.gz) = e92353cee46e712ddc6515c5872a61a84eb4186f9ce736bbf0fcca2979bfa7143588c05e683d31fc22cbaaa792ce8364768310f9de621e881cc207b80cf14d87
|
SHA512 (Test-Without-Module-0.21.tar.gz) = 0d9230e15fa46001458a8e4a1ad97d24a8766b9df8326d166da92763a01624d01972d023951d3c58e9bbfd4e0d23e92d610565873a622eaaf87c8ec2a4f0a7f7
|
||||||
|
Loading…
Reference in New Issue
Block a user