From 2f3ce5774ad4fcafa434a2b65e75063475b9675f Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sun, 20 Jan 2008 19:01:45 +0000 Subject: [PATCH] rebuild for new perl new license: GPL+ or Artistic --- .cvsignore | 2 +- perl-Text-Autoformat.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 169544c..d6f66dc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Text-Autoformat-1.13.tar.gz +Text-Autoformat-v1.14.0.tar.gz diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec index 1e5ed8a..f883a1d 100644 --- a/perl-Text-Autoformat.spec +++ b/perl-Text-Autoformat.spec @@ -1,11 +1,11 @@ Name: perl-Text-Autoformat -Version: 1.13 -Release: 5%{?dist} +Version: 1.14.0 +Release: 1%{?dist} Summary: Automatic text wrapping and reformatting -License: Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Autoformat/ -Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-v%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) @@ -29,7 +29,7 @@ The module also supplies a re-entrant, highly configurable replacement for the built-in Perl format() mechanism. %prep -%setup -q -n Text-Autoformat-%{version} +%setup -q -n Text-Autoformat-v%{version} chmod a-x lib/Text/Autoformat.pm Changes README sed -e 's,@@PERL_PROV@@,%{real_perl_provides},' %{SOURCE99} > %{__perl_provides} @@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %{__perl_provides} %{_mandir}/man3/* %changelog +* Sun Jan 20 2008 Tom "spot" Callaway 1.14.0-1 +- rebuild for new perl +- upstream changed license to GPL+ or Artistic + * Wed Apr 18 2007 Steven Pritchard 1.13-5 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker. diff --git a/sources b/sources index 813f408..7a95f95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a944e3e21e176178bb4f87a6068f041 Text-Autoformat-1.13.tar.gz +06958fdf5d9acffc7d68e37cc606de72 Text-Autoformat-v1.14.0.tar.gz