sane-backends-devel-1.0.24-6.22>t  DH`pY`=/=„FJx c5u K}8$ XhI?ĜX$@;+k'}) 8kIĿmB/|U[@975da2b662c53e271b4d50affe8b0c75d47283a8cY`=/=„8˴SVKCJ,c)+20 d3P:=?=d " F 3PV`|    [ t`|(&80$9$:$F: G:H:8I:TX:\Y:h\:]:^:b;Vc;d sane.dvi -> sane.ps but texlive-latex requires texlive which requires ghostscript-x11 but the latter is not needed and blows up the build system. - Minor cleanups in the spec file.- added explicit "BuildRequires libusb-compat-devel" to re-add support for USB scanners- sane-backends-1.0.21-SCX4500W.patch adds usb id for SCX4500W - sane-backends-1.0.22-xerox_mfp-fix-usb-devices.patch fixes usb device handling regression in xerox_mfp (bnc#745245)- add libtool as buildrequire to avoid implicit dependency- 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- Fixed udev rules for SCSI scanners: For SCSI scanners "ATTRS" is mandatory for every sysfs attribute (in particular ATTRS{type}, ATTRS{vendor}, and ATTRS{model}) so that "ATTRS" is replaced by "ATTR" only for USB scanners (see openSUSE/Novell Bugzilla bnc#681146).- Fixed udev rules for SCSI scanners: Because of openSUSE/Novell Bugzilla bnc#436085 (see the entry below dated "Tue Oct 21 13:12:42 CEST 2008") "SYSFS" and "ATTRS" were replaced by "ATTR" everywhere in libsane.rules but for SCSI scanners "ATTRS{type}" is mandatory (see openSUSE/Novell Bugzilla bnc#681146).- fix dependencies of devel package- Upgraded to sane-backends version 1.0.22: New backends: kvs20xx (Panasonic KV-S20xx), magicolor (Konica-Minolta). Significant enhancements to several backends. More than 80 new scanner models supported. Support many more networked scanners. Added -A option to scanimage. Improved build system. Improved USB support. Improved udev rules. Documentation updates. Bugfixes. Note: This is one more release of the SANE 1.0 series, compare the below entry dated "Thu Feb 28 13:56:15 CET 2008". - sane-backends-1.0.21-i18n.patch, fix-genesys-create_range-type.patch, fix-xerox_mfp-color-mode.patch, and canon-backend-autoprobing.patch are obsolete since sane-backends-1.0.22 because it is fixed in the source. - Adapted how we derive our libsane.rules file from the generated one which uses now "ATTRS" (instead of "SYSFS"), see the below entry dated "Tue Oct 21 13:12:42 CEST 2008". - Updated models.dat to the one from the current HPLIP 3.11.1. - Added only those new models from epkowa.desc in the sane-backends 1.0.22 sources which 'requires DFSG non-free' plugin software to our epkowa.desc source file so that the supported models in our epkowa.desc source file still match to what is supported by our iscan-free package but more users of models which require the proprietary software from Avasys will be informed via yast2-scanner.- fix-xerox_mfp-color-mode.patch adds SANE_VALUE_SCAN_MODE_HALFTONE in xerox_mfp.c to fix a regression in sane-backends-1.0.21 where the xerox_mfp works only in grayscale mode (see openSUSE/Novell Bugzilla bnc#658017). - Updated models.dat to the one from the current hplip-3.10.9.- Configure with --enable-pthread so that backends can use POSIX threads to implement asynchronous I/O instead of the default which uses a pipe and forks a reader process (see openSUSE/Novell Bugzilla bnc#633780).- BuildRequires libieee1284-devel. - Split up devel package.- Updated models.dat to the one from our current HPLIP version so that the generated hpaio.desc matches to our HPLIP version. - Enhanced epkowa.desc only with models which require proprietary software so that the supported models in epkowa.desc still match to what is supported by our iscan-free package but more users of models which require proprietary software will be informed via yast2-scanner.- remove disable-resmgr-support.patch. It's not needed as configure won't find resmgr anyways (see Novell/Suse Bugzilla bnc#605914).- Upgraded to sane-backends version 1.0.21: New backends: kodak (Kodak i18xx), kvs1025 (Panasonic KV-S10xx), p5 (Primax PagePartner) Many backends updated. 224 more scanner models supported. More consistent option naming. Scanimage no longer writes image to tty. Modern translation infrastructure. Improved saned network daemon. Internal SCSI, USB, threading, TCP & UDP code updates. Updated HAL and udev support. New sanei_magic image processing library. Documentation updates. Bugfixes. Note: This is one more release of the SANE 1.0 series, compare the below entry dated "Thu Feb 28 13:56:15 CET 2008". - fix-hp3900_config.c.patch, sane-desc_closedir.patch, fix-lexmark_low-memory-leak.patch, and fix-hp3900_sane-string-option-sizes.diff are obsolete since sane-backends-1.0.21 because it is fixed in the source. - sane-backends-1.0.20-xerox_mfp.diff backported post 1.0.20 xerox_mfp changes and is therefore removed since sane-backends-1.0.21 which contains those changes, compare the below entry dated "Thu Oct 8 09:35:17 UTC 2009". - Slightly adapted disable-resmgr-support.patch and no-descriptions-external-hpoj.patch to apply to the sane-backends-1.0.21 sources. - fix-genesys-create_range-type.patch lets in genesys.c the create_range function be of type 'SANE_Range *' to fix 'assignment makes pointer from integer' bugs wherever the create_range function is called.- HAL is deprecated and does no longer support to grant read/write device access permissions for scanners to the currently logged in "desktop" user. Therefore all HAL related stuff was removed (see Novell/Suse Bugzilla bnc#593946). - Removed /usr/lib[64]/libsane.la (see Novell/Suse Bugzilla bnc#592143).- package baselibs.conf- fix udev warnings 'NAME="%k" is superfluous'- updated patches to apply with fuzz=0- backport xerox_mfp changes to support samsung printers- fix-lexmark_low-memory-leak.patch adds a missing call to free in sanei_lexmark_low_find_start_line in backend/lexmark_low.c (see Novell/Suse Bugzilla bnc#542341). - fix-hp3900_sane-string-option-sizes.diff fixes option sizes because otherwise the frontend (e.g. xsane) may crash (see Novell/Suse Bugzilla bnc#535752).- Updated models.dat with the one in the HPLIP 3.9.8 sources and adapted create_hpaio.desc_from_models.dat accordingly so that it results a hpaio.desc scanner description file for SANE which matches to the sacnner models which are supported by our currently provided HPLIP version.- use find_lang macro - run ldconfig correctly- sane-desc_closedir.patch adds a missing call to closedir to sane-desc.c (see Novell/Suse Bugzilla bnc#530313).- fix-hp3900_config.c.patch fixes a possible for loop overflow in hp3900_config.c (see Novell/Suse Bugzilla bnc#517281). - fix-mustek_pp_ccd300.c.patch fixes undefined operations in mustek_pp_ccd300.c (see Novell/Suse Bugzilla bnc#498435).- re-add-SANE_CAP_ALWAYS_SETTABLE.patch re-adds SANE_CAP_ALWAYS_SETTABLE to sane.h which was erroneously removed in sane-backends-1.0.20 so that sane-frontends and xsane can no longer build, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527675- Upgraded to sane-backends version 1.0.20: New backends: canon_dr (Canon DR-series), coolscan3 (Nikon LS & Coolscan), rts8891 (Umax & HP 44xx), xerox_mfp (Samsung/Xerox/Dell MFPs) Many backends updated. 75 more scanner models supported. New (automake compatible) build system. Avahi support. More network scanners supported. Epson backend deprecated, use epson2. Coolscan2 backend deprecated, use coolscan3. Internal SCSI, USB, threading, TCP & UDP code updates. Updated HAL and udev support. Improved saned configuration. Scanimage updates. Updated translations. Documentation updates. Bugfixes. Note: This is one more release of the SANE 1.0 series, compare the below entry dated "Thu Feb 28 13:56:15 CET 2008". - Re-enabled "autoreconf -fi" in the build section (it was disabled because it failed for sane-backends-1.0.19). - fix-uninitialized-variables.patch and fix-sanei_scsi_find_devices.patch are obsolete since sane-backends-1.0.20 because it is fixed in the source. - Adapted install-umax_pp-tool.patch for the new build system (now tools/Makefile.am instead of tools/Makefile.in). - no-descriptions-external-hpoj.patch removes descriptions-external/hpoj.desc from doc/Makefile.am because it is intentionally removed from the sources in the prep section to avoid confusion with its successor hpaio.desc (since openSUSE 10.3 the package hp-officeJet which provided the hpoj driver is dropped).lamb69 14994794911.0.241.0.24-6.221.0.24-6.22sane-configsanesane.hsaneopts.hlibsane.sosane-backends.pcsane-config.1.gz/usr/bin//usr/include//usr/include/sane//usr/lib64//usr/lib64/pkgconfig//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/129ff2ca7820be0bac8bb9667b538f72-sane-backendscpiolzma5x86_64-suse-linuxPOSIX shell script, ASCII text executabledirectoryC source, ASCII textASCII textpkgconfig filetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RPRLɉlVT:KsO?`] crv9uhЈ-Sӕ*֓ YT>{ cx5ysvGQohHѝٴxUZJniϖa=YD!ڸB)Q(\`dBM߷T/5Ί'=}8xtZVb28N4>gXZS'-T#S{ s} R۱P;Zm{Vs :>x>}zx$Aٕ|!K=`IDO`|}w=$V6Oڹ?7S>PjF]ЀwnH$"ؔ>уn)@UK2>(G=HZ 9=cAӳGxM3n|B3'7CqWRs,au+Ŭ[PE v72:(d "$@˧"qwD4m$OMJu&@nCs6TpI)z'` ;f{i`ÁaZTNb'&**ExDӚ@vA*VHPHM;DBNa;2:\`eMag난wprEٖ8jRKfӝu53N =]Uܝ/z: P~| z ?NGF@$Os]ބv$Ҽ詽Se(pجCfHtDq~HX@i՗.H'nNTO1/46̽}mm\p1EDHȮ\XFEu՝/sIg4ĜC$U5GA) ܠ-<*@`w\J@>"}X77m3GcƽFoH#2˅7K?W z P2ĒZN?W&>i -z'k@bh*s|2Ɋ&=Ÿ nB>C߹鏺p7rJo$/O؈6`N1~GDkDAmdC1[dn~ORw)P2Umb"XWE\"JҌ-msMɐ6 Wo"Io:ߎ0uOS@?fq`4Xq{f8ߙ'Sçu>`h xf$^͙quu4U"b7ojqkLZi'][4rQ~(ut9Ɓ 6۰iA>w} \ /T޿=+EMa7tVN5k')Vv,MH*m3Lg'4$u:x>aM: }ǢV=1޷j>)-JN^{ӠZ[1 ;K?Clx.VJ;@܎ Y'ڞvwNo(?zj :`o]ɥ8Rg < ?aNwɔRef2cVxo r( ~͛5`O*xJ `O m3J5DsS}N,Gj6,>1A Zk֍yf?\0AZ(}ӀǏM& !Hŀ&/7IJc2R HcUj̱=,EΖpk d[QB-sw$]:So5%xGe+q R#FVuP#5Ӭ2$;(TSAQ%{I3k+8}gOA!Q9mw.NdE*ՋqإI> d7^9ë"'UsH7Zu[qq.{Fyݥ܍ɹYQeӨiw|3&d+>Kku6bM ݣR,OVxKɉv. {mڼ'i5َ˭aoq-,U6׿X 16=,9ۅ=W!^(v|)* W|_ŏ8u*/FO̟*$\_ ='6ɤVھ:0}Z7F99O#MzZ>$_o&}w*5rv@ɉ?[ ~2"$WQHtT>%9 J]j"nT"&Zؕ ̇.:KLĄe%/["~r?l\nDQa9"^ Lw+]zbG1>Z}r!7z"  B>G] 8Q#{ :y`g+XϷxF _c;(㶹ہFҵ-w|86hsq9[`%QX7/OE8*L$f.>~wAB2l@ꔦKYL<1gbhvXy_P Pr͔yt--=+Lw̦z^zJ9(e*ʆK-釚ŨlD^ 4ЁERz@^H]ٟmV 㐰P' F~olK~`I~;hAgZf6 5`m4`G𽒕VnGxJm9)eSxF?˺xF"pb gcB TƷJǴV1֗K0NxQCYIí?]'ʸ9r#N(13e>,@OjQ6.Q'Qf]O4N3<<]i$4d#:hcP7QeۘزtPڋ/OznjQ/HvA顱񉒽xL ܼ"nj(O>н%ΏUhd!jWSE>(Ӈzie*}OPz$]s5]ľhYYHF}m7eQkfn㲵 k>QQ5O](RP-fO q@a(;}gKz6˞_bx[ղi9k+d= w+@mjD3|ek2E[ϲP^WZ;(ictV5~ՓOC% _0vCw$³5eϼ])"Ӳ{QDjxG}AsÔ3c8qܽYK ˗.v[ Q4=8uK)RXAFB&(@);p S2*閲BCyM귉3L;|`) &|^LHrg_X" E0ْ.,>=2bycaL#kZNqsTh߷]C=OH|37&P(VI*oRt?h8,NWJ#KkdmA.h9NxiT<.:h%qRL͠Ό9Vr8͇']jzL< 1NIr!.DW$[:!6ѷIITQLyZ>@x#G}OK5 DFh"諂 @f= KU Κ(L *JJ,I6k:g]c_=>Ȩ#ޫyF8Ґ6K-C )+YNtA2E4MAT뀱4gf<9Nxl"M &K /޿RiV2F%.;jIѢ8c=e#@wqehŻ@`0s]vK q!u>ryi=wdo4OmlR,ݼwԓ*`bz[y8c2W޵!>"qM8X4U6HPdzcL&@FrDzCwЇN5C;+75!Tv'[t,<տEFb8.~ +Z3سty>m."%Fƞ9$r;wXGG><%dQ ^t!kH7 {JR1![?8űtx~YZRN-d~ 5#j #;>tdwJNL'[Fiv/)f Jv(YEQ.>&()AwLy1w_Ӿ `gB;Q/iƒw~(%ӷٝ~ȔUM觬?e\LР;4sO3upC @z6y]ՙN E1x1A +ٗy|'Β1nsW/"̻ bq9T;jy@fXƿL~";NPdgs_ʒ>9hYD^¡`BG<(cLQoBvpmu%2/+bY< sK:J9"޲mI}gL]Z[?/+2a{gҧ)!kQ8=S"HAښLmeh'^`P+7.rIob"`_g}ND2t-<5yoc VBW%p"7dm!'SCmO TӚbZw|nƒ80z'mvNvI* }gO͒.LmIm%ny',Wt"uz7WCDt3h'N,=fE6  U)&@?2ryPi=ڀT!͇zοtʥ~rL+/S"vbZ ,tpUҿZ6UմZ]-7 `i|cL&J[\H {wAOKc73o`];9L2`?I s,NiuUѢ_f^ntͥn!D?*9}_6e{eUkTouޗN}r+@s\}/;v{,ܜViJj- #_xE$s BG[KpM  9A |aY7ު*>=hsMr:pO8sik~82M>CZj5c>UM%_ɀCJ*`&*s3=đe u2"xN?FU`s)QBY4-5ZNzg[96SI| \ZӌU. I~fBOf"6?/QyVFL_l:G[Њ懹/.**xKm:jñP8cQր wAG4(?rPoۇZB*+"ڸnskޛp* LZ$7wOU*%Z"\[vp{7 äGV pp>J̓=揓Spt|%*^>OywaVRGk>_7Fj)jV3 R"@+ _&[M"A9 Nz+"0?TOa5i 6S]I|TknԅiYۦQ@bTD궭? )m[5Nu.]hrMO8wx:n|%%4<8OTSz̬ۧwr3&Uɪ#x@{vLǤ*; ([ Lg~mMy}Q5¾h5vIéJȫeXo;!"踥N3eoFGښ*pyQ F=2uV5 XNfu9奪ZBISz֢%2i5ˌe=Z@/מ$~UjD$r(|7oY#Qw7(xHOyӒu ZYSrs$ "ϼ!fO }rI*zh^tuM qXТhIx(/$3BiAnp7 hZyQ=gC}xG"!?aD 7Hc5+nf`ZM_ܳ;\3R@I%ʂ ~4A|*Ħ3 *rR#,rɍ2eWmo]y\/q_,Mȡq9"!!}\0OG*̴RTWXPo@π![+{/򤑑 9&DچB;/eÉ'='`W =Sm ;z.[58Els0T6en 3}7}aXYDZ5ָ< *`*Bzy~:Xt3ƻmӮ{7@%vr>OV{=h/2\enf12"򋨋:9SW):pPAk *H ȒsB vƈH}e8cʙӾ|Ir}yc%mO l{)qĴ 'T%o./[ pF8#U" nk, ք3hR*bDn& /qф zK8.%ۺ!XK]v0-eeqoqL[fng5/1]89!|0aCÔl@ЁkO&oZ\^E1ɹo͚'