diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 8c97542..cc9ab9d 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,6 +1,6 @@ Name: perl-XML-LibXML Version: 1.66 -Release: 1%{?dist} +Release: 2%{?dist} # Epoch set when version went from 1.62001 to 1.65 Epoch: 1 Summary: Perl interface to the libxml2 library @@ -55,7 +55,8 @@ rm -rf $RPM_BUILD_ROOT %triggerin -- perl-XML-SAX for p in XML::LibXML::SAX::Parser XML::LibXML::SAX ; do - perl -MXML::SAX -e "XML::SAX->add_parser(q($p))->save_parsers()" || : + perl -MXML::SAX -e "XML::SAX->add_parser(q($p))->save_parsers()" \ + 2>/dev/null || : done %preun @@ -74,6 +75,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Fri Aug 01 2008 Lubomir Rintel - 1:1.66-2 +- Supress warning about nonexistent file in perl-XML-SAX install trigger + * Mon Jun 23 2008 Marcela Maslanova - 1:1.66-1 - upgrade to 1.66