diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 6a1b973..84e4d19 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 14 03:11:27 UTC 2010 - jfunk@funktronics.ca + +- XML-LibXML-Common was merged into XML-LibXML 1.70. Removed + Requires/BuildRequires and added Provides/Obsoletes + ------------------------------------------------------------------- Wed Jan 13 16:31:41 CET 2010 - anicka@suse.cz diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 5f6b536..8eee652 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -19,10 +19,12 @@ Name: perl-XML-LibXML -BuildRequires: libxml2-devel perl-XML-LibXML-Common perl-XML-SAX +BuildRequires: libxml2-devel perl-XML-SAX Version: 1.70 -Release: 1 -Requires: perl = %{perl_version} perl-XML-LibXML-Common perl-XML-SAX +Release: 2 +Requires: perl = %{perl_version} perl-XML-SAX +Provides: perl-XML-LibXML-Common +Obsoletes: perl-XML-LibXML-Common AutoReqProv: on Group: Development/Libraries/Perl License: Artistic License ..