auto-import changelog data from foomatic-1.9-1.20020617.6.src.rpm

Fri Aug 09 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.6
- Fix autodetect information for HPDJ970C.
This commit is contained in:
cvsdist 2004-09-09 04:51:33 +00:00
parent 14624e5395
commit b7c7ed7a79
1 changed files with 8 additions and 1 deletions

View File

@ -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 <twaugh@redhat.com> 1.9-1.20020617.6
- Fix autodetect information for HPDJ970C.
* Thu Aug 8 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.5
- For gimp-print, use the Ghostscript stp driver in preference to the
IJS interface.