Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-XString.git#b4caa01d4e9a7161f5f78fdd97d39e26c5431ec5
This commit is contained in:
parent
081134d199
commit
2976789712
@ -1,6 +1,6 @@
|
|||||||
Name: perl-XString
|
Name: perl-XString
|
||||||
Version: 0.002
|
Version: 0.005
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Isolated String helpers from B
|
Summary: Isolated String helpers from B
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/XString
|
URL: https://metacpan.org/release/XString
|
||||||
@ -26,11 +26,6 @@ BuildRequires: perl(Test::More) >= 0.88
|
|||||||
# Optional Tests
|
# Optional Tests
|
||||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||||
BuildRequires: perl(CPAN::Meta::Prereqs)
|
BuildRequires: perl(CPAN::Meta::Prereqs)
|
||||||
# Requirements from upstream metadata that are not actually used
|
|
||||||
# https://github.com/atoomic/XString/issues/2
|
|
||||||
BuildRequires: perl(Test2::Bundle::Extended)
|
|
||||||
BuildRequires: perl(Test2::Plugin::NoWarnings)
|
|
||||||
BuildRequires: perl(Test2::Tools::Explain)
|
|
||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(XSLoader)
|
Requires: perl(XSLoader)
|
||||||
@ -62,6 +57,12 @@ make test
|
|||||||
%{_mandir}/man3/XString.3*
|
%{_mandir}/man3/XString.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 20 2020 Paul Howarth <paul@city-fan.org> - 0.005-1
|
||||||
|
- Update to 0.005
|
||||||
|
- Fix cstring for Perl 5.32 (GH#6, GH#7)
|
||||||
|
- Remove unneeded module dependencies (GH#2)
|
||||||
|
- Add compatibility with Perl 5.8 (GH#9)
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.002-5
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.002-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (XString-0.002.tar.gz) = 5fb9a3baec891485d0ad32b9aec3c1a48ff6ab7aa47e3d289127cbe2b7ec9bd7a16da9e2ccd349cdd513af62bd85a9ce1b1a04f90ecf67f2a161c187a8abd613
|
SHA512 (XString-0.005.tar.gz) = 4a6055e9e59169b77e04e8b890944b3a7bc4ff9844ad6b2557f7181f7b1c8576a7aab7ebee351044cbac8f3bff2d37dea2af4bc7ff775fbc3a398c9785c53aaf
|
||||||
|
Loading…
Reference in New Issue
Block a user