From 06f76f9cee4391f89985c891544dac9e16d5f8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Thu, 26 Nov 2009 15:50:14 +0000 Subject: [PATCH] - 541605 this package now contains XML::LibXML::Common --- perl-XML-LibXML.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index cc35b8a..dd79d1a 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -2,7 +2,7 @@ Name: perl-XML-LibXML # NOTE: also update perl-XML-LibXSLT to the same version, see # https://bugzilla.redhat.com/show_bug.cgi?id=469480 Version: 1.70 -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 @@ -21,6 +21,8 @@ BuildRequires: perl(XML::LibXML::Common), perl(XML::NamespaceSupport) BuildRequires: perl(XML::SAX) BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) BuildRequires: libxml2-devel +Provides: perl-XML-LibXML-Common = %{version} +Obsoletes: perl-XML-LibXML-Common < 0.13 %description This module implements a Perl interface to the GNOME libxml2 library @@ -77,6 +79,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Thu Nov 26 2009 Marcela Mašláňová - 1:1.70-2 +- 541605 this package now contains XML::LibXML::Common + * Fri Nov 20 2009 Marcela Mašláňová - 1:1.70-1 - update to fix 539102