This commit is contained in:
Fedora Release Engineering 2017-02-11 05:01:18 +00:00
parent a8f7952ff4
commit 8302983fdf

View File

@ -1,6 +1,6 @@
Name: perl-Readonly
Version: 2.05
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Facility for creating read-only scalars, arrays, hashes
Group: Development/Libraries
License: GPL+ or Artistic
@ -66,6 +66,9 @@ perl Build.PL --installdirs=vendor
%{_mandir}/man3/Readonly.3*
%changelog
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Jun 13 2016 Paul Howarth <paul@city-fan.org> - 2.05-1
- Update to 2.05
- Fix deref when using the stupid and utterly unnecessary Readonly::Clone