libgpiodcxx1-1.4.3-1.5 >  A ^p9|-a )ƊhPid4; ۡk~#/}ؘ2 7c PúJݻbd RkǗoc0l.7qw@Ș3NEɨ`ugȽKb ڔȵ[G9?߹?3:`|FYV?/RqNy.!_N._p״H%'=6I*ºudf60nxSgUZDc.1hK3=Yɶ b4a998ba526e2ff96cc8e5c729564c65bd468ae4c13a65ac568c655c69df3939fc52570777bb96e1e1cb3ccce53b1e08d1784e2fv$^p9|P~\ZI82P0.R[+OdE0!mTd=Yu0(tI"܃Y>goEt ̼8LY)A4ؗε/ECm"=^ `|T%_@ 7}٧}NS}qh'G79:ռl[Z<<-< E[m`>vJY8vbqcSjHIz5i`V??ȝjJ%%+Ӂ'2 >pC8?(d  Y(,Efx     B X`jt8<F(G8P9:>@F.GDHLITXXYd\|]^bc_defluvwxy z$Clibgpiodcxx11.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.^nebbiolo pSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxppc64le p^^06088666b9ab418034b89b5bc939ac34648b403dc11a8f5322413ff693bcba24libgpiodcxx.so.1.0.4rootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiodcxx.so.1()(64bit)libgpiodcxx1libgpiodcxx1(ppc-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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/ldconfignebbiolo 15914104501.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-libgpiodcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a3ab5f3182058281d5a1e2f1a0a562566b7fd5bd, stripped PRR RR R R R RRRRRM+mVSAsSw. utf-81b0991f707483a4d36a1542868640805824be79f39c21d0c71e59bf98e439c88?7zXZ !t/ RT] cr$x#+X!ф IJM0}*q+1W%^BU҅̐KW]8o^RIn8Mebt^"DLx! IlT=Mt5FM!qE %oԕlv`mv0˹rtë/_%vA9̚H%XT1+[>!:,q+a%}` za74UxMO D'.& 'G΃_gصS|TTдU.1R(3yW^ӌ[ԎT-hE{O@'́[6q>=0R--l51#Fuh䝳6 07+r;ѫgکbj>_TcFjEAKK5:Oy+?69Q;CUhw89/HRX;KOck0= PTҐ%T,Xn|/I҅7rb42]Hne:>3lK-—כLutpPG6Μs0=D=Qĥ=1JK_QOcusd4\;U{%̂C Džݓ gg.糐\yWS"g)~1JUo~>F Z@xP WTTI:Vs9wYDcXPMF5HyQCgG7]])TrT3XgKY_z|Ћ}_]yvJ%nYQߨm^ 4"g2~Uԍa10;½)Iɜc/ݩ 4$zct ~x R)f2 u{{ϙy{rB,:x7b+KF;EFi[^ p8b=њQ@eP^^ WTo9@ʃʯQA #~SɎ|rGq'󞵀DWћϝsqsAi"HWr{Wpۖ4 x?5KZ'tiE]iOxcHk=oSLi:촡SE^mFR_ʦx?bt]#%*W .6tk{4!4z:dpkIK<*`ħ:Q?J]nt`1 UfJ30 >c>RA!Xt ww2k(NHS9)Wb ?',eC5uT04[%@'Z}b1J"q3Ʈ. <ͮ Gla%lo˝dd_ ]npwpР7`є z&swP B92t[8!sg5"FwCuwQyg[lG ]^P @-YZLW8"=u@Z8ܿIf?3!.WD-Yt.sG/3&}^ i1fb.]]ɷAA\CoXFnO$t4 ws_atnOmyT;NLchEXrj#UVKr\VaL[w_BA'Tłݙ:<"v)\"wc B%1u )t4T[Lo ,8[w!\WAqI+ Zᇤ1 )czbw.PV#+,X L_>F,?}7^K!t<'!/:z=6!xD2/E(yRwnc5R^~bRv kn%F<(1- h?YNjr@y5$2QSlvTeLJfq|xh2w"=Wݲ 3tyT9b87-B kuv'_HK9|Gi)'4p`C JZPg3"U#3\ ,BPabCJ2vAe.SMfi肃Vƻzf.?5]Mǩ.YamiP#YTW#SHܜM9kvg9hS"ɪqסmkHP$& Z42[3P!f,kmrv! #όYd~Eq4`ʌɡ=/i\hI0>ӳ<_/͂HBLjnܠi}ێXm)D_a@}?o^n,,kSԆnWB˴Փ* ÔM*)*~nusfeymi9{)26'@a6yVѨp F\#RK=-7O7a'z5?CFΏH`߅.|B`G+qL!M]% JLPH+(K% o^!e}LLw|p46N G ݝAŏXi_S6#U 8a-lo=&Up Ɗtxz`NH^ldsG%QwO%,i"BU;Hu>8< a~9|xM"]9᳿j.s8CXT&M2Rg` @fǑȎMeL?RG\,6PȟS M;7QsЍYᨑXi4kPΊX3c'̮sQDiAI=~ERh6}b2LNRt _B Բ(b!M\y}i?&RGvPP W|,QXw|S6ْ ~C! _'SU8`+Q l8_ ܪzP_,0(}W\ Ν%A{)KB遪44?ٗd ͞Vy3ҐCySֱ*,Fl\%-g!LD `~DÚXZ*E HZ %]m>Z\QäΗ'+Fe'Hs,%򁬤cm†=P \ {g=|})V.B? n[ xvӣ|_)۠-U4JE,50B[*R,tǰ[lvS_ȵ[D0~Dr*O%dfcL2g%Q+HA/enNxfv=~(_&7v// :Rƨu% $&K`zL̿菸Os?taZH4j5&Jɬvdm.|O_eÃ?bOМ ?ڒG(?! frq3N/SC8:(eHdl,cl4 68 pbq9NtS/fAL:Zi(-}{N:h2Ƶc{ke^~U@7\4CytyN~\*R՞ :TS(fb^V.;D:muiZ7'Q)7,u6׸P@5X ĠAjANTLoh_/G3\Leg[z%%#BIYRCߠ:ed7Y7z}^\&9AP}Պ0L^IUnWŋ]V>PewĢszt^Q1@}ҎDߋ[4jz%Yj!r+:l6Tc^_A8[S4~ܟ0n)[?!X'?98^Eiϋ0CY0+y9O͢2莧k: pCv6cMv؇~We_V+yFŭb: 5*7~V NݡS5΍~I78o <>8ȩ t)ߌhqҭB?!TcӠ8)v@$jmkud˜TNTm\?E̓A-P+\Y'P"Ѷ#.4ʸ߂9ðj5TWɴc.=F$G,i',4bYڰ8OᅳVQ@dj!Ȱkʴi+~vҕ Fҷft;DtKP^-81.zXNIp=0<{;{/{InHgM 2ܬsQ6ES$)%T-Q‚\5 UuyN#btK_hG~x/s:.{r]<\ wJO  |ψsrX b(jTD]DdχeD'`I:.|߆_OrT[U6GT˾5=<5<6R2Jm($êUv#_ɯ&)̤rsV27ğYRI%(#ߏ31 !Z歹G1sk9.ȼ""USwNy*koQxoRfOB$~S{us\jNUn iJ&ǖ|e8&#ǽ3_Qɔt[Z4jOYGw$ ՗c?u2%+s4 m/FaBg[:9l"?0߅!\3S$UliR B!kL9b'#h̉DغJO[iL#@.5c>yDxVr`apU*>uiU9CP6O4&ё_[(=M2_ʯZ)+rL?f΃ޡIaP2Bg,z8q*,5V+GtBLh>M?$}\ȗ"Ǫgl<֠ hzz8l5s\UzΫbz\Xo#ݞynl@u eq[K7.u̶tS b%#Cw`SV[Zbz]Y[,ZF䈰z6U  ]Tr]msn&%zhb6wA WW%:L3蚰/VٟP40kݪP͠olfkNٖL*_&ŸȆh y mkfy+>y L Qa+#M690 u.(Ē(kJ(9C ꯳%?l0uv80["5CKg=Ppìo:ړ-/ٓH;jM/ -mYq .`kguzxߞ8y9f|k c#5 tҘpH6J4q7]\tdsK̎dhOE`OLx??2Y(;:{eI $|Pm`x%D+:`.th.1v2tHn+_n8^sP- K&sa]0:2HM?*M'#ץx.oџtgBzfQBnr 29-jD4Q[QN*ps]B_'g̏>;!|;f)ԑ ΋dmZsժnk"U%f/(N3Wx3ɤ=DZb+ڳ:Y1\1ony]C"r.Z֣@n>}OQߨVTLe*R%LKtwb @b۪| ^;,E |u7z{x_zJ#ՇU]14qR>'O+)SOj T;_bbYBOFUttKH |wC`vn|8&g}]p4D?0Y}-jZM E`n1Yf>΋9Y ?"- {.9JH; 34nRޯeP a0}۷_ͅA%@L8h`x|c6N N86Z=ʘ"@L6X$IXF) Ta#R%A%hzDow' p8A*lZF BoGU%D=X6Y 󮢨KC*$ (4p L7kgp!V`YMZSytt* pOw4?S>8E Tâ_n Zɕ.~sPkN|Gl㝽 61F'ݶ Pw Ay1/8!&wfJBgZ7f6!\#n9\_xI0Y=~qL"taM; HG`}%5sYyg e4Yy$RjӇP2f@Mx; 1WZTd ŒNt $q`/E0j9oy]ӏsLÎ\[~MmfmXF׷YDj~-^*ʡ 񮑐k4d-7x"xDJ0ɮ'mjXG9'﮵mRwʴ}7xf1`D8 X6ZY7c;xHҴ`n5RMo޼2Hc#u5r{O'WH0-*2wS0u@D;hZa%-/ƶn!a1)TBTh,*qv/ /Q*w9;ɘ3mU'/$7:~RNqV@\ Uq(m/l%SU6UFLBegtϮ]&xE:"OkO,y TCIw kzy `MqgJ[t! ™a/s7k+8=ASV)C!d|_J kظrxGJ̋G>νb)w)3"絢qlV&Zqo؈m{g_Hka{!ypOe0涀 Y0^e#DY oq6X5oqknoHUSU5yYlO$+8qCw0&8ťSC%rNzn ?> [|TYDH~Op7g: 5SJtK]4;7e'k<}=ߑ𨚏`U#DD9d]Jc<#Iڕ}ʽG/c qOWD6s${ Xϑ^^zŜK8?Uŋy?X|S 4 %X JRѨ+]$/P Q{l-ҝ$9ZL}<+8`,{', /WoG,3GR'1UbqaRԙU^+ t@/ޗm =kuYќN]Xie;E YQkV@aiq.7xA 8W4=COך}ײ5j_JC+ڢtYXkXD嘉 ^^Iσ.Ghn/W_%Y`Rjhq3<ӪnC#7v6ڀE[Lx9/壓pX@h\V%P*Q6Tn/v 3Dá3m8xtZG'mҔ ڱ_FpE6c~F iz'&g$Àr7j=ثb=}a=巡0dmu2]IxPbuNp.Yl֤I\0Mͥ"*J({Epe.GFهd}zX6MP;_l"0 WРUQ~95gVx4@[14#+]l0ƃ\iư=|˲Y3ZRV/@q6I;19މ6JU^ϳtjG K擻"꽳@F73 = WJ*( iDG@ $#14LI?ڜo``pIq *xUU 61<ԣcJC-OVu^3,7jLGb죖8XhP7 `cw/C[ax+ngG f"UP'G@|.Sé1!ICbU`)XݗcĒ(Q7[/e.nvRfDtg},q{h$J\\n+u\1[.:>"J^5M3uS blPE/|U8Q`YC*@:"!Gcȫb C,xH_7{6 P@Zcސo0`.e Z7;e]d3ZF>*6ܠ)1^w>a*Yo!U_Y1bK67 <%k gή̗/2qmi2P8D6ve.jO> }m[+BOv}WO#׵1t&fۓ)uXSq.: SO Vp 73Y0,KE21?3 iM۪oXz\[ؽ"XU]×vuuU}c= =Hl /6FQ WG!{RD-o$ JGgWjM.5h]J3%VWx5d%k{V!q:2N[6_5;CaHD8TV&/QX9&Q웴N#O w3H.w_)ZNx:XT~#"y :gdB:YuzkЩ%tt+m_.{zLX) #@2mF&nA Lb[ͬo KMP6cG<08vΥBZG};t,_6j%x컉g}|j?3*>@P͖<Dxڧ<'Ш?E{噆о:yucB_|0xM="[ٽJtETv D"|3oڗ*}J@e~F"o @^V2H1 N!L(2S+Ř5ʗ T'D|$ne7|= #)3@0lDa]yK0Z ihRDD5=¹I&xU[c.eW%j-评 ݕfKEv&Ԝ!5P4ڍCpfMWj y)Bl:!'LǰqYZ̨~[sm_RUt&KZ"/<3gBpOP`jb3I'o7]~R#TQD9=#;5B9$2m{i:SOw|nݍ݅iíZBKMF\dbIjU+6|vu2@U'eN}31IļvpT%XeJgQ zI,~qݡ;̹af[}}70Pb4l4 UaD:0v0 =ȝ 3 ]!$Lʅ?3״|Sp}(d>0 26(:0a>JTdm#C52uԳL0۶2m)7*,%[!7zitQ1 XP4 ź$'D Ra^&ք n"ZгBwH{cf:s343MuH =aHuF4~50wVuTρbCR˕M⤸ދҌ72 #G'py3eVQK,O4ED&jiV u9lg uM8pM]߄ KK@H1rD:-8i^`ͮ-{SzwE4s"𖒊RUWk vNb-!9fOhg j=Owڂ Kj苧V|3aW0[g@S,sQד+!+ߺ<ߘZ&MwZ)'F(!@Rwu9\HM݅}WI3~' OeCc︊UkstȎ}F' ]K msѪ#rQc%m]J^;6QoSd]ԙAmdfv u*ʼGDhǡ;d7h4̠"Ht=S:nvUv W1*1E謣f8NZ06ʆK[QFъe m4 CK7 vRo"<24MM['T553Ud@ܥF+ l@*lyyXgܮ.Pg߳=Qdd6 0Xڢ&T3ۡ^KĿr{FPLa=7Y`H'Bآsua< dGdZΩ'܀mI/}wcR십<.sSuf̓ӸN6&@$H3lvhWERHOd;/@U%?2!4VWj\YTDLAXp(CqM:ZДG)=Z?G-}o`%<HIPǷ"J6VzQf Z[Q_ Z#ퟴcO!s_,Kl:F8Rg"}vA$e{A^f>R :҇!fV Ultq˖&z!h"p|g(~5)co1'Zh[Gt)*4mqTqgXa[숁{GܻF( +DJ\|6"ME:e,8܅t㰑_a6»#߾JG¤4MPZ-K:aY ͂ST5݀tEe b6kJ8]ajyD6cUջLy +!UyDQĝvPթ<<0 W=*&a=C/0*o8-PT(s(ǡ(F8(kFx1)e ozfTبÝ"7ؓJܑLHFx l!Cw'GY rE·OeN e"\`比MƐ@ncfiQWJ/H,4a e+{~ a )kK(3)kYgozViYKگuPQtH^1MU(;9 d)Iדs]*0zzfo47 R|!ӣ77u2]Q)9p.WC\Dq#Ιܳ2L ۢA;zBKsq۽$}я kU0i{z"E#{:pZrY./p ἋO[\)(%hD6ڐW4zpdrEL^mHCn=R'bXuo菮gf?QULU0'!Z DimM%R3Vwf:={k@+jFDqDU?岦 _ 6֒}dc >L*!܃K^Zeˊp7 aYÿ3 LIՅ8\A.bV{w~]9 w_qNLuZX.&98|-|bb6  KST :kjBde8M~уE;#Y?tqN#sX2L^WC1j0-#F /3!(pU.k5u R̓c u֞ZĤ ;ؐ6̖7 s\k̽yg\>Nbݞ@ YZ