This commit is contained in:
Fedora Release Engineering 2017-02-11 06:08:43 +00:00
parent 95abe3f7d9
commit 652fb867d4
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: perl-YAML
Version: 1.21
Release: 1%{?dist}
Release: 2%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
Group: Development/Libraries
@ -112,6 +112,9 @@ make test
%{_mandir}/man3/YAML::Types.3*
%changelog
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sat Dec 24 2016 Paul Howarth <paul@city-fan.org> - 1.21-1
- Update to 1.21
- Declare variables with our() to avoid warnings (GH#109, GH#171)