diff --git a/perl-XML-SAX.spec b/perl-XML-SAX.spec index d048fdf..b4ccd81 100644 --- a/perl-XML-SAX.spec +++ b/perl-XML-SAX.spec @@ -3,13 +3,13 @@ Summary: Classes for using SAX2 in Perl. Name: perl-XML-SAX Version: 0.03 -Release: 1 +Release: 2 Group: System Environment/Libraries Vendor: Red Hat, Inc. BuildRoot: %{_tmppath}/%{name}-buildroot Source: ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/XML-SAX-%{version}.tar.gz BuildPrereq: perl -Requires: perl = %{perlver} +Requires: perl >= %{perlver} License: GPL or Artistic BuildArch: noarch @@ -55,5 +55,11 @@ fi %doc Changes LICENSE README %changelog +* Wed Apr 03 2002 Gary Benson 0.03-2 +- tweak perl dependency as suggested by cturner@redhat.com + +* Wed Mar 20 2002 Gary Benson +- build against perl 5.6.1 + * Mon Jan 14 2002 Gary Benson 0.03-1 - initial revision.