diff --git a/foomatic.spec b/foomatic.spec index e5f715c..e916b68 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -2,7 +2,7 @@ Summary: Foomatic printer database. Name: foomatic Version: 1.9 %define release_date 20020617 -%define sub_release 5 +%define sub_release 6 Release: 1.%{release_date}.%{sub_release} License: GPL Group: System Environment/Libraries @@ -31,6 +31,9 @@ Patch1: foomatic-1.9-20020517-libdir.patch # Fix autodetect information for HPLJ2100/2100M. Patch2: foomatic-1.9-20020617-67973.patch +# Fix autodetect information for HPDJ970C. +Patch3: foomatic-1.9-20020617-970c.patch + Url: http://www.linuxprinting.org BuildRequires: perl Requires: perl >= 5.6.1 @@ -99,6 +102,7 @@ CUPS drivers for HP printers using the optimized hpijs driver %patch0 -p1 -b .path %patch1 -p1 -b .libdir %patch2 -p1 -b .67973 +%patch3 -p1 -b .970c # Omni printers tar xjf %{SOURCE1} @@ -216,6 +220,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} /sbin/service cups condrestart >/dev/null 2>&1 || : %changelog +* Fri Aug 9 2002 Tim Waugh 1.9-1.20020617.6 +- Fix autodetect information for HPDJ970C. + * Thu Aug 8 2002 Tim Waugh 1.9-1.20020617.5 - For gimp-print, use the Ghostscript stp driver in preference to the IJS interface.