From 7ae893f74b1307dea86fa8417b185764ac64484b Mon Sep 17 00:00:00 2001 From: stevenpritchard Date: Fri, 29 Jun 2007 18:31:32 +0000 Subject: [PATCH] Get rid of the word "Extras". --- Changes | 4 ++++ cpanspec | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 7333c08..a7984f6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +1.72 + +* Get rid of the word "Extras". + 1.71 2007-06-29 * It's 2007 now, so update the copyright. diff --git a/cpanspec b/cpanspec index 2ccc340..91de14c 100755 --- a/cpanspec +++ b/cpanspec @@ -10,10 +10,10 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: cpanspec,v 1.48 2007/05/25 00:54:59 stevenpritchard Exp $ +# $Id: cpanspec,v 1.49 2007/06/29 18:31:32 stevenpritchard Exp $ our $NAME="cpanspec"; -our $VERSION='1.71'; +our $VERSION='1.72'; =head1 NAME @@ -121,7 +121,7 @@ no epoch will be used in the generated spec. Disttag (a string to append to the release number), used to differentiate builds for various releases. Defaults to the -semi-standard (for Fedora Extras) string C<%{?dist}>. +semi-standard (for Fedora) string C<%{?dist}>. =item B<-s>, B<--srpm> @@ -347,7 +347,7 @@ sub build_rpm($) { verbose("Building " . ($buildrpm ? "rpms" : "source rpm") . " from $spec"); - # From Fedora Extras Makefile.common. + # From Fedora CVS Makefile.common. if (system($rpm, "--define", "_sourcedir $dir", "--define", "_builddir $dir", "--define", "_srcrpmdir $dir",