From b7a7f0dfa1460d0e220e329d86da340fdbb980e0 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 21 Apr 2006 13:48:40 +0000 Subject: [PATCH] - Build requires CUPS 1.2. --- system-config-printer.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index 3415540..6c2be15 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -11,7 +11,8 @@ Source1: pycups-%{pycups_version}.tar.bz2 %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} -BuildRequires: cups-devel, python-devel +BuildRequires: cups-devel >= 1.2 +BuildRequires: python-devel PreReq: python, python-abi = %{pyver} PreReq: rhpl >= 0.81 BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -57,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name} %changelog +* Fri Apr 21 2006 Tim Waugh +- Build requires CUPS 1.2. + * Thu Apr 20 2006 Tim Waugh 0.7.5-1 - Updated to pycups-1.9.8. No longer need threads patch. - Updated to system-config-printer-0.7.5.