libgpiod2-1.4.3-1.5 >  A ^p9|(qGIH~wQnW=r Y),4ݴQT&Jʴbm!☐c6=nLY뜦z'jc` y湂N!YGPh O$-;)HZ}lgcvJX\̕h>`ӌehC{ BM AN~x'f24be618d541574b3f3307dc87e690a3b20429e9314be1e6c906e7ede3231f96baaa222c483d108f13e3d45cad6230481419a98bL^p9|&ÑZ '=HI(ďnr&Ob&.Gh%A gt,b?RQ*;2BZnn 6]yyvK@[ d2-CWmUy[l.gϾz."S;\՜[}'B;Y-[Sd9`N R{yӵ}xN_,Ǧ~dXv5|R/NS͈BWϫ:3iA,--^~!3!Ub|mf(.js1/ |>pC?d   U(,Efx     B X`jt   "(#8,9x:>@F G$H,I4X8YD\\]d^bc9defluvwLxTy\zpClibgpiod21.4.31.5C library 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. C library part.^ibs-centriq-5 SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxaarch64 ء^^fa33ff39f5c54455643f4b0ae8b5386700bb4491e861863e94231113b297db69libgpiod.so.2.1.3rootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiod.so.2()(64bit)libgpiod2libgpiod2(aarch-64)@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1libgpiod14.14.1^˳@^s^^g@^8 @]]{@]:]:]:\}\C@\C@\@\[@[@[]@["X["Xptesarik@suse.comptesarik@suse.comguillaume.gardet@opensuse.orgdimstar@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgjengelh@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.1/sbin/ldconfig/sbin/ldconfigibs-centriq-5 15914116871.4.3-1.51.4.3-1.5libgpiod.so.2libgpiod.so.2.1.3/usr/lib64/-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-SP2:GA/standard/05957ec8eb23ffa65dc511405c020dbe-libgpiodcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a1e03b3425f67e07709e3f1a886af490c36a8db1, strippedPRRRR@N[2IV=*ܘutf-83e2d3801e93d749fb488200fa7a3bffc0a9624e8c8bf6f83afe9d9dc80bf579d?7zXZ !t/ {*l] cr$x#+Ov9>%hw莻+w+šVEPK,ߒy )LH SK}12.uf *  ^/M;= F=%p|J(t عC5yZD"`h"O1_-Za)q'&xNsWӝsv/" G'3/@hr6^v}'N0'[ӊnRQG4APa8ʳ/pjޖ^h.ATq+U '$ ,Ol԰H=(.PG kT" ͰW3 QpNF1wy^r-0?Zmͣ`^ޡpPdQ}o_n@DVpO)~ࣕb=ED Wy?ZXQ!akTܣ+^MIQclD5=VF"W}/.uE3*FXw?&uR|GLLpB5N‰?0Z H;@:N ƈ,R>BE킥f9$C1 Πprײh}ɁHa:nNd#1Pv 2ZҾctKT5?ߜ:b<ĵB}z +Bw>8_dI.vF3{>Ҽ$.aF?rd'%2tJN֪ n&Lb/ zDqMVXVf13 zx[_==ejF1^ :h/H_UW„S&27lϿJ`57,\gTOn\_MA4';hlwj]o~=gNW5D[>$s%;V8ٱR,}z -> 7>;֜2qx0ׄWf}*bDҬdu[!B\?fGx}`ȈK|;`U|ԔFivB oN~-(wRȷփ2lLuhL`W6/)n\~7ao0|_哦3YrOmյ#9ENf~rB8i?a[v$1`!Pnas /cÇ[7"H>sPgN<le p2z3NRe@PN%*Ivl9(6}#|cA/E /b {Gkb+yOr￴ ,tOZ; &g7.=(BqR*sH)]rr=F+:9nYPah5&>c@{zk+B&m"K4 y=f"=&S T$Y[@=0>i_2쌮?>&wB,̹צ9ep/xO9%?z\x%5 i1zP"J7|Y+VeV/CDZƦ zI0/5Gs~>ۮ2DCl )p:.rUlpԧUJҔj1)}căa E^Jy%[celS$_|yfp&wŲ:=v he+j;3Wm;HVtȈ#ޥw`cj*1"JUc:-E[ jEVƈΞġ&}"! JE]gtZ WN\1 [ح g5-ܮoOkK !**dEiJ? `HLkwфR( IHCw}f 7dLl)Ldb_)7@i狔[+>/b)t\*cZm&$EL~EqsFv(͔\ azK4hJnV$NRQGu=ҁ?ӇFt{*%8wlHT*gW(> DrcJU 6Z"3 I E>X3ax koG>[C/3s6I12+ OA&m ~jrަf,hH_]v1 / dRZwX)XxՇ jsڒ ھTXUI<< V;j";W653Ʊ]qe8W(#B(ζ-ƛMA2<;lb3I< 9kb-= N2vgK'd1A) -1u<ܖ}yRM%73R,nDMUP2OB ]Y[9w%8ɫAJ^8, BxT7ap5L8s.АV>R_`)9X.7(p;^lݾhrr 0drI oj@OܽLVf|ɺUeB5tZBq'~ Dq. ġ% YګCiyo?Nŷ q ӗ=xxNM_5I"]|vQQ#/SԠUz 6K/1ߝ^^O%YpD,`2mG<  dD(R#J7s kP.c}H ˝R!%~osFaR k XT2_4#R$[#^'͜u#hc [SSfqkؗxlS+ʮ@$ƯgGTGNŎR4=횅|LbELX8Y_\!ҿ:V*]]dGxPy^gk9sb,RlX)ek<<&,\,:_0)sV'r\A|K&jZL2[uu^=am)LЇA nq]F^$8ĤTl m%WzG5AbRSRRَIy@(4^nݡ?Lx*JT3B|T)ɢ+Nj҄Ql'd1h÷-Yz$Ѥ\ =@w{!#6צg7GAWI1CRzjN:gb`7?f  _'FlGφD%s4rٛܣ rlh2pfUY|8Y&oC/vh_p}K,wP`/'viLd~h~,&Zxql9W$# %$/y|mgv]xo.csyNOc66{msezs); r!VO;;‰$"@y=;_LU|[uTɘ2`N/RE |I*+_b*R7LWS$|M g*w'^]j q}~W9hL #iDĤDye߉ҟqYmbEt}?F#B3TfACJFG@X8CS?z~(Σ$L7Ώ Ri6wS \!J<̨~J-#$d.~ʰN2Lj mnn*6jeP(j>L~"iɦ"IQnq*u-j*,jvd#??~г^-88Gt7obF5ŋg7\f F}EZg7Xs!LR#v6 ˝ Ebз `8iPU M6P7qZ:d6AMy4Dz9RwmSbRMgol U`֯kbllU=[lq2U/ZK-.F#D svvq/Vط`m/78T+M9Y}] y04 XV8zn7V)!iɀ!m6Q }(+c%7a.=;zc0 I Ů~^TpUavoZ0 <9ۺ)]h=5fRd9c -@Յ`cZH|| 'AfI0 Iw^֢l_ܑ!fOx׃SXQ2Ymq)䍩\oDKƜʆ[EL@hX}.6qY U7$:2W?A b<{lsO')oCΜoJ(vX$ޔ`!q !d{d|˶2ڿ"]J!ꧧ#HIj$ݗ7_ka*<c X~?G脸+Vx?2z𐆉!.NG85g Ŭ_Qz;!9 b<0uϓb%V)ѕvH[^)u D5ƞםZqK,V i'r|P=yV@bJʢy>%"0z۠Z%+ ;zN4 Ɲ+F(N[\ʵI<7!%AzM-@*h'F,a (0#o rtćk~r(IqsbLeL B&r%xMY?z21nlC6ǿ,d ̣Y^`5ƒԈ.-tQ ؞raL eR-`^uEX֪@~Q"*A;atpj8`>kHv6N|0)"rC iaf wXBie Ծgt=lf#NwF6"oH 2ղIGo=i(/;AS&Kh9Mߙ c{ mbI%N8rr%K4*b^[R &` R5H E]清%hS@/Ӯ*:ѥCuv3NaBryo61˧wNNdZ#eU8+%MU: eOF-͐+(חR4N>K=ZlF܊Ӧoډ1^X0c/^ztѵV=dҦ]<rozVJީRđrc(z%V kSfr=Eaf.|<Oe,"R@a 9Q-Ž'xK˄jY@uYd`=P4vzBzmD}b^kRK$^.wƼZfJ#JGb}4A6`̪mA{z.!MR 9r E@(eeE6:~ q3 ߎ_W4Y7!E?һG5$(gz}i_0yssǿbcMi3DŁZ85U1Tr w9^ OWNkT6ĵMg:), HtzF@Wz$**Q*ۿy.Aey[8e57bxO&gj[8ȝlmC>iIzU6I2c9fH[0^,=J R]N.NL,NiMUqNyq}Q.rzVX/_L!#߄56>ɔGaH8e\'! R*tEݚ=~m,~ԇꑻqr0 #+0‹pԵ3RVcRFxH,β=x8Nj1ͮ:Y_j :5Rk4+t;Vv="#X$%j ;mckWܷO/R \ہm-2ǢƲbȖ3xd;zyAlݮd |ųc#q&}]PX1Cf?ѥ6\eÝũ׺?bWGhʖЇ3(^:{.zz®dcU E &5N˙˓ y3٤L\ ;CzvjX=J)F\`N$DHmt!E4|@]}'ѷnf]Gkލ5Ь{2]p+ TRͺ_oJAq/si׳CT=tO},.="O$r(ޠI1Lgj;r 닒<*  dMEE`Wg t~mJ4Πhdc8Km'yqzm q-k#ic275J6@rɍaM:̦5;IQkhWS44;LHݍk$NmFo' J}ӊGb6Id/~fFJ\^a8bv>QKsJ<$MςI\՜Β oZkXb}95K*vzaB{@@=6Pmjt5.2.[4ޢ࿻('ՀBo2L\8:R;XjY?8P'Y-zӌч duQN` Kh8:t=cr1:νew{ y9UneA>c-H|󰙓&t}Eo@HeԤWIwt4ɼ" +3g(F*u~x'Hz{X=4&%"0k.HIwPV^[~p\ ,PeGR`'$j^?? X4'r;di6!~M3VUF{⶗[jeq83J5YgI lB_\[/GQ3+5"ʧ>tuS_T+w;DnONrOXhoJu>=O6q |~q6 1)pzcL<|-P5-' 9w)c|vP 9(GpxBFCwˑ%T/ғjJt7IboC"+~!%Y(&*3|O@Qޔz)H~RX$1*A:Ur׼ô8A\m듌m/j WV-6 # < o08s@ڏSYl{Oh@ zBO wf:+fTl뻟C&' l03Vv7Y"x[骬i)FuC{[FYƮ2N6guUCuQm p83't9,[Q'v cH;ejrjEwAo&e E8qvj+ +@OΟ>ijL="=S*u!#o'zO;M%!mbD_ra;Tʵka4|2@٤,{ sde>Dy}yC01*Oa'mT ĻʧfrA=CfKI08~%$a{mVQ:BEK(y(mw>}גFdBHw=wي|:s.d.-_upT_bT>5{ˣ4Z!'gditU'xN.IKSME`^jۿZD]M0.Kw(:hH(vݭT,i; 1%r 27dTT yغZ@"F)N8Ԣ/_Wlg!KOd2 9@m܏1Аel~Kkɧ*)T_\^"~Ug6taUCl.51͎؛{A|OCU-{ YZ