- Fixed missing units in driver margins (bug #576370).

This commit is contained in:
Tim Waugh 2010-03-25 12:25:01 +00:00
parent 9a77696531
commit 42a23b47ad
2 changed files with 3664 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
Summary: Database of printers and printer drivers
Name: foomatic-db
Version: %{dbver_rel}
Release: 11.%{dbver_snap}%{?dist}
Release: 12.%{dbver_snap}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
Requires: %{name}-filesystem = %{version}-%{release}
@ -15,6 +15,7 @@ Source0: http://www.openprinting.org/download/foomatic/foomatic-db-%{dbver_rel}-
Source1: http://www.openprinting.org/download/foomatic/foomatic-db-hpijs-%{hpijsver}.tar.gz
Patch1: foomatic-db-device-id-kyocera-mita-fs-1020d.patch
Patch2: foomatic-db-bad-margins.patch
Url: http://www.openprinting.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -98,6 +99,9 @@ popd
# Device ID for Kyocera Mita FS-1020D (bug #575063).
%patch1 -p1
# Fixed missing units in driver margins (bug #576370).
%patch2 -p1 -b .bad-margins
popd
%build
@ -164,6 +168,9 @@ rm -rf %{buildroot}
%{_datadir}/cups/model/foomatic-db-ppds
%changelog
* Thu Mar 25 2010 Tim Waugh <twaugh@redhat.com> 4.0-12.20100402
- Fixed missing units in driver margins (bug #576370).
* Fri Mar 19 2010 Tim Waugh <twaugh@redhat.com> 4.0-11.20100402
- Device ID for Kyocera Mita FS-1020D (bug #575063).