Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2018-02-09 02:34:26 +00:00
parent 2282d3f47f
commit 99a8a4e557
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: perl-YAML
Version: 1.24
Release: 1%{?dist}
Release: 2%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/YAML/
@ -114,6 +114,9 @@ make test
%{_mandir}/man3/YAML::Types.3*
%changelog
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Oct 31 2017 Paul Howarth <paul@city-fan.org> - 1.24-1
- Update to 1.24
- Fix $LoadCode (GH#180, GH#181, GH#182)