diff --git a/perl-Convert-PEM.spec b/perl-Convert-PEM.spec index 7f1b684..ccbec9d 100644 --- a/perl-Convert-PEM.spec +++ b/perl-Convert-PEM.spec @@ -1,8 +1,8 @@ Name: perl-Convert-PEM Version: 0.07 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Read/write encrypted ASN.1 PEM files -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Convert-PEM/ Source0: http://www.cpan.org/authors/id/B/BT/BTROTT/Convert-PEM-%{version}.tar.gz @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Feb 8 2008 Tom "spot" Callaway 0.07-6 +- rebuild for new perl + * Tue Apr 17 2007 Steven Pritchard 0.07-5 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker.