libgpiodcxx1-1.4.3-1.5 >  A ^sp9|iA٫*ԹW9v"]7ߡ3[΄1e+Ч.DԶ&tlұ4AM|1-o}I5v]Z>Ws Vo?.aE_wƯ 8GCKthH|6:iTOJpZo`.|, e#.7`UY R"lplsQ|N8E ]@닛 uH"z1+RC g>pCh?Xd  Y$(Abt     > T\fp Lx|(89:>P@_FnGHIXY\]^bcdefluvwxyz TClibgpiodcxx11.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.^Cgoat04SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxx86_64^A^Bd27154a0ace2d09513dc3ef09c4c628a5d7765a749c4784f8eafd82e5e931f6elibgpiodcxx.so.1.0.4rootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiodcxx.so.1()(64bit)libgpiodcxx1libgpiodcxx1(x86-64)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgpiod.so.2()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(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/ldconfiggoat04 15914079391.4.3-1.51.4.3-1.5libgpiodcxx.so.1libgpiodcxx.so.1.0.4/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-libgpiodcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8fb8433c47d7f4af6ac138215984292fae7b72f8, strippedPRRR R R R RRRRRR RReYP̌utf-8ea402c2c9abc55075c88f038deae4cecfdd4fcc9bff5ded9090e8631a8661520?7zXZ !t/Mf] cr$x#+9$Cy@eľ"Cl<ş G¨Ȕuv Ɏ!}\*)#"-,KBj%Sy'KH^'feAj#!lp4HmID]2ɦ _:hggZCK ]:.s6C9#9n/ c ֨ؤt&{,$:RO/PDEuUwAT=hGEHi A, N#{bD4D*7P) Q?WBo_8Igm.]$j@3K6AGp̹ pB ٳ5,lM&s!-o6oCen C~&UT:ze]?>6y66  =KɃښ.m(M]zSq-1ͥF CՎ/Ԍ(iKX_]R0skw5~ Ur(s"[{*巄\llě&DDy$%9~ ɘyTXд͑LsΒ1E>5ǯ8ɶdQ&[jgh''ĝ2Gfvb7;˃./dsV| i|h2g6vi$ڛ#|VxUR," \E/1z>2LmF! rD1 k3n.yAƇ7L4;&2|w1030pn1yu9 adҷkֵr,qNlӝ:;j?+  "B#jb[v|}Dq(Gi~({m<۔z@Ҕs:;3oMFz| ް*X &>^MSgMET[tP@(bC6y'CsoS`C.Ӹ<f 0E\  k"b "9~jw{ Iv;ŀ]<:ЊNL"ݫE]<~K^S| +jBCَ jۨ7g1cD, jQ9C&WZuCXV7a{t٥yL >?/PES5h'ngbn&uY=)ТAQ;/). d8+2v:l6U+$nl (-d^BDn5W[S{׌c\hbO$Y Wu!j,7*APu~ohfKS?BV);S_f CkM$xe`:P0bj ,v`abjӄ53-z!Q;ռ%1c-65pBй]EQ.3Wp ¥s1>~ZVf#vPm[D ray2a k( (t^]ClH"/(춹G4:oKo ӇJE$̳b(z֜T.;R$~>?ԟTߗ[ H(G3Uo{e) B_HGBϳgQ"+({8Hr 5vq^M˝ 0{N@^C=7|/ {48OLs<԰v@a|{`xex ؕoIxO/l QŜ4^gQi#GKhd0Ь=ڒ-Ba`a "16lU] `܂ҲpsIfD{C IO[z^]}-J wɓ厎KW _5%Wj`0ȧk/ l+7f+٪l)ףr\˨ӟ^ͫF*0psee{1uGx-zX0=QCRN;E鋒*d3 ̐K[hϟQ0Wvn/unϡ9IVZǙ330PVERbGTfZ"n;Mu>s_y3b2h$KnW"[σ]$㝦m⛆b̒?[ ѠVʂpuNJj+N_+O 0q1㉺(SSJT(ZDY茷<8G }UP6V'^L !)/s`}r,q%1&*̀ƿ**/a3?^' z}( DYVМʽ{}wUhVzX8iˌ:Z S-hr(W) +e2=/1҉TWLmGX /=7nj D'`:eOF,TrE^H&g@J| [[vJNW*U=7H@öΤh5;6QG.|Q! MzY7 X f2QWHZWFHε?Wٍ͔ٶ3){8ƩF?@qnuKlH@nĖL>HnɅJ![{@Ix<7xWi'*y1s,w 7:>սTPivi(%켳+YkFJnOMӀapVxF.4v |v`>~cMfڐ"%>a.6PEuQ&^/>$I30h%Ґ/m\v`x<9#zwÖܫvӷڳbĜ% ߆|i燘?JF=NU*H!ʶE cG>hzM/ Z[ BbXٞV;rq3( (N—l{>_ Sq4[.ZMS5CQi2uxQwm=՘'+ESIU;DŽO 6U0Q{(Gڼ5.xjLD<ʮ9H8uSf$լ<8KRtf\CY-IGrǍ,H @SN#+ P_*U&HٶEɂӾ\⓴g#mˌw)W?1磏`ոYi1'p-Cuk{o״vf GcD+7V7H@c<"Bgɀ]"'hR &4}YSi)vcRaa$p M#Tj sf#đGBㆨՒHC?.^|= ;,&Rw~|}c6 *Hsfwu WBnj2L 4u(h(& l:yUo(?U)c#0E:\N \]K;82\DHҲ5C`,'~^w\ Hn2:UA$F`嘙ur>9_xE‘e]o8¡T 8 "AП7ȉA'Zٺe4lp*":{(aj\B:@I]7_ Ģ'{2f j[BiH@wZ.]l_?c}/Տݘ&RWõUuᙑ:9:^*[1(&j~l-F/`IY_.o%EzgItx@f#kA~+.9$ޫYE`qM}d@Z”hl.\WeJ(M:ɴA~6;gCiߋ" gN8!$c'FvwCɬ34PTbquWQ}OKms7q{}V3Z5v'tXODrܢGӯ?EXd1`@#6pyT5|,\?x""5.lM; gׯī$R-ifl|r5 O]|B')@ҍ7?ܸlߠ@O1j>jM)~K[~w^TmLcݐt5|&vZ^Pp9D=!1GJo)~S$1.ƿqʹ*Nlw%*a B b*)"9.JŹ6!L$OO ,eIۏv7B;KnIX9o*T-  wbu庝jHtENCT{hr9Г9$M v;HzJ@}DH"Ùvv`hGaPʼn[n :Jwʆӈ@DO.I/ swp]rAA [#?0RSg,>FUBJ#4?وN<k{=NOXi8eYк"aUjM7ȝSjZ, uhJ!"; (k?M%Ǻ׿mBMv.vb9a4#RRmar!Ni"^DLnS%1N.=@,k.{l 099]:,\Ln7ƧL+=#L%I"Nd'er3ƴCK"Xksz &Un㊀_SW0Lux̦y!FM#ZLa+fgfj=̾5etHa&P}95iT|%hDCm h4paEbG<젺qG,UaH_~\NR)tqfψIb vl-T9|zuplSEMRlc _!d /J%=}3L"ef6nIr4Rm0y38f=@ [-cڙ*r,gAN2QaE Y@E<{!pv|rrQ'~ 3> 珸fcM ;Pޮ}4 W㇮3ϡPdՅ^> @z]OB\Yj_/V(|}vS;xɟKT pS図0K. RHu18l+tҋXK )ދF4ʪOUfQ!ıΑbc,kAWl% M$zBuEāM߰;מF^45IJ$m^bwpčMt\nF|M-41W޶QkDr2\0~’ ]S϶=.J;߿XK- 7՘ u#uLEm"P a{{ޥ.w[aziFlXł3S騾9ID>X(ktO@p3K[Op>j!<#: -?)cv!;?%.u  1^ZޒoR:ܩP^w_‘ب(MljNm=MIp)LKaM Hy+0&@kbϮ3;~rn1vH UA{rVT*- 0OǑtH;V}Ԉr$FBϮ,:vW2Y+c8% |C-cmUliXJb5:Tyr[3>q!0JělTcmH(be9裍P\I7%j/L[-r %LA%m.x70,rzR<ƥ\v*Нw xBF^wYd )I6$P6jL%hOM%Jбgܗ%T`Lp4Qi|:Yhܗ-K~5iE-Sq0ݠf1M.h*#)]zɡp4Zvle87><@(4 D,5n*5rհYm̹/>jMY,к^vu?{ȆZi*c8.7 KV9M'j˕^]hi]E _c09G\u=7^d cۋkҌFY\~'{V>_YEEsl~b!LJb{ nlVuw{g0-OBsD8i( !r < Wr:34;B * Y K Qak;M0~,OͨjdTetg+0vQƺ+-uå5JA ,'/Ro^xMxJp8ju$b98B8G,^*2#s氱x245I St|j6gqC/0rTɬH:x.jl[|R"ʧ ` -90;*j O-\M%N >:9N_7*ST"iu;/D_> )rϹX'K.pR>>, }}v#5F7MeA5_]f''bc̮H{Q ܓ!~ƫf_QQ/ Qִ :Ź 0* SVT #Ml4J}iP&!3dc?]>MZr#IԨ|Ɖ- m3KHVlJE+Ox^tR-&:YN. *D _l+rLRGd+"k@) ¾peRy nUpOJt#_x>&j(HIE#9Mb^#5pߢPSGR+_/ƴڭ-jΜFKԎccz,E ƖkKz.MJ}վtғ(ݎ_HM迅L^oQ21(|٬[u;_*j #j0$m]lE 9[/J0Z Yz>m>(|`ⱸSV*4HmCS p@&JuUuB2I>$xz`6zޫ]i.]ԉUkz%'j]M[-Q膽B]0j\'bz.:ɤ3Ya*͒A[;?mu&4ޚF(rii-݉}|qvᦝAFzi6W}*_n߈M+I/d3Fs\0oɲ`_"C̝cC\o MkxWNו{I\! }F”י/f C)0~ѻ) މ1{;#qbAIjrM[TX"vGxe㯗 /12fq1n@= !V 1%&;uw˱aghס$sB'*:'j(;*✟vƀ1Ǽ׹'.5#TiLl̅6Zf..其}ς]$od1@Ӗ]:CH뼬HpqLQ/0j<vVrH=ApbjAncp2MW÷z-#3/UU,XEtQxߓ| rݶ%BRϱҗcb,62+ %x@ܔlQ's 3d\tK&tvx/Y!TPj^fF<7ޅ4-YoDys5\2cSG.7;ay)D;X~a^x UZ-<G=N& ՗-=_>?y6)=ѕ]>H?Ѥ8'B < ͢E|eeأهZ2\ܵb%=ݽˠv#0B\F-gҼw(c '|WEKҢ!R[…`%܈{:9L&T3ݛdTJ>ȅnpL  YhL |2pћ⇰CNf>-Q@qPn=@KB'⢃S6 Yg%[YA FkUz(Sے4H;ef}PN*& M\|=Zӧٮ.,sЎAfA)2"HZnɼ=9&K'%Nס?N FYqISo4G|Aʏ.[O&uu7t)XNr':<ڈ͖*}Ўqv9y (jyŔaxju9|df2Sh1A\-8͡U {‰=G:LNs 1G/@%|J<=l{`O/Kq]a-<,r]."Wks+|l,tܤ,Jiկm^j^[Tgr~'IeɊX^H.EwvvǀZ_D\?da`:d'Q&F˺s,I(;~ލ['8%eMvĻP뀤TY'3-5/TBMMSg{i&J4YVTQRAm OO>oRe^OiJԳw n0(DC +Na!?uQP\"ɾR8OΑ@t]%&dsU_0_yBߓādtp+VY pO1Rn4jdd4''U)O#0wDdpOl 4.r<:JWQ+ Q%!ly%#BhyiYPBa۱>im{'uNAŶlnkI.VEC4:m'JqBwӰ5e>|}Ȁ_HgZ#R:G݃0Q ݿ $åZ_y3@u;؀(¦ZUڤ'X>R7 nZaAVrð843'GNLg_0ѩґK(& <RWh(@67P`tFP^~l*b 6d΢O dBfćhcM6|q(W;mh#hC>XV`RCF$4CTgGE}bN%Dp=<b(ܒqh%)⟩tRK8ԙMz.AkE[LL)r^+҇XQijZc7޾Z{rUS k3d].: 2g>iqb`y;lY7ɡv9E/6;+,YH\:dftnAMrxEgr9%%ӊEgp;͑ěug3? Ҿ}.К"z f>bEP _n\.W^'-kQOJmqKO}}i_Es\YfNAsVfH(JQSckt\ g<mͲsc׍̨h!:Ww| JLw^7 [١ƅ ImiAv*ޣ-d\P=ǣ([YxHBr|y)̲8螊|6~ܙ1IC[UƣBPs,aiɄ#X,z ~ uQ'+ &؍[Zt^rbvS!>Rʏ\މp-J¤Ȩ 0wXN &57+~?ĊMuj]˰"[rq3yp`)}?#B$i;:8%=%6Ĩi++x}-ڥg^eiRA> WrYIylCLAu =ݘ&x&zz3i:Q$"P, w >tjJ:RB-îRj3cܭ.ss!pmb9ysa:ޖK*C>w#q3+9$Smcp\!@݄p/,- I춢jJ&H[tZh!lF A5A~?;/T-I(Tޠ5H"!>n7E0'`#$KNx5ίA6K+ {jh-_1Y:?+߀nV5M7ZKמsqq{ +ݤ/+Ob[7$ծTRhd^#iίW7 "t&2g46Up=IIq9SPUcito'X/Jf*:h Xfj5&x'0Spl D֪ Wk^)AnC1=f k~]%YC k m|،4׏:n<,+}!~ay~0__箅N?yI <,in1^:m揈FswQ?k^o+8'_9 @qlPe Cd*Am 4PRfFIn` q ?/w#RTt8]r6,=Xm~6[Q6RF8lo$'L eQ@;#D?MB80KXsTE‚7T u#繖H'tEυ_l˅0OCԹ3Bp-ίU*/T5yZ<{߽;e񮝉Ed ׶ÿqGعBvG5d>J1ߞ18/w1'zҭ~^;m'44cL/;HM#jt䀌?NxZ)"cm_i\}EGP:A<{P`xs9y&p^pʰQxhx*nӥ!μ=_)K3^MkHTSآYԀeR=hxBSrQn217ӝR:˧ 0!(K?%E^SfBӡݺ%Kb@.鸝KeO9`H~Y#zo}Sφ:L\ -sL7.0 r+5vF'e#֗GmiL",R9R1ǵab;`}fdZ @u7}zre[`NǥyQQ3T9h=jp]%6u8wB/: Ycd%VdDG>F$-zD(R3W\D ׭Ao]}eX}GnI764њ+P%QY2UܣɁV6h#GMOuϕ]Ohέ8!5}M e [3+ x1F"<6{ٙUŅqCRyB/whp0%(DAt)|A@sl`F+' CM 8n})(NP(,l ſ͆`U"@U? r0jJVkbUo \zN4jdeg2WA˧'֐~ LrA8 My&-y0TT=Rmr%P( ζyy7jlN^#)W$U3–;k[unbdrHVi`zDzpٽ||ѼrEYQw 4b&9=x?QXRL=r1:.""a欔 uP\* f8bOYJwӟvbd0 1FE8uXLxή+n[҄%Fbg@,ZŊS#7 Aj-19c'NE|6\/p@D16Ƙ1WBdQ$G\xEA[ w?mP Uzs2Cd=FQ xJ3R+R8#"BUG2+ÍjY}Yen]PlyI*K0-us-4`t-4\. .vu Z?š< rN}¹vƥQPG;@NUi<$*qήbLX5%Lօ)j`0$`Ku]~<"\/ԣj3ݍ^8nAw+\տ. ώ y'w=qشL!q8RTuO'b^>\= g"NdTME4=eVwKy/_3u/HM8]~$YuωWi~qFt؁pӍ|G%>]Gٗ$ LֻWݏQ[l͆ V0RpFd]z0b_ǼD!OT sU>4&x^@G +`PevhJq5F=jr;$ViNYƃY0sAx'.Oq g9e͔7ྈxGTVY)L]P)zLg^4no׏-mFtLRvf$ga=ulM"`U58;n6ҀоJ]I(2͈@D,Ec}òl[_i M?g`pعA K2UJj]i4jyhKMւSzt'w|xISv>\EVfŗh;a_>Hj܉;n}9Z{ pQ%Je+[&+uШ#B#>HgG%tijdQĨSދRBoҵ'z3,3 Eo?eB|Kg&7&[tM/4D⿯+IXd%qVo1B rV^ѭ#do g@{^MMK"ξ Eή&vg Y