libgpiod-utils-1.4.3-1.5 >  A ^p9|VƓ_e I쓊F4,m0W/sBr6u@ÏH31ǤD݂ǭPte5I.=$sAS`GWcTln[za:8,l> f IVQ}_ +=GM"pH;~(%+ F(% 5_{jN?!%+)^s{!r[0̱ jLn-fܵ:272a648c764b42d19ba2cb58e07377036ec4b3ae0ed29c70848a375270f88430484e26d81f8ece376397ec841e37131f9ed85f2d^^p9|q6%y,:>5up("r~oċ o@6{t An盈ܼ a*HӇ8d|D^I5GSD[{t!vA:=~H'QC}(mF3.xՐLJ 9L2iBs9RbfSdZ+3u=B6V_""~VXWHe7e Ŀ DUo̾SpiF -y u5=SL PQ;h>pA$@?$0d  V 04Mn  $ 0 H   (D\   (89:'BFGHIXYZ[\(]@^ubc(defluvw#(x#@y#Xz####$,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.^ibs-centriq-57SUSE 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/linuxaarch64 0    ` x^^^^^^711482a32945dc1ba295bc62b9be4a3649ec379f501ca31b584d8c4d2af0f82341a91fcd66a8a854070031f1c91812a7488386e3c2f14c32b42f19c3b1dd0c078302545dfdae35ad2509bdac2e6db8cea3259507e64a9d0c6360dbb72b2bd4e8e0adbe2b2cf2d66564abbc9df25b6209dcff6791950489e8e13627ee9468e9dd9ca69069c2e02e0a45559e83f1be764ef6bc49ea5895aa9e768a6913f71b92059f2711df98bf2ee07c6ee130fed101d183b40d333d6eee5541fa1f1ca7a7ec53rootrootrootrootrootrootrootrootrootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiodlibgpiod-utilslibgpiod-utils(aarch-64)@@@@@    ld-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)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.1libgpiodibs-centriq-5 15914116871.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-libgpiodcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=bef09d78a7126e8d9fa07c84cd618c9982d04f66, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=0acc8760ae9bc611b923727fd565a14191541fb4, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=dc8c71e8b1004c108698ca9e0e9c77dd9f9e2624, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=3ce900cfe4c5ca621432059c56d13ff95a35dd5a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=518a9ba4678ed591eaf3f1b68f1406ebe840de10, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=fbf804695f96b2c6d98f5f588ab0d439be5fb481, for GNU/Linux 3.7.0, stripped RRRRRRRRRRRRRRRRRRRRRRRRRRRRRR@N[2IV=*ܘutf-8aba1302dd6c62ca90df129c2d1a859ab2f8d08aeaed5827f64f5d3d27617d9bc?7zXZ !t/;g5] crv9vW9 :Yd' }ՠE,]~O*z^Yx131kzXľDy%=bk W;m#PcD:c2M6_n6(7#0YjJd^V徺:)`lS>Z{d xK*TA\ aTWO6,dы"Dߙ#R5UGdm]a3S`'5 z>oE`v\yn"ϰ ZܬVSqqokxvL 66x,:lOLzMF-5875{NTX/c 0T<ǵ)扷uNFL1ְ(LwR)l}LCq.afG7Կsy$o+]sg QE7Q/Hm҄? (%]]6!si,gr(Ӭ2a[ݺEM=.r6+7`CT) 臾AIar iV"SF^# r7 P1XM߃ Z *ԇ^49v^[rļD%=2*6n3H㑐^wMxA{.w/a.gP>e .G *$O4FU4]@`YS 8RdrN zpi7>f" \Q٥3w =mAkF0‰=Ù*x]rP3LZv7,x]}-7DE]@Mj3C7yYR5ګfՌlNWHPJ0L'z1bH󥤊,^vg~[i~0g!mK)Q쌸\{;>_xBr<4t{g{*!%-P$YZCA5T *aIY *Q K88fs=9$s3SA&xdw.XpSR&mqтj62 s)_.m崎H_2q#oI$) Vo%u8O 8GZz:H+}srh.v ͽItd07\љiT_`a ;ڱDz`]i)-lO}^"exi+ 9wq@v٪? Ϡc<-˫E X73 ,k"46>2?$Ϝ0c!eK4#zK͢ŃWw vGA著;b":9*?ќ}ӯSP^%31-nۧK-.s VV2K߳qH\ZL@Rj̠aput f$kާ'Ҟjn5r:)FflJ"H\?EnψR$Igx1`bCr_v6aI'i^t}0=n%։HxpXHg(!^h?A-\?1 @/PgK3b dC3_S0#Z-3w6ej578>}ba{YH.H?neҕᢇQ prW-ՉT^=b@Rb*^G_S!}l?O ̬@z,򲑓(ڥ-&yq°!ה$+ך' hU`\reIU.c9%Xzqן=:WΑv%a7͸`h^y(å kse@U)ֱɛZLk݋9Coft{Pvj[;CS0`9F~[ߒLI]c+-ًG3˘Oc0O :e 7ճ}O.u@è\3p"A|{5ܦnT:޳twD4 mWHnfuWtU_Otl$ԫlݴGݕYgl ړnZ ݮPe3qf]T<x+EeRijG7XW3FE6;vnlRH?d3Pɭo/|i^/d\v@^rfztrCVEy:Zё~@v` "*8G}iPCVŤK.b]7i|}V) 3Osq{8>LaR`"/4}'Ob.Z0ӗRfMt}`X\HRׇ}[OCU5D#Ԧ(D v†]ͅVp (aTLʤrˏ& 4ݝ}׻l2RgcͳCD53eVrl1voGRZj1;Bl':L/,OB bxw?l'Y\Ͳ.+惇H3۳d _^W}Qbǐv{gI"ލ#_,e"&䑎 Kv[V.ulNBJcGZlŊF`|oT2zN*-H]?8Ŀ*V\dڟSZk~BFԄOc"t\ʑA01eƹgujFp!~(-#PL#VpkyJ'7ϝHucCˌ4 &ᆫ\E)]! pˇdfi/o{'% :QVY#@!-*iBNv9pj!b~Ï !Şuh-\׭CB j67&$-~\ǩ՝ !T1KIo Mo,:2֫w³>ܣa=ZY1AFn:%4rrv ;oCA`^zZN&TTA'.f.X9<PȑzWMcx8ďmѺ̫Q4Fnܤl\$p t(3A+ ?x?v;y?b$`c,T, (Rr {t~";ֵ\Ua;ձkWFv0U2/HU:Q'}yM/QRUg2h#J7)wh*$(K>8g0C'!…Y`Q驡N_Cz;!ö&էKVi}벤mj t<f.k€[Eqtd{E^j&鄧2oS/k]&XO g- 3sY&+ Ofo-(:5*3F3a튙ƧQMW`)ϙn~ u;.(Nr$ )q+`:Xm?Lc.AR>US~Oh 7[!Z5/ᛈ-údw2H~\G|p#0NrG92=P\Y; 5}S=pp{F1aKEʅ鼖r܎7S7;ꛉjpSrQ OS׳\R5*r0Bo/CM`1`UhkYS<ښAp0 mU5Eh%r#N 0n38q扵bg'sÒydTr<\Rޜ^-3BUBЩE2{Le>$zeO!?1$RqR#:;n |+sRypf>3 M=Z-.Q]:0^c};.(S& Zj[?;qB֕mjw5(k|lb^Yez7wkS$KL^u;RWX2ԁz(ˁk ;.w-9. &K A. u80+T9,\2&*4ޠbVMߴ [G@Bx>=JfEF2!Uw-Ez,dX~<(T' L[i¨eaY}U(o#f-.H_w6 k^v=A;!3AI_RE 6ڿOTS)+{ݡ"=L+~׶e[ հ`Rg5>_ٵk*=.aŸ  Pgǥ| k{^/:7)8oR7ayA( \[,6uCjsI1[,~0u.x'ޯ0ƒgni {EG9MIE xY ?jgrK ;_LVRP}b]:+jJ$Kn ?n"T'2-uy-6f. 1ǯ8Ǧa!:A?Pۭ&z 3 +㔞p/\I0L5רЂ\cד޵S Wf n̠y& ~#$m^k"[.zڢ~zŽ qθWz?g<rO R\ 0GIvakIN&RUG*Br)^9lw9"zpO*8^4Ӧf##g(YgH9!;!0YwWŋv~_[WfVtIN{ƌKâgMq-E'GߘS4/gEȘ2RM)ax+`2gijy";F|ZuGRkCwDً}_P @J;0 f ߣyv-/WYϧ ! ꠏ׫iU|0 SGUzF 63l+HC1h1 ³dAGpT5 >]_+/xT@RE6\!?ojen,C7diX:NYB4xJ9:$ //Aϛ|~vẏQPۣ%X`XGi[{tYqWY}%a`kEt*U$3NrJ_ m)]~x :ǑH>=WA(ύ?]E vR WR~!>?ƴ0~@l멲pSp^Y+NxwsΧԔŐ~;IذD`bF?)98,6C2A_`0}HW6Dx+c{r_u犮 x\,tm!N|C\_)n0R?m1ro5KAQZGԳfWq\A[X#,eV4Dvg#;Mmo DcFtKfBL;ldP<J5[pzV#Pl~sY~k!'lR_9]Y2tp|Oq(M6t\ҿj^i*v S6w!w 9b`+~NUpi0}h\#VMPS]r7O̠2@u:[z~ >YLiRܴ ºS,"mTKw}o.E=)w>}Ȍ+2Qޜ:;HUѡD0J ]sAfCV&ef[=*8M عkGzY!GYFwqL(nV(~42 "H k5sFn^C>'<{E%iY#-io#4njB/Dd 䌲!.;؜Dy s{<3QJh*]@Ժ?~B6ykS*LXxqЃ/TzZpfm]z[C0sŚDDb1>w`PS&I)&:Viz.jgU^K>~ZU*sB9^hiRWD$p>`B pO|yحF^' q0H9Ao5VnZ.Ȑb)@TǛ&;й#.`yT(a4 @h}Yݏb噻Ǒɘ17xz)5]+j Fx&k`0oީ%@A>+A:蕯Y(xH8؏@ڪ$CMnbX;d~>['Q"\ sGNWp=XX*;ZIӡUT&Nn}ӯـYZ>C< sٖ#q `F^ Pk @e%(EǞI6puBKfٍ bTK}aў^hweżgvFı'ǿ>y/Gn{A :DWC-^~v W X7ka ^pDayilR1峘GOZBm)5ͪO|߼ѓj?_Hhwis(Twشgdj.pi Z+]^ *5Dh^A+@,'ȸ|ahKH^8Á.V?,r:AxtM oj2Tعim)HXC,,9JguuOq3XJ `՜oa ߋ붵8a׺SdԤhQe\G0ԃ]nƽBrj8Q#S-ovW !p(+Xc?ЭIll7. @cZ-:I ZV.)bgP) + o"9m0'%@ki_VaOp@w~(>媏'z-~/199Ҕ|^sfJx0޵vd^5Gȉ1ì.HTHMaةH;7U!W}0{TE̓uء+fbcO`]?׭2#"]l1Ixy e1PR1c:1v[iҥaӛ~< +.Pޅwn&X6߾mS݈R0rɇ=")i¼|sc47$RԨw?DyC(Q3<ޝ& яe98 U,k$2[d{3 TkJz7NN7vRR.7]Ed XDMF[,4)I!EkwW{?2jSbg(ϢαˁU4("xMՏE,xd:>\|eScN7frah-|5:8AliGe!C BJ #2f6 Xr71eڮ(bU ~g 03| byA3䳥P(h{Zs'xF-eERD945w{C; :SEbP;u%)~#3ؖqK7wěiAAiWz av\rIЁǕ6zvHGs:3ihݗH+V e_:Ružũ8Qe-KG_EӰD  H˔:b];Ź%46r@&.a ۽n>ؔ+(\Z^~08, Sz)s+Xs;w.Z1A' 䦼cVCs$zծ0X̕%5ߒ( p'1'^R, _5 jG035؝_C( :] b4Lgrb SyRmbXL1adޮM.Kk7@ ={aO9|"ӅIQ6/*mHqEt_/_?.81*/S_6jxz3nh!y頙.&Ϊ3]҄ru镦 *4kvvYR]a:H2tF D ښ"ӅxRN`TEGJR~`1ѫy5w~%x[H$Ί|d+ sP;g="D70@m8pľamoDbX?cWC.ݙuh';4yJ76ߘw3Ggɭ%Kc+G5.JHߋL/#8O}/<È<7pYU$# )y+͉uIoeUR-{iJH,zث86$D!ȕÉLjV*(j%ilZ'fWC{Dw!͡gs uǚC=<`C@ˣo,ھx3-Іq)h&(i]R6*̱ͥ 4f9ZaHWTyaR81xbgi<~N1vx:/{s]1Mb3Q#]my7qKJTC.]P<խkB|;}>zwH=țΠ%nb`)oB+j |*Rx{͵Ԓ5bcvכ¤n@Lj{^ [oF5җjVDp"?_C;gn*^氼K&V4>(#B6"gmBmVd r UdY cYu %JU{ʠ G{\V-e~oPzdJ)ǩM9Tck{r YZ