diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 01260ad..20ebdf8 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -3,13 +3,13 @@ Summary: Perl bindings for the GNOME libxml2 library Name: perl-XML-LibXML Version: 1.31 -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-LibXML-%{version}.tar.gz BuildPrereq: libxml2-devel >= 2.4.3, perl, perl-XML-SAX -Requires: libxml2 >= 2.4.3, perl = %{perlver}, perl-XML-SAX +Requires: libxml2 >= 2.4.3, perl >= %{perlver}, perl-XML-SAX License: GPL or Artistic %description @@ -48,5 +48,11 @@ fi %doc Changes PHISHS.CHANGES README %changelog +* Wed Apr 03 2002 Gary Benson 1.31-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 1.31-1 - initial revision.