Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2018-02-08 20:14:43 +00:00
parent 642b7438b7
commit 8e85cc7e61
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global cpan_version 2.161
Name: perl-Data-Dumper
Version: 2.167
Release: 398%{?dist}
Release: 399%{?dist}
Summary: Stringify perl data structures, suitable for printing and eval
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Data-Dumper/
@ -89,6 +89,9 @@ make test
%{_mandir}/man3/*
%changelog
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.167-399
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jan 11 2018 Petr Pisar <ppisar@redhat.com> - 2.167-398
- Fix postentry for quoted glob (bug #1532524)