From 9a781bef15ccf5121221e7495afde7dc9a723b71 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 9 Jul 2007 11:51:35 +0000 Subject: [PATCH] - Build requires perl-XML-Parser for intltool. --- system-config-printer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index 1fd2edf..2dd7048 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -16,7 +16,7 @@ BuildRequires: cups-devel >= 1.2 BuildRequires: python-devel >= 2.4 BuildRequires: desktop-file-utils >= 0.2.92 BuildRequires: gettext-devel -BuildRequires: intltool +BuildRequires: intltool, perl-XML-Parser BuildRequires: xmlto BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -128,6 +128,9 @@ if [ "$1" = "0" ]; then fi %changelog +* Mon Jul 9 2007 Tim Waugh +- Build requires perl-XML-Parser for intltool. + * Thu Jun 28 2007 Tim Waugh 0.7.69-1 - No longer requires PyXML (bug #233146). - Moved applet to main package.