Perl 5.28 rebuild

This commit is contained in:
Jitka Plesnikova 2018-06-28 12:22:27 +02:00
parent 817b867749
commit a340c2107e

View File

@ -1,6 +1,6 @@
Name: perl-Lexical-Var
Version: 0.009
Release: 16%{?dist}
Release: 17%{?dist}
Summary: Static variables without name space pollution
License: GPL+ or Artistic
Group: Development/Libraries
@ -58,6 +58,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -delete
%{_mandir}/man3/*
%changelog
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.009-17
- Perl 5.28 rebuild
* Thu Mar 1 2018 Paul Howarth <paul@city-fan.org> - 0.009-16
- Arch-specific package using Module::Build needs to use ExtUtils::CBuilder
(https://bugzilla.redhat.com/show_bug.cgi?id=1547165#c7)