From d8f2cd87dc60c108375e211fc6e5772e60ac69e9 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 6 Mar 2008 15:03:33 +0000 Subject: [PATCH] new perl --- perl-String-ShellQuote.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.