libgpiod-utils-1.4.3-1.5 >  A ^p9|B/|R<9E2m 4nwy&ʥD.C0;ՖptϕlY~AqcKQqUY~ő'bQE`Rn+cYXCe GSTwid~c3ߍ֫mFCG+;kq0z.!HAR׆2jE[ $(*EEF:TsH--A$z{OI<!/97?x%Ag.JUcQe0669529b06c95485750ad45b340284e8fb172192eb19e7bb1ad184f875ada7a1fe464e14110b690a7632b6089240d339aa3d019a,^p9|JBޞl=g{ϣKFGxlQD`{Mp>MSO^OhgnE BiʳBBg,LTӚmbr`7IYnku 2hljwՂ%n$KOGL殗؟ɽ+P6m$~ﹿW=-:6,Vm.p}WK_`8ϼ'쬉YWY?m5S F~-M{yXćьٖ ?+ 1qe*:>pA$?$ d  V ,0Ij|    , D  $@XN(m8t9:B4F=GTHlIXYZ[\]^bcd"e'f*l,u@vXw#4x#Ly#dz####$Clibgpiod-utils1.4.31.5Tools 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.^nebbiolo6SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxppc64le h ( @^^^^^^748184ec63906c9150849f3688b62937cb4fefe75421ae429ff93592e3c34f0dd08c1cb88c68f798b4d7a4d3c293aeb24ff22b6b2ae798559f52c9ce27282030735dbf90522abf54f7b839f3a9a82dd9a117b5eca5a1b66ee8c7aa4a64c9facc09436050608c17ed9f70cf728f5f5505a25e406daf6d19195e92fe40bcc26c9a2c2e9b156807419cdf2bed9e80e47501ca80a3f88a1d862206dad4ad6aa56652f3d6bfad0929f1715434bf29ab315beadf3e3507fc0eec8feb3d99b55d0643berootrootrootrootrootrootrootrootrootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiodlibgpiod-utilslibgpiod-utils(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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["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.1libgpiodnebbiolo 15914104501.4.3-1.51.4.3-1.51.4.3-1.51.4.3-1.5gpiodetectgpiofindgpiogetgpioinfogpiomongpioset/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.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, interpreter /lib64/l, BuildID[sha1]=cdc847e2a294bdfce82689d2d841e1617aef3976, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=762d6e903a927dd745100d08a0f51395a1f5429b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=70e533d289c354be3792034b23906289cb7e3df1, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=24a4754dc2c3e293d3afabcbbcd151b361e665e9, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=51170933155a44e057446bda7666c8ff49725a6b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=e1f4201a24389abed4ca466fd808cf1f17f3521c, for GNU/Linux 3.10.0, stripped RRRRRRRRRRRRRRRRRRM+mVSAsSw. utf-80783b74ab83c0273fe823d745777973fd1655f3418b60c5327d05bab89bc7732?7zXZ !t/:8] crv9vW=/S}09 ۊ2cR\7x$j>ؠ Ңm#ܤyV Q>K]p?_h}E$J t2U@\&FR0בBյi`&qVMXp ҴMO'A}pT <7 ﱼA@9l犈R %fGsޕh Cl{v^nf~ !ט1=Nn'T&כۦLMh|AHvg<3Lv;Ui!4.9*?\7TG3tj5FxO 2Dy DIҡA 6[9?!7.WG.%4x 1֑? :n`j\،r9^xgx4m?bko5y 5\ZXM#`5?/II<yp}4Mzz*}S<+Q˰PCɞɠ[Q-Ŭ v' 6ujEo37AX qWrCAT[LM}v'%v HOC7% '_{U|Rt7L𵹡0G VOb E YuF;AMς՛Ui3,E\ƚ{(Un6]LnJ!^\ Djቐ0ԯ]mФ'E*fgFvich}'4S$Ov;r\%55u<,( {VCZxA&NaZvTRm;:gEuj6׶u ,w]B& Ө}-)VWQ/X]%F'.@qfPA!b]6 䊩Q;qdBDjᨏ4DLDL&ٕ϶-$9 G r5XU0~u"YI_bàٲz 3y `]ZOyq=mPcÑb3+2A4Iٲ_{禸<30IC.}wnjĸzXmϕcl@}4i|BJ1 c3 QyrQw$р0hwOK>T~'XN.y;L7戴'vх@f<{g{khT56L~51M>1:?.0D쵉 8I3cW"Z,Sv_3{wbV?]4g?#i#?3|aPͿk_9xWB6>g, t=.K='bGfW#VqId#K"V($rTg?~gAc {˷g|rY&[rPqa)d>!GL(%rǾ NvDrWV[ߥңjfKim~?q'ڈ^>P~ԨNmFq syl- -//+=.*JB;#d.ɔ¸ (?uo4S]c@PFe</(ݖ-5V޼|TScZ~_%t,.6w D{iؽv4 VD ;':XŖi ,Mf~A̙msLfXK ҩP|^-X:@Nq#>>1).[>#J/]kO~{, ;(4-,"?_:ȥ3ƹ< ⥨Z,h\Hlm3U6_-@q{+&4Cs&ǿ<87Yw!]{ j׻L`W&jaru?+ߕ颂39SZӸpy4Vh"܎c.vo8߶’ԏ']G腇c$~q [MwBMoӑU 6#2jV܉$ekq8ڢG7\mڜᚈ O`wN|bsyw x.|C;ŽvX(3]c낚n5~yQ[ӵ5&tNJ/p$ކP4||+`Ҙ_unYrYE`Z{!o8b/z\'vg֛g .t)ia9=< b[zS?A%q}(㔄LyCbAx%؝=jq@i7{{6cT9vc{e bI&n5eB;\O\FB+&pקD{3-m^_lHӜV0_崼Y97´GcIS%NfTgvJhwN~I&]972$!& Uke;~Fe؛@hXTM#P J_9E֑$X5EDmVr5-pcOGih?Ӗk~?򱦹D9a:*ɡX2T7∑rc##8δuSt푌Ijgfp}jh,37n~7F?3tAk8TMFUXp~@ۛc.t7UQTU,AF x{ GF  |tswk'DQ??a#1 2n!OK+)Jj=/K3@0<,ɷ +Z?VƤyO8'>܉EFg&vƶڝƽ Gh&l_l 6eݵXQB}\tL/j4 ?e橢s(j!hQU sGcrs KG>orc8ef_/ 0ިedMEɣٗJ Ϝ߀O(c9\[[uZHQ> p> 9jJvof Y a2cG!CzQػdiW^%8 <"`R+^o琀-2)Q&>a 6#a t9Apk\b,LL4jH6.Ҙ?el#!3u 9fE [a&,kti;LjN$a׺ws@)(q7MK|RTWAhp ZTm}9F{JK88pZr3DbԜ a[&M R)inIhb"ܑue+e89(EOV棁9 ! UO`TwdCW-|I؀֢*i[sȄff[s9Ǵ+P`*m-4R=QmӸ+OQ]=~JX9jNI:4`F )jV #?R:VsZG~hCurbM yrW:D}#}JPr,KiԎ,āyJ ,5G~7`<Րm/mY{íRF U[k^\" :K9 VO59@ +#+멚5N[wz+*u0.y*G9~%tn[ saD4FSjlmEgcJIepat,>ƖđK UtU#d ,~ڜ[GQE t`;9`l2!{EsMiz=bL.EmX 1`#-.!W'$utzY{A}Sak6*Qq=C[>I8sr1HPjZ_r3TTvkM})6Q$#==o5g%fQG\3!hYe{됭aAZ;$ 7-jQOA^nx!e,0|Pz }W𪡕K="o;qa_AmWFTkcQE Ga nC+JUMRү0B领O =n&9ȻE՚,{3&hV+Wi|\q3ԟ8KףIi_g1,n^$\tjڰx-qJȟP0F=7 éC~e=&tàʁy,2΅es=W68!S e`-6C{F@ȋDU2гh 'k Fx.(-/z.n"5ͺ0W"8T 8ঢtJg=[Frui'=it*(>aiR1/]&:]xHo^qsw΢z\7'Y3eyYvM  %MAOД iI[/0~q$XEʼH/SiA2.ԼPk4|eMC@ӝJ{ciSuꎢwгZ{iFۣHt*[! hJh$~2gOf$S4`+Za[/&<0Bھ(5S,)== iyrTtPXۘ9C0 IhȔ Jx}pc* a&-M,wdB>n_Y #Y *[rys?t|t%.)$05Fܺ_Q7l/ ;C6[ [ie z?I] hFJ2*@_`Yu ^Fw21AQ?N&+fZ\4khfjV+"'PK%,J-pjWR(]UKNTbV]87^5ĤtO{Gl%tt: _qa*0ԁjCd]=i+a)ѣ3C\.c6iCŸ> Cdc%ÖK8dYʮTۤ^^D'@H)h-RUĐZяr/@hN_t=܆I$41}.!IS`)g. B;l@YR9Ҽq/8Mmq. :leDuy㩄U׹SPW$r].D0ND#͚#-C@#"De*pQmp.~_*l.㝆*>o^v"܁i^_6%9yWeiR6=cY"c(>Ot'~BhyPCvSqcBgAIH>J/W2DL֨:_adIGk}dw1Ԏj05TN+ү2}sTݮGz 0+ NZL9 s+ՉjLsukx,`O?O|lHx^@iaU=T$>}hǀ,l`L9ȴ#S8Ӛ.]Jխmfoğjr5ԘᶝU?{38'dh!̮-]1$3 )R4~c-R?X߽Av%dYQEXP.,@pfn2J۾ ޘbTM: ?Q*bx" 6Hhϧ2/"?O0J'-H5ks{8K d^zwnS <YM-> @ B& Qx U*@,Bl r3M)Js%8 Az5XMd8#rR ksLφ <*cL鄘̣g~ >#E/@GDjZc " ,"u|]tӡIIdDϪ=B,͊`yOGĆ'tYMJ\OՔ,ҕp/ڪ?4=VYc9S?AUUݾ`tS30uq<4;֘\ qAxI9?S3$ad!컋SlqШRQs ߋ17PĠ͛sO7W #7_l߶t/U% ]R.,NʩQ21avi0#\{JQH? 7-w"z7R?KmMŢkcbqQn =l7aa58=`؃B}~osDh1ca|P_4R&):#Rԩa?hSr?h7%8Q)nqoLȝ_xPq&}wm!hF [c;\I ZX5(n's蓞1`vHcyh8)wM0C£zcZ`4NA*ѡ}2B.΃u:QRo<ޭ̤*0otTPMdHO X׵LвO낋7])ȳZXގwiٌ/K& '.?RpawA`8t^M%T% L:%miQ‚6 |&/ >3IcM XY{m꥞͖#WI H}lI"$ӃVU kS*Kt[\KB I'ctn|,9]Ԗ`k+(CZgrd3!^;y| kMBypK(:<YDZXX7 !ͿIYa%CC` 4m HGVi1t6r%6jx!pxT]_]H,ki\*sӫlL3EK#)k+!3md P#-953%rT]^e P`׎ ZXܙB |O4EXok Oz= q8.{p.Vp+22a ʖ oM{]HOG`'S*b(O2:OR_$;XP╪:CtE0dmp&x Y*J03w3ƭ^XA_eA`ޛ4 C6^;~]նp՛gK0QӪ ]·*ǭ& 漬Fnb 8A?Xڷ.X9 0@7<[ҩznJ.dF?:%`(eW}t;Λ 8G=ҧkj\>,Fv.{ՙDMãꬋ)w\KEN3hո}FmؖJ?%{o^dW[~oR}aOi:Zd"H rGwM".ܜ3tb%8.-)o#qR yCby7m|vӎHYaV!:ıO1g0@_l{3^^2> ϗq9$CZfg_pɆqPmEpP_-|IC 6 !x^A6ԋ2m5;6"Z5 TcxdG~ zE?sSs5~djuery#`2*B!ڣ st976w: 4V7(ePǑYŕ}V+~u寂W&ІI[~LE@hheUE6d&@~@`Yn[ޮ _B#8jhW81hI,௪d en$j:~"kvUN$d}gό+ξq'sf^ƀVu$D[\.ZijL1RoS];$S68>P W_tR :h:;;V.Yr!_RW~>Eai X'ŭ0Ĕ] anW\J7{#zmOS*t3dbFإp3T8r dݓnFFJRa{ݮMS nI$ʖ'{E\.\5U´dX5N?/_fÒMХñ+3悺Ip%+7?Yaz~# C7#gT#*}D*Rq)Z]DVNꭌC&0 1m#Td0>㤹kd0/1FˇQd1ar{,t*_pʆ-uY>"fO?.̠ D+jD3GȅvX\'@15-il6)JrF Q#_ϣN s3A>_LiBץKPϧX@(vd:xr>AQ]os{ ,+9l}jYFxk,s"WOLA- 8kV-$HӁҀO>_gi c*UU.o3OyyUNXTx/@ڪA7^d-;/?} d0=!ócHgPtF1q,} 7>a"W|Sh^h1f=nuLq~!mOYЭij)}GG#a{1ીyK.b^SuoO姀B> H,j~{`GzSUakI8e"6G9LJ@ EEii5ҷP·SDZ KU7'4 w>;*k ?LuL'B A0Mk7Ajy?$t Cs13uSn )_.|N*ZtDZC-B*ٹZsR˂XMNT)fƩ~"XY- OBJ- A-j%6ג(W_6=7نggܭeyN]Bkm\UdmNa\"}-znt>;yic$ SBy*Pc}z>I+}@CD9pҶ)4@37/eF1 GbUvr_LX0LeT+|uϞr|w OϮL@ Age?hޣ݆E(t[yRbk! yKԝV bዅ=p 4-8خ0L/ra(Hi:Xwi,BFEx5-W,p٫jZV>еD+.BhlSyPsLx9 /K2I+ PM]Z^Rz^֖bS0q$nP,bVW:=z!dC3wVU*|J7]t<76/P/ )Wd*l饨1X(Ζ?^Ta]GCGB6$I$ʔR$= یr܋l]$a&Vx+fq`,T`00mn!!-&":;?wƫs(+l) r?"fn2yYfi/Ivr;lV 'LGPa$f񏾕>h֢?R7j}WQSJ[Y7 nMgIc>1jG쓃 o L+Pk56Cdh[>gҁ:,Xawv'T^G`n2k%u+ ޹V`?lבwj AT,7C;tmuQhgG"< ?mj?]bȱC,oՠC9Q.M0*q)3ǧtaɖK8@X>+QG0FО6j 6=k?n'|"EAd?TB ClxY.9WBXt h(=GҒnSՈ%a.Rێxf¿[nŠ!G`cًL%HwIZWSlf]*c69Ԉ)j?6~J.2#M.Y8rviA_XFJoڕ_!;G͚N-4b7FR]j&+J@#z]UzcU>e[OQI+i9pEg|Q'* Cn@IyԶQ'oBTĔbp 5>?qRsBeon _JhMT ]RZf6z^̴V0h \RsM1ә*ŬEq}P/Q[ӵa"oEEw^k\E~Yds=JhY5efVǡ\e;kOV 㟁Nc4޽-cN*D7]_4׳i/tzq*66a \:@]w Sw86ol<./JIJ|Uiztܴ:xG#:ca?`4z$#pt א;}@7nGk3KhC<AUWwfcՠ.vą%yt^~MPI[i/N$NC>hs"gS "NG $ ⊵NZvpxIbr=Q(|x)>AS2oݚeU<QZq+.0 bիff M5׺|S)yh](<)aP`uX:ӯ{-Σ_1'ea}{ TPMn YYߎ3 ':9lǁKJoV TUX>O? #}[Ȯ6E 01>w8_Ŷ|jڋf[-2:p"%FB=[q8!>YR BjXn؝ :>V34R(#ʪ/&69,X_]@X3CK߀ +1x#'Vi3e\ZRމL/| 0 qvM2O^hQՐk'Vh aTI&̝( e52|041&9/=Tyi?IEvlQ aI;7{<'~$BBmZ;anKκžDI.uóSuȢ'z[㹩SoHg55E v3kwYV".M6=J{G({L_@$BʉwL)C'h8b#ׁ^rՖrHd-x:-J(¢qS&)nٽ<ӛ.G=nZ*?EŤscy}љd3'ꑑr`j/m9