diff --git a/.cvsignore b/.cvsignore index 3c72977..9055338 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -URI-1.21.tar.gz +URI-1.30.tar.gz diff --git a/perl-URI.spec b/perl-URI.spec index ffe8c5a..477aa09 100644 --- a/perl-URI.spec +++ b/perl-URI.spec @@ -2,13 +2,13 @@ Summary: A Perl module implementing URI parsing and manipulation. Name: perl-URI -Version: 1.21 -Release: 7 +Version: 1.30 +Release: 1 License: distributable Group: Applications/CPAN Source0: URI-%{version}.tar.gz Source1: filter-requires-perl-URI.sh -Url: http://www.cpan.org +Url: http://search.cpan.org/search?query=URI BuildRoot: %{_tmppath}/perl-URI-buildroot/ BuildRequires: perl >= 0:5.00503 BuildRequires: perl(MIME::Base64) @@ -29,6 +29,7 @@ updated by RFC 2732). %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor make +make test %clean rm -rf $RPM_BUILD_ROOT @@ -55,6 +56,9 @@ fi %dir /usr/lib/perl5/vendor_perl/%(perl -MConfig -e 'print $Config{version}')/URI %changelog +* Fri Feb 13 2004 Chip Turner 1.30-1 +- update to 1.30 + * Tue Aug 6 2002 Chip Turner - automated release bump and build diff --git a/sources b/sources index 1edac6c..ad69e73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad6437ba6a8b404d16df16e2eb7a3648 URI-1.21.tar.gz +4da2adaba686a9409fb1deba3f0bfa04 URI-1.30.tar.gz