fix permissions for Epson Expression 800 (#456656)

This commit is contained in:
Nils Philippsen 2009-06-17 09:33:08 +00:00
parent d3d32cf0d3
commit 2d751596df
2 changed files with 31 additions and 2 deletions

View File

@ -0,0 +1,24 @@
diff -up sane-backends-1.0.20/doc/descriptions/epson2.desc.epson-expression800 sane-backends-1.0.20/doc/descriptions/epson2.desc
--- sane-backends-1.0.20/doc/descriptions/epson2.desc.epson-expression800 2009-03-05 03:27:35.000000000 +0100
+++ sane-backends-1.0.20/doc/descriptions/epson2.desc 2009-06-17 11:30:17.231323638 +0200
@@ -156,7 +156,7 @@
:status :complete
:model "Expression 800"
-:interface "SCSI"
+:interface "SCSI" "EPSON" "Expression800" "processor"
:status :complete
:model "Expression 1600"
diff -up sane-backends-1.0.20/doc/descriptions/epson.desc.epson-expression800 sane-backends-1.0.20/doc/descriptions/epson.desc
--- sane-backends-1.0.20/doc/descriptions/epson.desc.epson-expression800 2009-03-05 02:54:33.000000000 +0100
+++ sane-backends-1.0.20/doc/descriptions/epson.desc 2009-06-17 11:30:17.230323577 +0200
@@ -167,7 +167,7 @@
:status :complete
:model "Expression 800"
-:interface "SCSI"
+:interface "SCSI" "EPSON" "Expression800" "processor"
:status :complete
:model "Expression 1600"

View File

@ -15,7 +15,8 @@ Patch1: sane-backends-1.0.20-pkgconfig.patch
Patch2: sane-backends-1.0.20-open-macro.patch
Patch3: sane-backends-1.0.20-hal.patch
Patch4: sane-backends-1.0.20-man-utf8.patch
Patch5: sane-backends-1.0.20-autoreconf.patch.bz2
Patch5: sane-backends-1.0.20-epson-expression800.patch
Patch10: sane-backends-1.0.20-autoreconf.patch.bz2
URL: http://www.sane-project.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%__id_u -n)
BuildRequires: tetex-latex
@ -81,7 +82,8 @@ want to access digital cameras.
%patch2 -p1 -b .open-macro
%patch3 -p1 -b .hal
%patch4 -p1 -b .man-utf8
%patch5 -p1 -b .autoreconf
%patch5 -p1 -b .epson-expression800
%patch10 -p1 -b .autoreconf
%build
%configure \
@ -151,6 +153,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/sane-backends.pc
%changelog
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-2
- fix permissions for Epson Expression 800 (#456656)
* Tue Jun 16 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-1
- version 1.0.20
- rebase/remove patches