diff --git a/sane-backends.spec b/sane-backends.spec index 785753f..ccd3843 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -14,7 +14,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.1.1 -Release: 8%{?dist} +Release: 9%{?dist} # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain # see LICENSE for details @@ -37,9 +37,14 @@ Patch1: sane-backends-1.0.23-soname.patch # Fedora-specific (for now): make installed sane-config multi-lib aware again Patch2: sane-backends-1.0.23-sane-config-multilib.patch # 2042316 - genesys: backend crashes because it attempts to access a member outside of vector +# sent upstream as https://gitlab.com/sane-project/backends/-/merge_requests/688 Patch3: sane-genesys-gl845-crash.patch # 2043092 - ldflags that only make sense during build are exposed in pkgconf file +# sent upstream as https://gitlab.com/sane-project/backends/-/merge_requests/768 Patch4: sane-backends-pkgconfig-misunderstanding.patch +# 2139882 - Plustek 8100 scanner not detected +# sent upstream as https://gitlab.com/sane-project/backends/-/merge_requests/767 +Patch5: sane-genesys-plustek7600i-8100-support.patch URL: http://www.sane-project.org @@ -167,6 +172,7 @@ access image acquisition devices available on the local host. # 2042316 - genesys: backend crashes because it attempts to access a member outside of vector %patch3 -p1 -b .genesys-gl845-crash %patch4 -p1 +%patch5 -p1 -b .genesys-plustek7600i-8100-support %build CFLAGS="%optflags -fno-strict-aliasing" @@ -452,6 +458,9 @@ udevadm hwdb --update >/dev/null 2>&1 || : %{_unitdir}/saned@.service %changelog +* Thu Nov 24 2022 Zdenek Dohnal - 1.1.1-9 +- 2139882 - Plustek 8100 and 7600i VID:PID are missing in genesys.conf + * Tue Oct 04 2022 Zdenek Dohnal - 1.1.1-8 - 2130997 - rpm -Va reports error on /etc/sane.d/epsonds.conf diff --git a/sane-genesys-plustek7600i-8100-support.patch b/sane-genesys-plustek7600i-8100-support.patch new file mode 100644 index 0000000..935dbad --- /dev/null +++ b/sane-genesys-plustek7600i-8100-support.patch @@ -0,0 +1,17 @@ +diff --git a/backend/genesys.conf.in b/backend/genesys.conf.in +index d9c596a..50ae52c 100644 +--- a/backend/genesys.conf.in ++++ b/backend/genesys.conf.in +@@ -146,6 +146,12 @@ usb 0x07b3 0x0c3a + # Plustek OpticFilm 7500i + usb 0x07b3 0x0c13 + ++# Plustek OpticFilm 7600i ++usb 0x07b3 0x0c3b ++ ++# Plustek OpticFilm 8100 ++usb 0x07b3 0x130c ++ + # Plustek OpticFilm 8200i + usb 0x07b3 0x130d +