Perl 5.18 rebuild

This commit is contained in:
Petr Písař 2013-07-12 12:53:01 +02:00
parent 999ae19876
commit e2a12b174c
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: perl-%{cpan_name}
Version: %(echo '%{cpan_version}' | tr _ .)
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Create a module Makefile
License: GPL+ or Artistic
Group: Development/Libraries
@ -98,6 +98,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 6.68-4
- Perl 5.18 rebuild
* Tue Jul 02 2013 Petr Pisar <ppisar@redhat.com> - 6.68-3
- Link to libperl.so explicitly (bug #960048)