diff --git a/perl-Sys-MemInfo.spec b/perl-Sys-MemInfo.spec index c302d3b..b570440 100644 --- a/perl-Sys-MemInfo.spec +++ b/perl-Sys-MemInfo.spec @@ -1,8 +1,11 @@ Name: perl-Sys-MemInfo Version: 0.91 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Memory information as Perl module -License: LGPLv2+ +# README: GPLv1+ or Artistic +# MemInfo.pm LGPLv2+ +# +License: (GPLv1+ or Artistic) and LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-MemInfo/ Source0: http://www.cpan.org/modules/by-module/Sys/Sys-MemInfo-%{version}.tar.gz @@ -45,6 +48,10 @@ make test %{_mandir}/man3/* %changelog +* Mon Nov 05 2012 Petr Pisar - 0.91-5 +- Change license from (LGPLv2+) to ((GPLv1+ or Artistic) and LGPLv2+) + (CPAN RT #80636) + * Mon Nov 05 2012 Petr Pisar - 0.91-4 - Improve description - Specify all dependencies