- Provide IEEE 1284 Device IDs in CUPS model list.

This commit is contained in:
Tim Waugh 2009-09-01 09:09:43 +00:00
parent 731d5db310
commit 4271adf73c
2 changed files with 1341 additions and 1 deletions

1335
gutenprint-deviceid.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
Name: gutenprint
Summary: Printer Drivers Package.
Version: 5.2.4
Release: 4%{?dist}
Release: 5%{?dist}
Group: System Environment/Base
URL: http://gimp-print.sourceforge.net/
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
@ -12,6 +12,7 @@ Source1: gutenprint-foomaticppdupdate
Patch0: gutenprint-menu.patch
Patch1: gutenprint-O6.patch
Patch2: gutenprint-selinux.patch
Patch3: gutenprint-deviceid.patch
License: GPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cups-libs >= 1.1.22-0.rc1.9.10, cups >= 1.1.22-0.rc1.9.10
@ -136,6 +137,7 @@ Epson, HP and compatible printers..
%patch0 -p1 -b .menu
%patch1 -p1 -b .O6
%patch2 -p1 -b .selinux
%patch3 -p1 -b .deviceid
%build
%configure --disable-static --disable-dependency-tracking \
@ -262,6 +264,9 @@ fi
/bin/rm -f /var/cache/foomatic/*
%changelog
* Tue Sep 1 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-5
- Provide IEEE 1284 Device IDs in CUPS model list.
* Tue Aug 18 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-4
- Enabled simplified CUPS drivers (bug #518030).