libgpiodcxx1-1.4.3-1.5 >  A ^p9|1^V(_/"DEs yn|ʪNKEEX|'l6L9KS9 k'$*kGSC\ ydy4uc6T?:XEDR4ŝoEq"~CЏ4< vLQbN*SsŔ4E7[@׼i R\5|ajTLu"B5MVُr^O]KfO("H1567552a2f2b6f831a0161b6537708b5a41ef4805b0532635ac4d733bb383307cff982322761149273ff4166635594d505e42866l^p9|uvW$!fGs2g1aCCUFf8C/F҇5::F8fpCL?<d  Y(,Efx     B X`jt$1\`j(k8t9:>4@CFRGhHpIxX|Y\]^bcdefluvwxyz8Clibgpiodcxx11.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.^{s390zp38SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxs390x^w^yc16875a6c606d591de4d3905d25916d10ae670b85e65e79eae7bbf4b23a0f559libgpiodcxx.so.1.0.4rootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiodcxx.so.1()(64bit)libgpiodcxx1libgpiodcxx1(s390-64)@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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/ldconfigs390zp38 15914120911.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-libgpiodcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0306c4c849596bcf26c9d7c4372d93498981fc3d, strippedPRRRR R R R R RRRRR=?o(@Poutf-80d3abbdb084d35d5193c322e2e8d876a80d812d7c88b9657ab9e443594df245c?7zXZ !t/3H+] cr$x#+O^R497zV \#b %tGAҊ?,5یAHjsY%o ֝3Ԍ2B+޵[QדG7\ub N9x<ƞ}8ʫ&lcI ǔy\N\hxI ZV2)$v[5J+Pcw@j <ܜ 8goB5pi9Y ^Y~K >8B|#h%T1̰C9mSMK2S(4ƿh@c;0~ '$|LXJk";+`ڽgzϏupas}'jeF B\n,Gy>FTƀO،ef$y3ɜwԪ1M"޽i6 K h~=1ǽ58uߏ޻/^ؤ:l{y5Pr=k:+3؃]zѲ81N\cz,CR첿!4zo,*5yY9NRi$Ǹ ,. -l-mN^H(./QpɆ  ٯEumDt_r>9GcpQ?̵&v6I;B$-0 :bR$0{YAnLy;j˔]8BjP^A8_[knfeDK&yi6L+F' c <=BVc#í,F6_vᆠ}Ⱦ:ԊI@z퍈z*IVͿ8dK#LlLf 'H?W~>s5QNp'<a[Dэ2SQ;Ci.^1%P[#D^v#˵҅l3lQ1b P,@􋾞2YS\nL*ݛ/FO\zrcj-.{UFKb.cs-{;v?GsWuӥ!}ߖҼ G}9ZC: Zq` tMEQr ^Tܕ8Z30dU7KW:He& nٌN!f[ Yw1RffcTbx|[mvH'-"S%.GϼN=yqpϣ*NI2S\QW4G8 AP!(\aY5Y块K*w~ ݤ)c`+Qna`0+I{ cW(BŒ%%3GoaII{k`׫ vMjztf4H(ā5)<}O žI@E;ʕ@s,UZUWQ<#yRS tpH|b2cj -gVȚ\: TSh| NVU$3^IaI-k/ Ὲ'!fG\&~5 x<+!"9c'5Jy lf8fFR80Zm͑r&EXDޣNgazeⓊ@pnVv@t+ o5Fkj b 3ec": f<ɚҤ$*,Usl 5h1CYB7yw+?R' ΞdwC\7 ]oR¸R:fm]N׽T@$D7W%hٲHzF+M((p;:δSK!jyqMG ql7HV*LUS= dߜ,'1/AS6HBmN*> )cqJ%0u6*(O\1eFW$gv>5a*ss+,ˬ?J4#)/ӄc,2$ۧ,J3ĤWAV6Qu!vˇ"V= <j?Onk綊D{Z5'څ4 A+ľT0.9߶ve5ٵ\=RПuśCJ"2 qZ6j̞MO2P*YwyanDⳠ~$18>S +I\N()pUK/!=ʴW,wQ=i'4U?{E\x%M0Spz!naa[K)&&2SBd8S3TW6cE-,F*_u/5_^޳Lt!;H8rUW4d_M;^f,Ty1 *|}csndQ :M-BچOIFz^=`Q0 t;)C/QLCU=@3HtGSĽ|NDÂ>\QLo&R0YIٸw9TlP'PÙz c_ٟ\ӭV?^CyXZ Bl.U\AfՌqm)#fL@Rc Ym?_ VqQteV)xr5?15V Ov9;`e o:_eXi(Rֿ :C^c=@Yߕ(z-ވgd5f{M%?XFS;*vlf}qpi6uA&hй/c&SEobzi@D$Ro^kZLb(bR&O x k~q^47>+a[^ti65`4ofȀ@o74\pH : PsĎka#DY#x) 9q^9&QSib(V pq`i!;=ٳ!+x8'Ⲑk0F|*K ZCr0SA%}3KD#K?L'­ ƭ(A+d ǞOQߴ,9?pBG=R^0T=v oM8Wr[L?XpnjJ J*إx\ViոsEU.TU)Fyx/'w?%<3~ٜ^ bm/1{_uo+:i&Ɇ(vczH5W/oYueUX8?oΫ)G2i,8ǣZbnX Sxi¯]@,.wh.]%<+nc4>W_Mv\BX$z2Ծl'gI;X ^oں\{X^ySM\p =Š%u&5x$;$!G@ v% %X{yJh+&N4E=&M=0H&:3Jr.0Z%)FG]>LVK`wp8)PFI]K#/B *K5n3*ܧz ExQbH?kwz;q Z7H!;YBD uVX@mʃ (n#?~߫K%2nu#0y-;mɜ%ȘfʾH7{ qv4o;e'ѮK)"}(ZР,a_|6M^ 1 'jftwZ7T-~_GnQ2i^kA90 > +>՘-:c|DtOՁ!&FD $``2\c!:R&'?H2/_^mn+53`sY'ƀbz=;S‡ZPD CCCwX' ̷lpXN=P8MluxgGg j`JM5$5bzWb?p,MB a kl<[z^60{!GBPCwx=`,8߂_W9 u2+>"׶atRHZHȝ#GGF-e[VMx aM',dKKwpJ0[qZ $$g Q}Ft6ҴvVʸ b9&_X=ZCg#==zD†ZۈuC\)-+vۡ兒sTq<̀4cu"%'@.wA9m z !R3Ԕ]Z5 PɒXf*mXi PU$QN^J;IhVa έ0"z]A[Ш a̅CȤ}n[`;wq?5ɼ o"_kԃN NݡUJ+Aie"*{wi^;&WKG%|ꞇ:o[E~C2k/p ⍕Gu]Ņє7@ڋ3{NsX&ZWÖ}_@G^^om'-F.J@:MOrG&pͽ XhU&+Bg f> f *t3pj.(Y'iMM93!ѴkoU+$B$l:JcOihnT(AlE6υ. 2Lk%܂k,懬4R[Ua`'VTOVIBh`#6#]O-c@ ee3 Dn[ln:T&wgN3ZC{ِnes-GqqHLDZiKrkhYpLܙ9޿9r>ǧ1thg/w QuSE*lOI &fD88l W]R+̭=0v;[g:g 6y] @2B8*Z蹄\r8HL8|5,ehŒK@eefP[,֢#WU ;dT@ ?(ѶyZžubufkխ(_q}c2;_?'Ǐr;0/b|[j(Ojs=bJtMRe5'?jLQ .ā Y >e,YihXMH,poG}$?P;S5bnl9 cb/f]>- _LlRIiS^_~t2u;Rғ1![,6N9݊߶f<(Z!.җ 'I{W_qZ*7AO26KQ7]} G !j)o"!.n7 8Q^v{8p SE+[XSUxMh57ó*^[X}p :=g *jr<.ŀ~V?͹8C41}1"4^j˦_(dzjp7³s*U޹][*%k=mv _;K64w(2-k,N"H;AJ@9YL T | +j~<+(G8W_\mĹTuBU8h~2lK>,)ؙb}¹*lxB^]&xcg%_B09^D=ʱ\ !G $uo(✚=w!uf]}.*ѫUg6L,ʟ܈mr%rf/3QN#V}lH]kؤP!S$4B6ܥ{9um\b "6,]gkue!}.%ocm)gJ\aHJ# GvQ 'yN5yn4IkL~.OZ .ARt0[Z$'';~&TE$F@oVY5# z8`U$Rruֲ+琇28{msZGʸEgLf3I!Z #[_Y5|(NDSٷa~ bD U6F!tr;0s(2"Pn} OFjy貘 ѩlP:qݴz&΃ ӵw+ `&ϽAk-:lmpn'9Rw |[!OǙL;?}W>Op0vY _kH;݃޶LEO^|Kjfl 9NiB-Kg2eGExk8鉆՘{ e^3UI6Th Bf⨈iTvM(f!9zUJ ><Ćm5>O;Wa[*"U :H[mP#ooH/jjC4:B7E`ؖD_Elvv35 Ƀ#z~P^ ijDMypP#O:Q5ՀK3,ZH   [ADvXI%᏶LW= C;&k=XtN֑ÙeOr>v r#<~1[=!VWP{o7!xzumSHm;qm!avv[3Ӎ;2Im۩2?#hTgB1P)^38 e %襵'tK7kr|?yYDL=\@SpBWF< IH>>4뢖>Mm &I B3Wc R*,oGoiO;Im to*x^UrJKqD9,O?;̄>QMUaU+aorOfڸb-jCJ_5Dz;J6!7`7q|u_!9;8T-P u!dSB{*-'/Q}"t| p,w5x_kwOs0O1vّ?h.ky.Իoi98B-fc,0"Zkd%?)U2:߻,_׀00`nnnop3=j^_m )HK?iZ$i,,yn#6s!_;~AI[wfeΟOR/,ef( JI 'O~Hh*qP0< bgABOfu?'AiG\4N˟HUҡ"S\>՞zY\ [G@v6#jn[jAs!h5 `w3VI׊N;7dN !WT%\@c__ր#[qf"C$G2+[dXКҞ^vYvn ޴:ѫHPw$fA1E,fj&sD5 ' αɕzΓ]aR؜2hZo*.w){%%6b db+LNoץt؈ffGjsq?J"ݙ_-9`|ظetPt0ܷjvBbϵ?6V OgvqZ,CaѝQ.a_7RjOSUvx%5gG_8{*:ˣ !*|HWt%5V8Pmfp>UUL"`>܎ N U ~+<RtRi-'X}oKv zܨL6a_-]n/䊎zLog. U{[Ak[VN"= Q-k>}P~TE:DG Cz!{L?xP(tUlԎtqWBn" /c^fSadOۯkpc^j8gE(>E G[]?\֜\EدXr|DaxV\G&ɤ`6EܟD v`0zʿw`.֜qKZvҽ)Z|é4Dvy7,FZ` ]6\y¯FW &;:oP4[vK~8`UgQLK.Q`᳡vMeDg(LZpUT׵8i-]0 ULTDNʌ =rs&Jyp! нD"Giƈx $&P$1v.[X'ȞͿ0`a'PU&tS@sOQES|5w.B u6[Bove8@8_%R 9CPrX@nY ͍-%YC@5IL NV+-R7a:Vm )O"vq{Ny\6W 4LBME׾;*']71'mN2{z)}V֭^ ǓɊ"UriY܀E6vƈU1|( M|V!ȵWGIqݻ*Y] QPPTb)R#FK|ߝ^aNJuh̾ L,j9ļ9-\Xg< MRS?kNGe`U)kK QV;ajrF'](n:TD'ۆG >.N19dᧀgzbU104ǥ|SLi+J{nz{ن15-NT852B&>X|N @ u㷇 v%`ע z ZN#Ua2L7P5\ pb*:W繥ҔPz`YUho™nw='{.a"jyCatOi lh~F{muR+ +,kgUGt751GA]t`] BF G!GF ITvfe1NeKXCBK׵(F>DV kג F~^j_ x Ku FPVP˼t<2hƏu3h!> 8*+]~싇g-qDwu߄#[A+-iGZBŠ:[y-?ۚ%bYphzɇhHSa6Of&MDvmX2 (.?9Zѯ_ex9b!*H@g[Z%1EP(Uqz(ƒey~Ӷr&%6ӞPz0,{m! h]Oއ&dn2] Nw%\Ll235޳Y0M0k(;Z?UXvSg?GNJt>r$Ҳp9A4Zhuoo,p0ȐAl6F|W׷"W Mf5ê-%Qv@b#YHUO)2׆ 퉾&z? Ol{Rnx_> !zDFd\>ޝc&Wh/7;0u3S|6J.ӯW[vΗ_O.dZ\1F Kd@;I6!4-R64AXхːt|zM8ks`e5}^ܞ1oT2A9!iZUIp꾠0H,f~`gɆSߒ-  ÄzZHBgpg!ѷDix2f)QWf+c" !CְI[;󜩻"V ds$etem#Rdui :- Qp'!M*DK)11 c%qxfkwTmu&H"6BtZ@4%(&" OQrXĚE_3IxqNY(`3 ޔ{rQ]o"ME2B` ''k9 'uqBayW W5ZJ!5LRvfNPG\c`(O{-O(&}#Ignŵc0qU]5^ PG ߨ,x(mIC {CD9D]8!ʊ~>^]V< Hb 4Be:kqF B5 IA+6Q] ~J*=%{TU.&l07c2/ ,p-+d Pm0?FjʰRT֏鿳xbU Э.THoKa$Y% 5恈J6s<X\jbm'КMY /p7Ps 5iD;!ĸX2CfSċ>Qxxˮž!/ʏ@QNe<ة{ ,;iE΅ ;;B5رO/a0sǩ)։.1VQsG˙ZTt&[o H~ץrCKLА($V&^i+U7'k*Ta m iY+Þ)J["BcmЇ͠dtA)puKYvHU8ƅODIa)`1V%=5aFFk5B`2vU>)'S"8Tswf?*Y$QPd0٫m'kd`@1z(`2U; oui!xGL8 7AJihT ׈} 1 Tte8,"^ssK$8J{IY}aTfݜAyg D8P'"DpmF&"YsSZ_C ˄ҷoJTG^sƒ+(6N `ni;tDib{U4⪧:x PdH[7Y/WK#k6gl0QfFb>H>4]ۉXM~u=L&^ GI/8JWܼƭ&+X.h &j DMO*lږLysj@e+ف]P@I 4;bl/Crзd[G]کDڎopZG"͸dQuoF2+`I(Kg,wBM@~,%0o 4_q5/^ 썷s"qU,՗k<Ľ+JlţL)CHgN#?FEL r/p 4&Nn. Po1Nߪ"W-7VGW>f阃CeF<)F9Lk櫥5Yp`5W\9I?f8PŶƆ]3WmBa:L(mtH+3UҤ BSPNJr8$H,vzܟ!qRY{,r{Kܢ[,e͓P Vh!6n!q3o"kX"q &P>{ !|iMjРǹTb( *)DNAxTfa\ֶ24@'Ӄ6Aj +8CeĬsc\?XO7=ﮆ?iG)M,Ft M!T>pt :k Gyx=BlNm|җ*)v~/>3ط$@]d㧚˱;ED(s˅#1j}:S2F_^NzqA"6rV}`,uуeWNK%b;d!R| lh}Gb/]U` no%<n=oo.h" 'Ewi>Hv^.eITj<" 8@pw4(]z@ͽNhdTÕ>WYKɬ$ȄT樜 iRۦyWG/p -I֥!޸oaR۾0ҏ DKrM_wխs./9g;Lu{+U/9 9J j$Vwbza9aoH=Ԯ.eݷ/*KIqUKܹd?Txy;H|9N oA?5 ,5:U@+D7Mo=)m1ͼRμ3:W^>؇ѫ58Sr,}ߛQ ө^}pb@ENz+:dmIvܕcJk< zq6 ?f;C9}<ę)e3bs'g=_OK)VGk,98"cg61=ax+ ՟ٓ7iۅG#CLȟl=,Cbse/!<7es},!XP{:vɋoC^ S-| ^47j˟#f6[$}GQ4n`kxQa>Tn)5IVO$d _A{r,ZPv> fsP=7TW <#2'] 6x:%br(`Rw(åbq=.Y(?WAҫR0 ر-M7X/[ ]AƼHW\6cʬ=rY9#@x36aܰ'=3dQ Ie9-7 {shhyǨdGt(=h?:K t+t7uUr^ov@,[# Лfwfߐ YZ