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#1820ad0c88095b9ebad8996f0648774de7779d98
This commit is contained in:
DistroBaker 2021-02-04 13:47:53 +00:00
parent 2976789712
commit 28516f4f5a
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: perl-XString
Version: 0.005
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Isolated String helpers from B
License: GPL+ or Artistic
URL: https://metacpan.org/release/XString
@ -57,6 +57,9 @@ make test
%{_mandir}/man3/XString.3*
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.005-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* 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)