- Added IEEE 1284 information for Epson Stylus C82 (bug #147230).

This commit is contained in:
Tim Waugh 2005-02-08 12:08:19 +00:00
parent a3dfb21a12
commit b120679b98

View File

@ -30,6 +30,9 @@ Source5: gimp-print-foomatic-db-4.2.7.tar.bz2
Patch1: foomatic-filters-libdir.patch Patch1: foomatic-filters-libdir.patch
Patch2: foomatic-db-engine-libdir.patch Patch2: foomatic-db-engine-libdir.patch
# Added IEEE 1284 information for Epson Stylus C82 (bug #147230).
Patch3: foomatic-ieee1284.patch
# Set GS_FONTPATH in gs wrapper (bug #81410). # Set GS_FONTPATH in gs wrapper (bug #81410).
Patch5: foomatic-2.0.2-fontpath.patch Patch5: foomatic-2.0.2-fontpath.patch
@ -122,6 +125,7 @@ pushd foomatic-db-hpijs-%{hpijsver}
popd popd
pushd foomatic-db-%{dbver} pushd foomatic-db-%{dbver}
%patch3 -p1 -b .ieee1284
%patch7 -p1 -b .ppdload-ppd %patch7 -p1 -b .ppdload-ppd
%patch8 -p1 -b .hplj5 %patch8 -p1 -b .hplj5
@ -265,6 +269,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Tue Feb 8 2005 Tim Waugh <twaugh@redhat.com>
- Added IEEE 1284 information for Epson Stylus C82 (bug #147230).
* Mon Jan 24 2005 Tim Waugh <twaugh@redhat.com> * Mon Jan 24 2005 Tim Waugh <twaugh@redhat.com>
- Fixed last change. - Fixed last change.