diff --git a/perl-String-ShellQuote.spec b/perl-String-ShellQuote.spec index b0d6081..45fc505 100644 --- a/perl-String-ShellQuote.spec +++ b/perl-String-ShellQuote.spec @@ -1,8 +1,8 @@ Name: perl-String-ShellQuote Version: 1.03 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl module for quoting strings for passing through the shell -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/String-ShellQuote/ Source0: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{version}.tar.gz @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/String::ShellQuote.3* %changelog +* Thu Mar 6 2008 Tom "spot" Callaway 1.03-5 +- rebuild for new perl + * Wed Apr 18 2007 Steven Pritchard 1.03-4 - Reformat to match cpanspec output. - Use fixperms macro instead of our own chmod incantation.