libevdev-devel-1.4.5-lp150.1.8 >  A Za/=„$ve@oL^+5f ~Պ`?4>&@SfC rVhvp8;>*`QAUGoúKS(^xDFrn-!HLmvtð5.&吠- 4"3P>G+/Zid4ڐlY qy%Ԃl¤nG}GYE\ț&?%h+ bv[eqp \Kcs [SŸvnp0]%350b9e25611153bbbf07e64b094d614283f4fd18b17cb6e074411b9cc1d7c843eda5158b78450876d2bc5871d503d51531ba77c3lZa/=„zswܵ.#=W%*x@6Vݛ :*hNĪ%?Г. @>r($|9R:I[wYJ1ԕj-KwqjZG9.p K~p>0? d ! H 3<@ Zz         Y  t    8t (0889p:FG H I XY\8 ]\ ^bc:deflu vwp x yzClibevdev-devel1.4.5lp150.1.8Development files for libevdev libraryLibrary for handling evdev kernel devices. It abstracts the ioctls through type-safe interfaces and provides functions to change the appearance of the device. Development files for libevdev libraryZYlamb14copenSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://xorg.freedesktop.org/linuxx86_64 :uAA큤A큤ZWZWZWZWZWZWZXR̟ZW3d518d1dc4ac7a16d823c96542d7d1fde277435a498f1e623d896fbfbd84b85800e51a67e216f8da2f401d1c2da51e3967f215503fa4f39354c560ffbca78c69c6a880e5fce600169094876b75088bec9c3ed17823f36e2ade0d2ffbbde61884f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b93213707fb0667f798da996f2a53446fc776901c413fe1d80f09187dab9a1284e6bcb4libevdev.so.2.1.11rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibevdev-1.4.5-lp150.1.8.src.rpmlibevdev-devellibevdev-devel(x86-64)pkgconfig(libevdev)@    /usr/bin/pkg-configlibevdev2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.53.0.4-14.6.0-14.0-15.2-14.14.1VetVEUUTT @SSr @ScS&S @Ry@R=Rcjengelh@inai.dempluskal@suse.commpluskal@suse.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comjengelh@inai.desndirsch@suse.comcoolo@suse.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comsndirsch@suse.comsndirsch@suse.comhrvoje.senjan@gmail.com- Update RPM groups and trivialize filelist- Update to 1.4.5 * Only a small fix, the suggested hwdb entry that the touchpad-edge-detector printed used the wrong codes for ABS_X and ABS_Y. Fixed with this release, the output is now suitable for copy/paste into the udev hwdb. - Add gpg signature- Update to 1.4.4 * Fix invalid absinfo range values reported by certain mtk soc * tools: print out evdev override udev rule from touchpad edge detector * tools - tweak-device: add a --resolution command * tools - tweak-device: revamp to reduce use of globals * Note that libevdev_free() does not close the fd * tool - tweak-device: fix wrong error message if the LED doesn't exist * tools - tweak-device: close the fd on exit - Changes for 1.4.3 * include: update to 4.1 header * tools: complain about devices that don't have abs x/y axes in the edge detector * tools: widen frequency resolution to µs in the DPI tool - Changes for 1.4.2 * tools: fix help string for manual DPI calculation * include: update to 4.0 header - Changes for 1.4.1 * Accept LIBEVDEV_READ_FLAG_BLOCKING as valid flag * ABS_MAX counts as MT axis for the event queue * cosmetic: fix a comment * Disable test-static-link in case of shared only build.- Update to 1.4: * libevdev_uinput_destroy: don't close non-open FD * include: update to 3.18 header * tools: print the formula to calculate resolutions * Shut up clang compiler warnings * tools: fix clang compiler warning * tools: note that the mouse frequency measured is the highest frequency * configure: rename BUILD_TESTS to ENABLE_RUNTIME_TESTS * test: always build the build-tests * tools: add a tool to change kernel devices * test: use -std=c89 instead of c90 for the build test * cosmetic: fix a couple of duplicate/missing empty lines * Use memcpy/memmove instead of loop operations- Update to 1.3.2: * A new tool has been added to help measure the physical resolution of a mouse device. This tool can (and should) be used to create udev hwdb entries for systemd's 70-mouse.hwdb * Other changes include documentation and tests fixes - Changes since 1.3.1: * INPUT_PROP_POINTINGSTICK is now parsed correctly.- Update to 1.3: * m4: fix CC_CHECK_WERROR and CC_FLAG_VISIBILITY macros * Add per-device log handlers * include: update to Linux 3.15 header * uinput: use the UI_GET_SYSNAME ioctl if available * uinput: change strcpy/strcat usage for snprintf * include: add uinput.h header as well * include: update to Linux 3.16 header * uinput: check errno against the positive value * uinput: preserve the errno before cleaning up * configure: move the python check down to re-unite the gcov check outputs * Add libevdev_property_from_name() * Rename symbols leaking from static library to avoid name clashes * uinput: close the managed fd on error * tools: pass -rc to strerror, not rc * uinput: explicitly ignore the UI_DEV_DESTROY return value * Hook up nm to check for leaking symbols in the static library * Add some minimal documentation about static linking- Add git repository metadata- Update to 1.2 (recommended for xf86-input-synaptics 1.8.0)- add baselibs.conf since libevdev2-32bit is required by libinput-32bit- Update to 1.0.99.1 (1.1~rc1) * Send an extra ABS_MT_SLOT event to sync the client up with the current slot * Fix the include directives when building in tools/ * tools: Fix compiler warning * Replace hardcoded 0 with the enum for it * tools: add a tool to print the actual range provided by a touchpad * Document that the return value of get_name|uniq|phys is not permanent * Plug a memory leak for name, uniq, phys * Fix memory leaks when failing to create a uinput device * Document the FORCE_SYNC behavior a bit better * Fix a wrong reference in the libevdev_next_event documentation * Add unlikely() macro * Don't sync past MAX_SLOTS slots * Dynamically allocate the slot values * Reduce memory requirement for MT syncing * Increase MAX_SLOTS to 60 * Cap slot values to the announced maximum * Move some functions/macros between libevdev-int.h and libevdev-util.h * Don't sync the MT state for fake MT devices * If the tracking ID changes during SYN_DROPPED, terminate the touch first * Add a documentation note to update the slot after syncing - New tools subpackage- Update to 1.0, for more details, please see: http://lists.freedesktop.org/archives/input-tools/2014-January/000763.html and http://lists.freedesktop.org/archives/input-tools/2014-February/000766.html - SO version bumped to 2 - Explicitly remove la files, instead of excluding them- fixed license to MIT in specfile- n_buildfix_for_opensuse_12_2.patch * buildfix for openSUSE 12.2 (Linux kernel headers too old)- Initialize libevdev pckagelamb14 1526113625 1.4.5-lp150.1.81.4.5-lp150.1.81.4.5libevdev-1.0libevdevlibevdev-uinput.hlibevdev.hlibevdev.solibevdev.pclibevdev-develCOPYINGlibevdev.3.gz/usr/include//usr/include/libevdev-1.0//usr/include/libevdev-1.0/libevdev//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libevdev-devel//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/0c61cb87a51b3edc182dc3ceb7642975-libevdevcpioxz5x86_64-suse-linuxdirectoryC source, UTF-8 Unicode textpkgconfig fileUTF-8 Unicode textC source, ASCII text (gzip compressed data, max compression, from Unix)PR lYO Z5f8}Nutf-89a2de33eb81f0fe062e0c491695dab6af15cbfe5ddb6c2395909c8573d6fae47? 7zXZ !t/icI] crt:bLL ~ȐO`Na_aZ9*L <}ٖ8٤z{Yh}.}-/Ь}s0_5\}W Ұtmk?6 LCwe"j8Ceʴ8f][1|Jnҕ;A@21u͛S0} .-˓<8YwkJ̉7 ϱLt b^fמ.7,!+<ar0!;N=khMuW-sda纂ws擩\)=q 9䭰7GzVWBS:ى1-9M9xd쾇e#{r!H#8{9y,fF.۪@[)9:\?n?~پ_Y'sNJaȸ#g#wdU֌\~yD}z{C}@f4R̕Q"ҫFt^tZ6q!ʠfjmmZ6['h1GglAu(k{ ϓXŖOԟ 063 u>>֭v؁mӯ0kȡ,񚥲پQLp46:`n?*"ib(Bɘ q,!>CiH:}M""r,!J\zH M[5"L&a+ P]\:;< ^i&!"k}b*NfP'3HTb8[,RQRGMc%J`kC9?s~mtܭ 繑v/;4/݈ % ;lH1Hh,Cb?jr٧ej`DB OXV^ioSl R`SG5Nmt(tw#r1,.%|yQE!Hv&s{zU tqr ^Uk'`?ty>%0'KwE6(밓/][35(a Ɓ|܁7.8c7!kGqnjԵ,>};kx/tbgAU0!]MřUf ي ~r+&cKՍW;4%poy,_$~ EWh6GiTp޾{&dcy%Y&|&J:/.;|39;7[[Q8KvݫR/f T BX3xGD9GQ2V-=DN /U :oJ <??v=ĤD&fwOF5A7 %={ J.wo6Tl_d51gSuC0 UЌ ƖO%Zc`.I1Ur;H_z_HU&O HfI=vgQ)8i4⍣ɮܮ̒ŭzlGxwUDE:{URPG\]`tY>黫>}o\ g5Cܗs>X֢ c)բS#iu =M.Xu)1=gԥr-T!<r[ikr?:/i$!mXv `an b |2qaPІ/<=ku\^<[O7P67.Y[δHqCOt:t1?.gN srJ|t<Ɂ ,cOIMwjUr&| ܢOo%U[aHHꤶ6QzxSc<} \7,wML*)k` >9mG>l2Vl.9Uu2+g& Z6$E}MkV^ `rSb;;z^XJHc"aQğ/hBl9! h]窂k,,n2;(rEnbIɤ/j? ĝp84#Sa /ٿ`S_ss w ݚg{;Zsu1+~cw5@*4\&3̾zn:)ȎxL+j;!)QF.ggHQ +<hȥ~S}yM76>'ܦWlN.ܖ8m^j6I^<%rq?RB.9$Ψ{2\?PV˙ YW-Nu =LSQږbk6{. ᓥ/e"|2i-xML=$Uv 17%75:)Yd=%$/ɐ8&B!9|ט&C;.n~zsGdbg j+ CPR0܃n1m58pq/UMnWvè;wG _ttS$za]XRHFF}6UD}5yò>NX>f "+F>[+Dp:3JV3T®Hزܾ`Lob9,j+Jwř!úu!K/)'BWi>zkõΙpH!CDb}+T/GH@ CDszb9v- * Ҥ{.[x[{Ts9X )PpC=Mr ֢\ vq*ݼt%]Z1&mh MN GB8PQm@` pfHJ`~ 15=ON(J*OA.#]ʧb}^;g|dشR% )RsDsװ;mI#R]31&4-ml0d"SrBWe9nF'SiyO˰ؠmXa[۹I` Ę]aϥë,CV.ZKG `WiT43 Α]%X`l* Qj%T"q"ꐥHݢti¿-`c\6n pYb#̲ah{`<%'=~$ɻ+yi𮡐P"\ۍCc).c[?(9]#=j]qe-glV}5A\8Qe܎liTcy6~&iU#bn/`/ YR(`?vNh ;8y/'uF!B:ur#tIp7siv#'yLҩ<~ʒSOpFb1\"_ gs[3\S6;K; 9 ~`௼ļJ/%㳅y(ԅڤyܞ նw&.~C7[zo\=@:Kw-Hbx-*Y|z G/SLrZg輙7oKJ_ >Izs?hFӪN^`߼Cأ{h*̌)lR1}>ipH5ӛG4yd'"Wo&`uETȉ爧fb:߰mf(Jŵ2-n.[^ _<#4D? (x̸X~ٿvMMwC):6. qMܷ):b?ƫ(eB-VʑA()7,)?upUq';ƾ_Cu"SOVܠcT/q[.a@ܭ@cD\}W[>>] aefmng_ JE0>S{u 8v1{}:{ 0ly#1m6PODT1? )L 񺯥e/M ՙ*YOX2G=FebXΙXҙ]C;MTWkY  !NP?f[t0oQQ5q7+aH5"E ݥ[I04ʳyRnEh̄UE&=2&fHȴҼJ?чT@WXt$*=듋+w4_kbi$w!P<Bđd]IVRp ]h'^ZN 7v 1IPwK_NRT BG>`N^'5d_Sh[ ae>S٨4TE)kdK:cy{ ,c*OVI'kHFP_;FM>Z,='!'Ez'o$s9 ؁fnт o{?WAX&fXHG;.ݣQ#H_8 { űt0[pf6Lɤѳ4u*Jb[gY7YͳBf&Y6Wv*2?韐 Tifp 2 HcTY1e9/o 6L2+C,žxr7Ne,؀ZaVwS tOATERU00`*EB|-bXv,0OxE0Tg 89{>s#$N- f~jӛ6}'y^G[WSuR SLvu;o1 ]h{HWg5EkClKJo^< ":m|`S.UFe-L; #[Jj-?.ֺ~@Ϩȶo \<{l1T8Za n24|ś&{15yq^ !B-S#IgR}&z^Y[hp*z`Lhfm<NԗSl` AՁl%/`3eit=!5Y @c7ff*[wY |DKw~!~e-zI`-{~Ȭh)g}7 W b6 $5/CǩDH]N.7(8.\CVpG$ʃK[)Z+=2D9bh@FN~z=\ $<ܽBUxѰ&1Ɏ1q3:[9 O Ngi=> 4K>陋F^@ԥ6K'W18Q4vw/(;1uWI .*[fB]S7#դ :v\d>Y!Fb!]4U7qA2VK9G=lpwH5=榾*ǨF>k:Cot:9v *Mɺ/CQƦA .UyI|8lQA&AU+d+@ڟKD$LQۧD5$lk.M?|><1;S`RM`om0ϗFjpX}U򣼳/}uNo֨^>+f?-FI˥Ƶ.4bNNcnd*3 w ~D bdpVumurAZN1{`͍+㎞ $74`޸=.{sˊVR7ހ {ꚯtwZP#q ~/Su3xqOרۧSxXVC>yw+@⠙㯊&m7ٙѐ?J=nbυFLU@bKWZ[$1 7|hgB 4vm~l0C97k}AGE'1Ϳ(Q7uvvn@b\n6?(>ӅEnE;OӇ" )%8* 6]9}|7- aQ- us U{̮r?@ BL:wSC_dhI5 &XHE-4A)Ew"057}:ڂs励oJ?(" ,8 ,ȝy^c͙l~]EA+JPAx$We%}#{| ?5ﳊCgVnK}~|7l(d+G^&>aq%)Qg0:S9,~"m^aD4}ˮz.V}/M+~ "=SkBCq'PJ~ޗ; &ڥ2҂EӼd LP6R&2c?bMt-p4vaJuVg .4iH%7m;p7{S_AXxwRM+I;ᖇ.Wn2*")|jo R-}ŏ7 Q*at0oiЅb6[H$YFycJ8J M9EwpHLuL2rT ;2 wmPjCI1R>m}XH`տm !Ezp}TU->ks#Il3-.C%meCC ]rN:ӏW4EC z{Wv8:h*frs8:*t{3F?6Q!b7 0oǯU)|u,+[3N6m&r sU 1n5gI*tw?Oo߯UmMmd AjЦ*CmPش}<nۗvL2W\(6e,chq@di$O3!CF%RgƏ}Ti%|">v2&U7CPjBrÒu;aJW1]JO+Nϲik_\cbP3.!,ѐSzQl?VbHBXsBԲ(s8_"6Í<"An㓇WP; \a4{?z|`b3 x616blKPT2ҩ{;u)n8ea`_rNِ YO>t.Mps]lǁpeGy_}XhI`:9G'cvC#]ԆFCK>όqIE.]erd_#H}EoHA"xKh  LѯWg:4R"]6e1]gMe91"=X6- ɍ%nÚLi75sB*c*$͎3{xo볫>ҦlT_P7z@`FXNpϱ$vé}'ўz}wQV]Zִ@I/mo@Y7ۇ*":R嬟DZgJ\?J;&JI3DM= CDŐAuqM!B0*D2 _~֮lwV\D]ょtU\tf@XWA1q3U>0`9frx_(n\칸p./Z4ʴ}8Ձ⥼y-I5@:;$uF_mz樝!y|q7ZoHt)SGfMs_`pe-BF …~kѧ2q9 mQ46`i!7V(`ToB yE+'71^\ X;®JUj<y_9qe<`[04BAi-ϳ-f凘Α%iq>@Tr\0^Aۮewnv(ko^upp0^r6%V } rsLl ^LO 0xZS=3oWd#S &aU#ㅨ.r#cO` K'ڷM%.ӡfq\WBHE}&l1=ݬ}$->'aѾMvAQB Zc+Sh Mz;9>8-<?xѳ|+xC|5x}9{HW0amI΢_o#޸_ު{.kF?>غO1Cz:u<,24>M+;5Τͼ=MoP-.\79[fTa7 !H>`Rqi(mTMZ6H?n8ZjJ|ˇD!C%Ҫ!cv$F<.n+$^1P">6<ɜ"#CO'i*|ݟ;<:; {h#>H&2}ꌟ 19@2V+j'Wja G m]-lL[XTL#}c+4QHʚAQLMԇ~S__iq(d)S[H̱/z}ҔEސI}>hSn7o?%7 JG6#DՖȿT=g %8x*5}kԱ%Z^=p:QOT~ 3>k6 O9=.9 J-a<134ѷۚ6kL`SΑ   /9Z&L))oE {j?CyTc+{&T3[E+#QS_5+5zzP27nSz=t"kSȹT;9 k&Lcch~lXvV#8]Ԉn(w`}&L}QSop.យRhIL*z2)XRhܩRg!ekT1v='B%xI/'C\O2.R2g)ջދ{ .'I*T*"MH/v@_ZZwi%0VYN/mVfPDjI156Cf]13"4'tjs|"&#d3x<>?4 ߾]U+ov$\>{pDS-6Ҝ_#*Deփ3skM%Q[BYrC5G qHxZ3 "\a)eSehdre6~@8_:#e\9OHx! ;P(nOQ1-hߑT}>X]6 S##wWc+}B]·V_6Sj~BD.|w *g!?,?CpNf*j*DJh0i do̞r63Vr'߃;u  +[٤J,+^~1[x8ZgYL+0!(/wFS;FÆة {za3N([5u/5G.C; bsZ2tm`O4;/i6wt̔3Wx䧐iMhUǯn\n 3P 7ґV^AeƄ[c߉HDq^qZ!*j Lẻ5 ez272מ>\V 0c-U=SiG*ɲRxq(H>C7@ #o&]?];qʼUL8֘MdHxNm֕qhhs/IO*-)!%1r_8"4[T vYOf|gP. s9N3$T"xjN$k>Ũ( ǒ:?oQ^j5j_@%M%tnۂG6Y8]#ƞV+X27xL ?SȘQ&T,k!s2 rU踆nUꭺoCdW_߹>tV&z@xBɐ)ʕ*e}UTw'eD:$IplՑԲMqK˲\g-+ JU]l' xE32{8?iU~ u.ѨB o/"X۸jK;E DZf7Vmaƭ ͯf6uB.;QϨ~[nӎ:'~!K$6̳Ɋ24*zXS÷@nIf yD*WI?G*}B$5*\"NAP"|HMaLϣY 8#4M94}RIOc܁aOۘ,.YrqW+2+;$)JөjË\cEr9VtC_݇۝͈\-xh}bk :tR ( $#. {RROds0)Uw 6<ϡC9MgMq=BN$0ԇlVwâ[)"3d{-Xǹw^F/ k=tDC E:Z&3' (H?Q٥V86~ONvoJb>#Վz1 82㾓NzEKgqp"*ʨUWC8 lvNXC%X!&x5KG|S@L,t9+u7O3xeZI ^T8 I+ohw.N4sl{F0L$1h# 1&Z&g<4?Zi>z`H̳!I9x0YU2 6~Ѐb?(5ŊԌ m$`坩C!XqOQpa0|,bgɑPˌ;3m)s2 7ge*HgZ˛`Rë`P!Y|H\E{ o,>Sc1ِpc]ۢmr@8&mblwhAɚ"w5̅YLM2۶h.R_Ukt206;w4=QFH@X ƬBĿꮁeE 9ϗF#Р}=?CESg\z{5Bd'|>_h) *7jʟi^S0.LNIh~EKhC]}' ]Io5Lf1ہ9QhI']^:,krx ~žK>1xD0$"lS* !T_ޥ&",Bw|MR-i,(9+J`8~"Ŕ7ār$zv?dj щl0fkW5b\}9ݢw\d$v&%rYnЂ&vsxOTZ2Qt# HsFg_Fgѯpّ_"WKD:YN} l60n O A2`d/[ϝָ4cCN&f 㒏*U+O 3?N9jQLSaٛuX<f"7F/9!noW V̩nobcpb=#1:%yuXLKCl!}} 2XSUŋKu(xf|7bzm\Eo"NGkV_mxM] +Kk-(OhחUܖWNQiͥcj:Qeh7 ![7 uw ={PXGl猲)O۾Z* Y*\恥۔Z>͢-u}orli$= ܵXxdiN^jp Xh->FI\Mk Eoer\;3*b{_nu&^ϊOFD;K Ȉ [ٔVA+ZФBЊf!MNF"n]jbrt? XV 1si<ΐ'#RH Pǰ80k.\p^òS oR*]L[ p{tT>Qz݅s[݌,K-Z>8P~@6@z : CLN4"5]uF^Uʇɦ,((s!ws,M\tHY)<Ye6KcA"XR!l܇l)/s|J}EKLgFֺ`5 p4 lqk[x6,%((A768NH87g)6Q2Sl rX1%n θX H =vc鱌dJ:ƿ\E *NƮaVVPq<jm'T7HL̬fNۺ3k#(PQD߀ Km‚dBY2Ow'?WXڟpIvlpSKG4{u> _~^a sYwCt(R) րGB[džIYRU{;0tU͇aW*7p4Kב[1Ӄ4H bh׶R-CADfzmP1}2ț( Ͳi= Gœ^iքʷXHV4(6nnFG ȏ O|ԓumcj[o)0i pй|vV%\F(]~M+sS83{[;{-Pr !/A vo~=F,yZKqq1R0@(\߸>IVH:~}RQ Ѧ䓖ъ)e7[ $xOSPمֲ| =zBZnQ C_T4V$QV9&Y-04JA@uF?9tgjV3r$:iVJVuJ>G(.q*mЯBm( $lC }L[7:6tծٽ%lnņ"D䦤[LT}J43Oco^qE^)?]IYeQ*mV cf"PͫkI3&Ff\b#FyD7`tlO6ڽl[-/$%A7*"FЫ|4n[Ϥ ݴlS>6SUB