diff --git a/sane-backends.spec b/sane-backends.spec index 3d2c732..8a2c4ef 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -1,14 +1,14 @@ -%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 17 || 0%{?rhel} >= 7 -%global needs_multilib_quirk 0 -%else +#if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 17 || 0%{?rhel} >= 7 +#global needs_multilib_quirk 0 +#else # let -devel require drivers to make them available as multilib %global needs_multilib_quirk 1 -%endif +#endif Summary: Scanner access software Name: sane-backends Version: 1.0.22 -Release: 10%{?dist} +Release: 11%{?dist} # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain # see LICENSE for details @@ -206,6 +206,10 @@ install -m 0644 tools/sane-backends.pc %{buildroot}%{_libdir}/pkgconfig/ %{_libdir}/sane/*gphoto2.so.* %changelog +* Wed Jun 06 2012 Nils Philippsen - 1.0.22-11 +- multilib: enable -devel quirk regardless of version until a fixed mash gets + into production (#829268) + * Tue Apr 17 2012 Nils Philippsen - 1.0.22-10 - fix avision device initialization (#706877)