libgpiod-utils-1.4.3-lp152.1.1 >  A ^?/=„+fqpv?8Tѡ'0I;Ov\稉Nd7͉@ey !KJ)@z2pj%l;;ҥ6. +'+ѧ-#4(&J E35~!jz\̻QjуA<ҡ .&%FW!xkƉS38f1a07aa423dcf8e0abd2b94a215ad6117a78af57cb34d36b0032c3d4923a1f4699d4da58160b2fe4f0a295d6702b878c9217f9f^^?/=„r;S4d,&BȬed27kӐuBwaC<"Ҫ{X{1{Q &Fc}`r(oGqy,FOK `h)2}W!"ZaC @Gh ւjvgӭpA%?%d ! \$(04GPb |   ,   0Hx   (89\: BF GH4ILXTY`Z[\]^bcd e f l u v 8w$x$y$"z%@%P%T%Z%Clibgpiod-utils1.4.3lp152.1.1Tools for interacting with the linux GPIO character deviceThe libgpiod library encapsulates the ioctl calls and data structures of the GPIO character devices, the latter of which superseded the GPIO sysfs interface in Linux 4.8. Command-line tools part.^2lamb25)openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxx86_64)x)P)h999^0^0^0^0^0^02028e24a0e9638938d0a3626e54d4e48f7aa997742000cf6464166b74d0a22adea5a4fdc5ca45137110a1f39a9cfe2ac2c3b5b9b735e403e86b379c5e094f7cc0b462c7f989cba8275163f566014b0669eb0cfbc1e2390607ec0fca3b98bd7029a896b6b397b1dcbfeb80de162b8c17273470579b710551a1cf6ef5763702188448fa16653887a9c1176cb16d91227e97fe67d84f290bff47c872c333e861371766974c1a93fe8517784a2e2e5a425bb0cb6504403899fc9eadd07e23afeaf71rootrootrootrootrootrootrootrootrootrootrootrootlibgpiod-1.4.3-lp152.1.1.src.rpmlibgpiodlibgpiod-utilslibgpiod-utils(x86-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libgpiod.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^˳@^s^^g@^8 @]]{@]:]:]:\}\C@\C@\@\[@[@[]@["X["XPetr Tesařík Petr Tesařík Guillaume GARDET Dominique Leuenberger Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET jengelh@inai.deguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.org- Update to version 1.4.3 (Bug fixes release): * relax gpiod_chip_open() for symbolic links- Rename the libgpiod package (which contains the command-line tools) to libgpiod-utils.- Update to version 1.4.2 (Bug fixes release): * fix the major:minor number comparison between the device and sysfs * drop noexcept from direction() and active_state() in C++ bindings * fix a segfault when calling Line.request() in Python bindings- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow OBS to shortcut through the -mini flavors.- Rename python-libgpiod to python3-gpiod- Update to v1.4.1 (Bug fixes release): * fix GCC8 warnings when building python bindings * fix a bug in gpioinfo where lines used by the kernel without any consumer string were reported as unused * fix a bug in line::event_get_fd() in C++ bindings where the exception wouldn't be throws in error cases due to a missing 'throw' keyword * fix a couple bugs in the test-suite * disable a failing assertion in the test-suite that stopped working after linux v5.2.7- Replace *_number with *_soversion- Enable build of tests (package gpiod-test and libgpiomockup) for Tumbleweed- Update to 1.4: * New features: - updated the testing framework to work with linux v5.1 in which the debugfs interface of the GPIO testing module changed in a backward incompatible way - factored out the code controlling the GPIO testing module into a separate shared library that may be reused by future testing executables for different language bindings - removed the --enable-install-tests build option and the make check target as they were redundant, subsequently tests are now installed as a normal program whenever they're enabled with --enable-tests * Improvements: - removed unnecessary std::move calls from C++ bindings - added the explicit keyword to bool() operators in C++ bindings * Bug fixes: - fix out of source build of man pages- Add conflicts with libgpiod1 to help upgrade- devel package now requires libgpiod and libgpiodcxx- Move libgpiodcxx to its own package- Update to 1.3: * New features: - the gpio-tools now have automatically generated (using help2man) man pages that are bundled with the release tarball - support a singular 'default_val' argument in Line.request() in python bindings - the test executable can now be installed to the bindir along with the gpio-tools and the testing framework will look for the binaries in standard locations if it's not run from the top source directory - gpiomon now supports line buffered output * Improvements: - tweaks to the C API documentation - treewide unification of the naming of local variables - extended helptest in gpioset (explanation of the way the character device works aimed at reducing user confusion when a GPIO line reverts to its default value after gpioset exits) - the source directories have been rearranged and the src/ directory was dropped, lib/ and tools/ now live in the top source directory - minor coding style fixes in python bindings, ctxless functions and tools - automatically generated documentation is now removed by 'make clean' - all Makefiles now use top_builddir instead of relative paths - code shrink in configure.ac - add a brief section about API documentation to README * Bug fixes: - fix a segfault causing bug in C++ bindings - make bitset_cmp::operator() const as this is required by C++17 - ignore 'remove' events from udev in the testing framework - don't segfault on num_lines = 0 in ctxless functions- Update to 1.2: * New features: - new contextless event monitor that should replace the previous event loop which caused problems on hardware that doesn't allow to watch both rising and falling edge events - port gpiomon to the new event monitor - deprecate event loop routines * Improvements: - many minor improvements and tweaks in the python module - new test cases for python bindings - add much more detailed documentation for python bindings - coding style improvements in gpio-tools - remove unicode characters from build scripts - improve the help text messages in gpio-tools - make gpiod_chip_open() and its variants verify that we're really trying to open a character device associated with a GPIO chip * Bug fixes: - fix memory leaks in python bindings - fix a memory corruption bug in python bindings - fix the default_vals argument in line request implementation in python bindings - fix a compilation warning in python bindings - fix gpiod_Chip_find_lines() for nonexistent lines (python bindings) - add a missing include in C++ bindings examples - correctly display the version string in gpio-tools- Add python binding- Update to 1.1.1: * Bug fixes: - fix memory leaks in python bindings - fix a memory corruption bug in python bindings - fix the default_vals argument in line request implementation in python bindings - fix a compilation warning in python bindings- Update RPM groups. Reorder sentences to put the library first, and the old sysfs interface last.- Add C++ bindings- Initial package version 1.1libgpiodlamb25 15906898421.4.3-lp152.1.11.4.3-lp152.1.11.4.3-lp152.1.11.4.3-lp152.1.1gpiodetectgpiofindgpiogetgpioinfogpiomongpioset/usr/bin/-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.2/standard/05957ec8eb23ffa65dc511405c020dbe-libgpiodcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=c9ae600552d582f70992b94a448f37f037b902c6, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=617eca405720db51038281a6586bb97ecb1b76db, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=cb38ca3315c1338403a5a159c85ac61fef683f4a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=48680e1beaafd4c20fdde7cee685137a233ec681, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=a536fc5604f14f37c0b102edb99e69c4296ef437, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=25951fb00dc7ad991e23ef5930e758bbbd264722, for GNU/Linux 3.2.0, stripped RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRy+f-Ċgutf-8d6ac091170f1f7a754bb7fd13652d1d1699a6685b71364ef4b4199c0e9c232dd?7zXZ !t/-3] crv9vx/s2J*+,  K,g;$a gYKTrzncw*A ĠG6 LIzrš랻koctcÉUw%,g*ߨ0I$*BV3tIoB-ne 0puc<`qsӐ21%ح|3^!Ð\{cr êb:jӽun!eK xJp ֑at?J,Fhq9D60e+xax}Gf~XgɷlYj"6Xx³+P2@#%h^Cf}$-JHE5;fԧdA u=!p~2|W(Cg]X0l|s vw3HK=H<& ;~UlG:UNm O0}gaWk޸$*RWJqv#ӉCtVۋ_(rZ~'G+ FԐOFp(TQGEwpSN"= ;9ym@LWOY0E<ƀ0pٜ)"BYsFO=Aq~X^S=Lϝu-I9 g[9~3X</LrC7h Z c].gnA!EoQ<3q5(GmFF(#RkilF"B`Dz3 )\ϗ[5ωhDr xTVU<{ɮ_IXlʴ8bf %@)r '/75T[/MGP8 "`} o~M&l.gvZrT5RS ?w2W5\u?: \d\۬aX &%)e>gNyC t2z|u_O_L{Rb%sҚč?lch/N+j5P" / q nPyhy. sDcH^yAA` E1e, K;xuY(< O4SXpfh>v/7ep[?FL̔@{1U׶pY ~~/L4Ye(}Z =H%R=WzZ-jYST`6:#C"BMD 623y uۢ:V"W*̽_onQK80CPuGh7'&#ьD $ ցxc `NGM,0fc #yRϰۃ|2ߺϯ !Z8SfYD5ϩMUoE %7$AL(햀D R ZH a`ш^ޕ@9gbhx^\GV S'T=guUb~ W=B,akaȘ~ĮV[6km濒Nsi@zb@ً8X ey'ȼUKZB iC^HnɄpimesxdm64#qv&Ʒ܍{-Gc~{XT%}%*d/ʬXQ~ i:Ln nl@s-dV-kvȇ0!f+G*mU!v]OQv/+BwoTTf%T@+ lr ʭV~oYQ9zlO%~(O7%iD^.nie/GxA =G/@y ba'XEe~'srZL'eITy5 "hI?CT֤8aA^~ܱ?#ZosC c|и ұ\uGrrsĴ[ꏁVcg gK)BOk@f 5l/|Y7aAZq5?j ! #G,Pp#J~BEFfem?=P,h;YP]Lj"zZ)W`$o$t*f'׻!pbD`BM]yc>L|DRVbJ+N&ڇUş;w*2(ܝ;IUYjD Rᆜx= Laea$(C<鋩ЏB^tqUnD׊w[\yl*myEa zS1mmT3j@ٳ%^^Z˜CPO;4%bmjPOgIy?g{74Ds 6.^OQ.IO>0+bFWjTOS#;¸B Gphw fS\}?(@!1Ja98=zێFlLF,6./)$#^ƋbDc:mi2. I ?JOGu~`՝s@ /Dۍ?Bf2PIR7Yyr7D0Wwi!ҖHk{[<f9yRqn"40]+ 8c%q2GeY*4:rNbһQ c_ &QGvOD p_Մ%+b"D"_#mpv\S&̒>r, wmӣMMO#"|\פ|h`*N|C4+qk|;.UG)0 mWx1$3#,jf ۮ~O  䨄/ N*lgJ`>T3>gSZʝV@oṀq00`v,Pq_MCM~?a팔eE&S!5 k~}p>kbRA! * -? w7HP7eiuuHhf%9Q)77E~`2aXL]p0|izA` @ 09W|pVtte vU>΂9G|٠l6 sͳPR@ba 5.!v܂rGq^^VEġPicqlx,JoX*8 W1S3n-\lVS/07c98 DԆ`-f7aKHפ-FceEמ1=%-+j!)jmPϰ8ӴtǜSJ}i\/a'4hE\Z,[搕sˆǗ90YRz5ٖe䒋BכXXlkܺ쎲՝30V ͲьO-FLH0W . nDtS%)a.kaa8= fGpgh ?FL\eǻ"KS"TrY8Vz\>?/[2Zb}#~?Ome$D5еafn{̴OMsv ¯[gҾF!dkz6}$yf-550U gFQ oSy\>S@HzھyD׭& 5YTYsT{"jx9ߋTGJenzVY^,.|$ 9z6%ٝjN0/u9O<Nt7S>%¤G{b>5טe,o+)ocC. ں./㱰HP t)$;Np̰\o:]1'agcPo.$O{\k/_PPt:fIģ|njݬFcuyC,|jf0ӍJU0*ωBxi^x؎oP~{B0u)SҨ+X^[ګuH-˃`s?t$>Xξ>ŤVKx!v} `0:-T>Dc̓&' 3 flԀ\Ǥzf6/3?ݐ Y8qMi !Yt9ZDN (v|h?&*Ymxvoӟ0lz/a_Mb|nmFRX[xj6_t#!@GAN>ܽVgD;ڢ0e[9>םR-sф}͓b]g}pe)`t#:od7$K4Y Ӫ-MeAM"2{(!-Zڴ·p:եh$H =X&6Rh&9(P+mph!+ n}e>fM|ܳw Fw[%h`[X[+u_"χHnݎuvg%|_dL Ff F6gr? Tg0pxsP7pev H{H{E8r$N/Z-z<I=H4(?ϨX#F#hDsXbڱ)+0zfRdப XJ]5`焊Gԕc֣ctCP**8elYL ?,]q,<2LJ">Im;~!A <(c*l[Cu5DAbFڶJ ԠvAn.!4̮iMOP( 015"fEo8P)^G<ŗ_K?%ss~YT[fRThԆS> ;;`NNDR <LJgSlJ<#iF'!p#K]/vb# G!1z z*&vtP_f"rFzxC| QG#3Ѓ`Z0J!dj/$ƪ,~o˂'-"ДI;f|cb,8 XA6&LXRA;Z~$Mg[yH10ЊsOGzؿv@ ˧N Id}omqۀZ``OnE{|()L!ͷ񙴼O%3{@5~/jD1h#baʲ]]Yoc0nU6{U͍CZ%13t:ZK2yKArUfOVzKu{7,L\H9un oDff=Hu3f (>Gl@Z]-1}۔t+ZԹ)UrͭQBG<p"gQúC;цеQ%7FY[6,ē`8 n)ICC#ѕ.I0So-yآtwRv-4""{L4&IwJp-Kdb.tDZ$ŹQ%;2Vn(`]hct)L<*\ #^]'1[U.9|p'ƣsHIJ%Vwٶm9 hCvrc9V7IE_}3^ Cg D>Hzph5BM"Vյz~&dϽJ"i nočzZMIsl!TPR[ªP[Xq Qڈ_bASt5TVރV/{n I^U2,#FW4l4uژ'rHR63BmSFC0K7r^(ֹ9?~H1S <26{;yZlv%Ah;#\h]:AaiSdrq]~ٲۉ1Mu3@<4dvT|]!u]Ě'vS ZZ6f9SPs\9r@j&q֣c\(ATICym+@p2 1.'ƒXODˌzL&g0KkT&A>GyN"SrO KT5Gj_VrFI])7Ν#shrX-BH'VJzr;_j? (|" ejw;Զ ycg3ݕvkHӇv0+Fz뼁YV_  !.=xTw{l,A-)Gz# I h:7;e~ >fQ6Za⥛fHnV4"[]׷5yb W2`: Fn rZ8[ԂOaq@B3./ v͵x豆Dx1jtW:>ja Znk[g_wGݼ*%&0(F17~k 9ߧ Jz y%7Wۓk]t.I$!%jx/V&ƭN2EM|+;l𾤩}tq(>a"l#)fu>&Zg$GE .<zt#^7R8Ϗ΀\%WC(ܻ)IrX8@ZrsΪv0\ɯGbK65ci#|@ai>$a^'jTJaz< Z]Q(|)bԆ@x|(qs4>07`U m˝?H6w~-ӍRؗ]^%יxR&~҄k! Ј!QTHכ1e+!M_td+tpO30% f |u@_kMQ;\͏!x8%B?r?!1sD*JYi pi5{+b!ج4g?U a0;@@܁& hשc^C@SvT5%FEhk`"*Ns/&x}i\$G("VeE# |I; xHxn-'GHk+`ӔҝcmU+!Fel[miFڏVR{ByM# ,SlC5Y2;EͪI$jpN`@LT-*R=.L3UBU@H%b GG@[NlbzY\ %p7KjWQȣZ=Z[VAy-#xFpam,/ ѿ SkC[ݧW*V}ast4-%Ntio:0:xkP,7 Jl2zQ-x !}|4zˇi}44:AkՎBwd_DzM4C,_~T\PI֓Y\V\C貄xaaYSEHdı; iͯvڼF%9oc͛\.kX Pl˿Dzſ~^eBJm$mAԴ>* y+^O-rZZEy=;>#ҟo,N"^[B9'TcƶmU(">Ji OʻvBO)8\) 8l$$1|  /"o2BNuw+*<yb79gC_{4\Dh-HU{ B4F9ݡ+]|#Œb_Gh&8̵ ^ hOQ\0XA/ŲL#Z@;8b8ie Sie /lD;P-Hls֑z4({"vzIf7?7nؘ3oi3i)Ae ˥L\|mbwO<4y*48TE'^k=j=^ނR6agl&>%$b{ ʥ\?L-ߑ9%VSl$0ߊAqeJ~PHeo@p=*VaePuj)Ƽ01*"{."hQ?&}N G_Nv5Ӿ F5ýCB +VV8ѣM,)OլMIڗr@̪u9T;Nx#Û7)į[yj~7'v j£޿ɍ(KW ] re!@iLDXƲ{fCx-HIy\ARm@@Ҿf*݅%lН XrTJiͳz(7'f3;0jȨ5p=2W=cuD1%L(+ 1E~^WlJw7kI;.v%\ cRI5 1z|F@|t# pY:ywS8u Bv]}~bI7Vr̀-vĸ2j)5JoTuaa˖ng?3݊&WH  8Zw -S|/mF& @S\I>3}>x$.tWzxϬ 3NNpÏZ ބ8^R@J"Ўۉ`+A#R%Ql~]v"i.( xDiiyM%LZ.4.eb􇐯YuAD[A\wU%F'm0,AO8kb Z晙4^"lBg0汉!P t_:~jQF= L\G,R}p%=_VWju NP0C[Lfm&oQc-2@D`=_2cX4ƥ(?s9-o, 5 rҦPcȧӗDd,vvQx\~˥h@ո&jWLw"pAhA#̧*Lcf#@Q\yƀJ(+/Y??9qN)A+G<6gT)c %-jQ"c͍YP14} 5Ak2}ԳJA/NT֣h -N=1ǿ j2׬$ߚYQ+*RRIf]$:~&upZ) wc'K?C5vSV+c,ϸ3No1B}'p ˃d%7CaC:lF!(\X' h϶ YZ