From c5a79de6cf7957dd91aef050fa63bc035160e32db1cce301788a3a14a0403ada Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 2 May 2011 11:09:11 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/sane-backends revision 58.0 OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=d95b798e3f3ad1e86c76a8ef69bc0a40 --- sane-backends.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sane-backends.spec b/sane-backends.spec index 9f3aec5..79ac4f9 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -30,7 +30,7 @@ Group: Hardware/Scanner AutoReqProv: on Summary: SANE (Scanner Access Now Easy) Scanner Drivers Version: 1.0.22 -Release: 2 +Release: 3 Url: http://www.sane-project.org/ # URL for Source0: https://alioth.debian.org/frs/download.php/3258/sane-backends-1.0.21.tar.gz # MD5 sum for upstream sane-backends-1.0.21.tar.gz (not our .bz2): be586a23633949cf2ecf0c9c6d769130 From ccbc49f61f0f4356cff58d5f6dec323cc7dd778d0e3685603e58c20283ddfc61 Mon Sep 17 00:00:00 2001 From: Johannes Meixner Date: Thu, 29 Sep 2011 15:06:04 +0000 Subject: [PATCH 2/2] - Added an entry for "SCSI processor EPSON Perfection1640" to libsane.rules (bnc#681146) see in particular https://bugzilla.novell.com/show_bug.cgi?id=681146#c43 - Added a wildcard entry for any "SCSI processor EPSON SCANNER*" to libsane.rules see the "55-libsane.rules"/"Device recognition" mail thread in June 2011 on sane-devel@lists.alioth.debian.org OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=44 --- sane-backends.changes | 10 ++++++++++ sane-backends.spec | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/sane-backends.changes b/sane-backends.changes index 465095c..2ff9a6e 100644 --- a/sane-backends.changes +++ b/sane-backends.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 29 16:57:26 CEST 2011 - jsmeix@suse.de + +- Added an entry for "SCSI processor EPSON Perfection1640" + to libsane.rules (bnc#681146) see in particular + https://bugzilla.novell.com/show_bug.cgi?id=681146#c43 +- Added a wildcard entry for any "SCSI processor EPSON SCANNER*" + to libsane.rules see the "55-libsane.rules"/"Device recognition" + mail thread in June 2011 on sane-devel@lists.alioth.debian.org + ------------------------------------------------------------------- Tue Mar 29 13:07:20 CEST 2011 - jsmeix@suse.de diff --git a/sane-backends.spec b/sane-backends.spec index 79ac4f9..36fb7ac 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -579,6 +579,12 @@ done # Newer udev versions complain about NAME="%k" usage with warning messages like # 'udevd[1234]: NAME="%k" is superfluous and breaks kernel supplied names...' sed -i -e 's/NAME="%k", //' tools/udev/libsane.rules +# Add an entry for "SCSI processor EPSON Perfection1640", +# see https://bugzilla.novell.com/show_bug.cgi?id=681146#c43 +sed -i -e '/^# Epson Perfection 636S /i# Epson Perfection 1640\nKERNEL=="sg[0-9]*", ATTRS{type}=="3", ATTRS{vendor}=="EPSON", ATTRS{model}=="Perfection1640", MODE="0664", GROUP="lp", ENV{libsane_matched}="yes"' tools/udev/libsane.rules +# Add a wildcard entry for any "SCSI processor EPSON SCANNER*" +# see http://lists.alioth.debian.org/pipermail/sane-devel/2011-June/028739.html +sed -i -e '/^# Epson Perfection 2450 /i# Any SCSI processor EPSON SCANNER...\nKERNEL=="sg[0-9]*", ATTRS{type}=="3", ATTRS{vendor}=="EPSON", ATTRS{model}=="SCANNER*", MODE="0664", GROUP="lp", ENV{libsane_matched}="yes"' tools/udev/libsane.rules # Install the udev rules file: install -m644 tools/udev/libsane.rules %{buildroot}%{_sysconfdir}/udev/rules.d/55-libsane.rules # xinetd stuff: