libevdev-devel-1.4.5-1.27 >  A [p9| O OMU{d q=9/^zǵfVŷت9QJ$\/_c uz.w8R9 "g>˔4 i_)ST 0ލάݣ3|AS"6j|D`{LlhF/Ņ#Sn}zXwM/ޭG,s2}AN]!;?H'- YnoD'I<VvÞi XLէ(^ƫ{HT߀ab5207a2f37f9b367a2b1fa6899d6d3ecb148777ccdef96bca06284fb0fe183da8e29508c0c6ab3bed96cfcc24570d50e01f65aal[p9|hLofv!&|[ܛeN̲y} _j?Y)~arӎiIAЍc+ }HWfSPT~$pڽ}bX.١ r#+Z oid>p>0? d  C 5VZ p       (  q      ( L!(D8L9:FG H I XY(\D ]h ^bcFdeflu vwp x yzClibevdev-devel1.4.51.27Development 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 library[s390lpdcSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++http://xorg.freedesktop.org/linuxs390x :uAA큤A큤[[[[[[[R̟[3d518d1dc4ac7a16d823c96542d7d1fde277435a498f1e623d896fbfbd84b85800e51a67e216f8da2f401d1c2da51e3967f215503fa4f39354c560ffbca78c69c6a880e5fce600169094876b75088bec9c3ed17823f36e2ade0d2ffbbde61884f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b93213707fb0667f798da996f2a53446fc776901c413fe1d80f09187dab9a1284e6bcb4libevdev.so.2.1.11rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibevdev-1.4.5-1.27.src.rpmlibevdev-devellibevdev-devel(s390-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 pckages390lpd 1527309272 1.4.5-1.271.4.5-1.271.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.suse.de/SUSE:SLE-15:GA/standard/4ca0cf723732da49b27159c314454695-libevdevcpioxz5s390x-suse-linuxdirectoryC source, UTF-8 Unicode textpkgconfig fileUTF-8 Unicode textC source, ASCII text (gzip compressed data, max compression, from Unix)PR\ΆUHnWQ$utf-867a3f132a87c084fe4c4653fc5edade37a64b3ab63f733d6eed80b1aaaed6f83? 7zXZ !t/icI] crt:bLL $|@s Gx /ºIJ MŸpi0\S_W/>hrlɫBE ;NSR;^/<@ >ir7-^"LeQUh&_zgpMq&) wȂ)9cG3l$i)cr&{]6M>H\%tz&dR[%Als*LpKY[{:(5D&e)9 Oﳨ N{,m2ƕf;> 7tE%/1Kd}e-"Æsn\zu ^q gg7 t R/6Ѵ@7N7ݐU!`ܸÔ*Xg-QWm`/ǿҗK;o9ӡr&ԘJ獊*4y\6+! 7/$(8 HTa5kFU@L6{D Wil66o;rryx\Ij׃l;f2W\C=dh{$,SHMϥdކYBv'T(@,  2)u  r%$nAhؽE=] ~a`#^xJt[̐"xYq ??_k (7KCPYZfU`z$wV|@mFi:FJwH>$X:">9dI Î5睡 O[ {’AcD]GSU%:r:1/9[>ל[k%Xb.򁎜Ɣ3yEKOa4WO,Jmk҆7 !7>u՚;4-\=!0Ƥu&4HlhAz%k^\T[z@ nNGݚ^5 fSC,nuMHgê;`R WL/Ф:؂ٓ!ؒ;3}P&ߪB%oI*Mh7E*Oҡ#Sv8$aG=ak40hˆCOQ# +1ۃPݛS &4b/fY^J=R.N 4] D&5OsC[vnXzwUJcǰAI IVvAO&vy 6Cq ,0HKĻѕ<5F% '6s؈>8 F^;}Fы/9 ~kg/6#1D@!@ŠR4RwhfWq  # L9~:KDY SV0[,Pj :,/=}(k٫-xk-\M.u)μaǸnX/:c+W9J|<˱r]n/8DtPD({7yr)J ;gp]*9+·jLa1Ȟ aM %< F04H";ˣGSL#-y!v-qg?khQ?nыqbHcZs9;*Dsǚ} p.W#Ҍ񊏅UQDK9.: _/=XeF:$Kܫb^CjIs:C(]FS%,:wdٰL̰Գ?P3悰8ӂR7|%J[OSŸ f4>G\Lo FF "=Y;_m@v+B4fލ'¬No~/# g B:8[qIEe_l ;x|@s1+ݬxQw}>qΟ6.F!A13Y~4B1\ /h$_ziR*7P/[}8serjgLJ_V֚3mu7FXY}*U_ǣ|aۤQT8qfn? ?l¯F0 &˝x;{l5ppلG'"U@yx>#c_Kʉ$Sѵ1\N=!vV8)9N)={[h[vqJv7&sƇd,m(([3;czZoXa+BKd`xg36&2\N<8 VW3Vٟ MBD1F^` $R jo!'ŗ>\GmܶMD{99 G؏-{2DR>?*e$7ԦWQ9o$ ap3r.> ,;m(..Nӫ "t z"jqߓǞ7uJɁXazC]w(K+۴fwM)k7^7\qLG17|8{7F~/u|Pcאbo%¶ WB?DS`4h:/Q勎]bzJqY}~$SAuA?F UrcKRJRQ._2x5_[Hհ|B R gc̐gxXj"hۍeW=WM 8ˏu^5Ki$HsNRGHnԦ%淯fhqɳ2(a4҇ ze /ʦcK_% f@ѿdP][f ʈ*حA/zkЇo/٘w!+-aO}P]gcv mv|bƛ7 iGp4ДQ=4تaq听kqkNmۀ gB;R+t8PS,o?`IqdPo ^Ks`2m|J; 9̃tDy vFrzP  HFGz^ \ 7~殷1l,uR;s6%k.ʀeZv6Yy1f!<ܸ##@O ʜ޸%}8?iBBRAJ<,Jfȷ-lZ:0deide9/S{y"GOϢ ì/2؛T:F:LHԺ ٫}{صJiizGEy!^dD=MձP)_jyAOjLsۼo3vxǮ~@6 Ft \Joٕ<t^m͘52XX:WF*2NK$nD}Eh q/k!]AS]AhXs/5ufF9&*Q_wTovH iG_hpޏ$D 4UTWB"(b635NkUN9"&fmj5[F;,_z8Baس* s-l0A-U3\ A6 n8opBR$G@z1sCAn.[Pϗ|"U-iJM7௮Ymp$UY F?oac`kfֿa֌s\g^,?3Q8= ; :u$B xF 35/;^'^t}U&hHF2?RM|]Ik؇ߏ`ŒCw 4ksFiU*-M:Hy DW]P[B8psi{.ʧq;62m\ }ЯJрƺz؞J[oQau_I5`zNSR"{dAWj imɺ5U.Bb#M.g- >. Gka3Qw z#3TC$3otԉ894>R}4MU6af 4;DM7WD3qpw973,4F!,kQ$b AgLtk'\Ȣ@j{Ej7~ 2 cQD-jlg~[d0N PEGMjh7bԖikfӣ.sPrgd0g%P." 7 W/KFeNt}`Zjr+w׷N=>PHH!NtSbTO0iRPS x!' I"r Kێj5_A``]u\/zIJi1 cWwtgqg$Xqr3I}S8i770և^sV Сz%`#2 ҄/ XtBiGeveTo2uysdtR͛fN!Awnw۱}~z|] [/w{Sϊ+Nk š SOo,T.Ee*jz=p+U, t'*[y/pBˆ]mތ62*C"U.|(ky-^Oz*c3w3ml sc~eQ kv&N}t2;dn\Q?/[ͥ[fVe.(yO6'i $up姦>u Q1BLdh*m%D/Ń",k."T^L}!\K/hiESʹa&@}86 DZeOb0IjĚ^Nן/#8fM Z\N216蝬/"7 |]բ 1jtk &&Cn?fY2L^mQaRy)#": СIFPP>)l]]wiBʥߺ_"eW>Kx+UۯakL*hqxح$2MaG0is*ɈpVDѸQx>L~3wCgUL÷ ?8AL g<,NyބcQ 7̰>9xN{uM7Hn;R̐fo74;AMa= 򉍮pNB[Ku٫Q;gV $,Z7ҦU:*>=U<CSW(cVUk0I*M$8u\K!+?"6q9Q;pW}tN/ os7K̓&m0B:D/)IFҍ_@=I<eT H\c z( /Ygօlow}VH;hߦX6!P>cGzWu@TQ صj7eEV)>Lg+k - n&C7qRzPG5o( +t8-ffJxsm! џH6CjoB:ߦ΁+E D㗞^?g"Ó"Ec2suf_~P7\kjo@͔>9u_ ,JD դÄh[@ mjrщePDrלJ>#%BZܢC{ޞR[QOĖlnarZ*./֘sY\ Oe'CWd8L}B< 9#3*|]6+ ڳhj߯cdNGD:j e*GgƜBlR4+Sb:jq(:"P ԕozI`v>`yPW)JEtǐRhe^Y^s|﫻e"~Ƹ#>-NE.S#9WRn7b:~Kr o±a68 Iw֔1ndA7JpSZ*'L#4rgGF]Sl4PfO&=}#iBLz4TU _t@c'$I"4l mc;c٠,Fj:[+u-%&3juNƽN֥JPGc0 QWJvSu 4Q5 %!ڡvl$#_WB\q/cBQJ J_=e<-ثJmcܶf[zmQ7J|% r90W6 C$nt<~N™mžC/]/W^&_݇F`}i/1 8D.74tT2!!G-{nUM=`QJSD1tʞ\࢞`TahFm(8j#*~S3m~05=ߛ!(_oVl$D7\e $r P}7xi kHG Nl&'4<,K̇rZ/RWC훂5aɻjpנ$l=AK*-e+_$%i%ثt,ج4`ZDaC"Ceߏ5܄rT(<@j}jsI0Ob y " 9 "[tP/X9 öhY+S\rHv^lbS.(4F .,|Vύ>^dJCJyJi̻SxzƷd@du)"^h-z |#oUϠ~6]sb{> V֨[n~52BX}׊ " 0633~1 eQ zKlFxRC*"|q+Nvq`$C{[U3ayKY|ٽdF- :TRӔjC*plhD`ƻF-uĔVq`r^!`)8N,\rdLsBh?sjYH^ =Xɒk˪& X2J`02imgs11nI脊+Q^! -}Ux{"H}9z㪑!jCuNXBI#ۣkmud$]Kmk_#l╙gD?k&Ccdn<;EnNKt!,f6OX34e66W܋ &49>tQRj"j-xxW&4K>΋+_d({EQU$2JKGۚ%)MeQ}e |Z’u%8@gB/`=6JRo.Bla~i/+U? Peg&,W>@QԩfF3jl/*-dY!b*dYr(.pK1\o2‹@1|Rw[@AA7ŗA<4hs-(V!둡ʉ,}خuɣy9h"ytTК|%tg'^ 9̚nTp.(| o0?>?.I{۳#,eӜk!_ϵ`9^s@Cn&+Q%p*]^ 81DA~\󐂭^G5B <}Y[~V$t=0mQ2cͼ7414+x4ӦGYWyB 4XMFiCb3{, ` moC}zĆ iwCҵ$%Y*v%PTk\^:‡`Hp m]Nd~n C{O$T+9s=>SH1Qq T}jQvtQr=(ֹU@zfA5BVKS}? EF0ݿC!9up^nP1t[PSg8i$iFij8h nDj=Z;夑yT!?z<gfe#*/v t ‘wPH0W-&D|Lpp !IBPAs=[dك|{![PkQʜȣ~u* Hl. 0ylm+]mыiĐF`KBiEۿMdV.טM*>s)KS^@#&\.i@OLwήqldZt43Ȕ4x~5Kj$aEXlf3pgpy |FX * d^/QVo3&qYFj2`TD?\5QrE)iC1s >=K&h)1Ts'!w_m2O&1 `B !G؇fz-".U}0S-=M_v.qh&ÄwD߆ 5\*n޼L]h +iۗ-2ud@z80i\*Js%N-&-Nz ɂ*esnK\toİRjp}1iIw"rXnRInYw_ZRg#Ɏ] '~~%:DGH~S02F~k3|Z @l|(H6 8\۝B&U8f[]f;o\\X^71Oqf5yk{i1]6 !V]thnI/^m [wҵ:\6GQjb:.n,Jf?xW9` {Jk3Y0ChN98GwLOߴ4~DNVD+0HΟ%(]&I̩S_ PБѠk:j]+=+, vYe1iPxj0 F+HvSr%RZ%yܿJ`v-lm=gq3'!0&+}VgCj4@Twq^%y^ЂIwŪYImXFv,AH1 hUpSO"nՊU,w=,fGv؋6jyyn),d'XJ iy(2@ǟQ4Tdo:q,Ix04 sb) nUOڻK2{HWv)mz +{kf]rEz {A݁*r>6yѳ(8ZUrlʄerC2g=$ϰ=f?gͅ1Nj-;9N2K|%*z1XG7Y/XUOYx_<>|UzŽ,B< O؅W6`ghjg'0<&JLIy[" a MD;E[?rטl78SVw ֿI,Z.=ƅj2,0 _1TvWpD ߆U'+x}:s6t!y\Vk|GJ?ߛ! j=Og$"hFc)]QC%b}%u<[zk+9PlZJ?pQMg+xIb+c;]c^x?m:z_fL΋iĺQ!zX)0tl=օ; 8]^isJr +itz#~:!`%c!||=>ID+;i}0noN54?_~x?-5<[t+E!_=Q$ym$;'MbU÷ఋi v1lyJu? cu{m -ij?_,/VJ G=$ h K\(+( L=FJ&ϝ_n ah:%Bvob/jNT_'y dž_Uho,33&A&fPN 8@aKeQR-d^dEdRCɐÁ~)*q!X.}=-z)|`ǗO^OwTh*ӆbQ:CcEhɊ//iH|F$u4iF WA}uƟe.sېvCz~돋Ș}ra_'M<=+ʊ\5C_>?S0D%VU]Ltc{RP2꧚#mRpc'{./w1љP(~Vξa36b܋fIc~6㼤JwbDpj$7X{@\Ï:I>=8 T(d 4' Sh0q9Y&v߷/<-и۠w` /5)+xg#F2Lcɕn9NWİ\2@7e{ˌҌ(J;zvBmY"UQ[C X-5JC<(^a/f(t*B_&i@tFTv.$Dc@< 1Cff 72PIWw6:JT Q!8ԛ#Bo5io%+&@{o`fR*PԆ:T& "or|?|uq^?R 8Hc !q, %g!knY[6hd ׬PKEQlY.r0j%+ZԜx $TsQ}"7vɻ1й4=[љ'JlXfg:$}Y*_ug\D۵O6N'G8|nSBt~3kV8*e֧9z|PgS5K\Әk`Py7*#(s6HV&N!變dG]0i] k;uÕlBfw. >ܼU]7\E`l 9XUWy|T-:賤E1Ӿ[{RJKdV*9Mg]/*ɔF I_v_42k~Ũ < 20mfHdsxR@11DV1فRB$_ ۛmI(lf6@Ŵ#>9uJ ɡ "0A3nR!dAz)09ڽ[ 1_h9n  q%@EK\cV{}($yNOH ]"VMCgYWQMMx,GsЀYi鹧n꠪5zҺPT m欥-$;O[XAR ~-Ge1=0*py+ s:H]lǥ|"*[^۱ O{^܆YJ^&l5@(8V(kW'Oo{.Sl>QJcT" 21v2)_?S׼%3b‹R 7<8$a9G C1 Ô PDU?DowNk^2br@/Ac2cVk:ƌ-dHs߁N1Uѕ8ğDͯOڞ#K^'f6<_9 Թ N I{/˄7@Ոȑ_P#o:ﹺjѢ&$͕C#|pm(:t=`gYT&Vh7 x[tK8p bQ`6@S7y5t3opY1``Mk[y+]aiބrxPڰ Lݮu뾰ޗ(`@_; 4Vpzv/wcKItBzl7,&r^ Wm4 Az)^@E鬺Ǟ-[66 8XfEM7Mέm ~OY q8r w1W /O)&>Ӵ,BcIQ7q 6Kԏpw=vPJu*;޲ kQ#i84>N4,Gi3ԯ(b1odf:4_DYj;iL3"zd& \I){"#Š `><\D~ fVq_=vi~."HЩ:H#\#t8ӯיP҄I#9L/ |ڤ~$=7_!)ZALJ=Ɏ4}swz !)*':ZtIE e≢sCI~X؈7!=ʋd|˻\ M_ FH 1x/ e&`'Y((-1C "6E|Jj۫ΠaA$RΗB}ȊvNt~)&80+*R^z3գի!:oOF'\jۺ{^ C`]@N)'P0Ua14=BSL/xLZPQScUP"׀aZ4[<`16@MHx#Y0Em܀q9lTxhJSȏRv{1^7ϷBYeUi7ח&;/^'r6i"p[5a:͉RVlʾ6ȺmY =[Ϋ>wJ)W/Me$,jO瘷JVP"1`^_< u!cz&ͣMYSfk {Ci3?x64)ǰGSg0dE:.}.B_yi؄XLq5G##mm'5F/ZhQ{1 M\lh-쎚g c[Bȣ.fhCў>2>.+oѹ