libgpiod-utils-1.4.3-1.5 >  A ^p9|I{D $縉HҲyªF,QDOdw\W#e fyB~)_׫z_RIyk`LF 'PA] vٸlނBq$b*Y~>M#o!dE Ʌ7Km Vero 47& ;'C/J \BpA$P?$@d  V ,0Ij|    , D  $@X   (89D:OBFGHIXYZ<[@\L]d^bcLdefluvw#@x#Xy#pz####$<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.^{s390zp387SUSE 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/linuxs390x)())99XIh^y^y^y^y^y^y3c99638810f452cd95703bebb06f34d80fda2e4191508f25b7296d5d345cce86e55097ecf87428ff33db2f6611014806e30a36e3ee0b2f2ac9dafee38ffcf27454a901c34bd89f3b2c42a367aead9290f5e4ec314835707a4c0e5b6687462b426abcedd0d19804e8cf75a1e4ec8479ed1752bc75f0951eaeb3f0662b9ab83bd8f20482e394522fa4d674b526719d778a07265d15d535ed80e0e61424fcd1d2e12647cfe0fd74c6b1786d27fcba3638b9b14f24c6fb01a3bd22795d1ca72f1e8erootrootrootrootrootrootrootrootrootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiodlibgpiod-utilslibgpiod-utils(s390-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(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.1libgpiods390zp38 15914120911.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-libgpiodcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld6, BuildID[sha1]=66c8aa06424f03cab7f6b111168a6ecf001907b2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld6, BuildID[sha1]=0abefe3a0dd56ae84f6c292524eec320a2b5eef5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld6, BuildID[sha1]=8228e64520d3175104d9c9f9e4d8037dce0e95e3, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld6, BuildID[sha1]=3fe5c8b05a32c8ba78256c4897a5ad40f2255e13, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld6, BuildID[sha1]=681cba089740345f8ebf738a72a6f1d5811b6a63, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld6, BuildID[sha1]=9c5a425659a74e4cec6e2b8e0847f80eecc71da1, for GNU/Linux 3.2.0, stripped RRRRRRRRRRRRRRRRRRRRRRRRRRRR=?o(@Poutf-862f0177591ff0a1debf8577f370d4e3910404d14b9600305fa14570782645686?7zXZ !t/;1J] crv9vW9O>MqLkçfVo`M¯W@k2:t@X \$H0A!QoEdJP Sx >%̡AM2hf/+ZB*H~;"A^0(8龄%G{?_Cy=-K[֛N{j)5 \!{%qDZF_O#C=w50|2##ihK"_]p✚MH)P!570TL&RYQX[@ÿX%NU[X#rUK"\7Xs_>~@RyiFlCQAv|'9 D2 ,\\5yZz# xfY$+P+;BT ~=/P7rSAǜ?-~i6ljnˤ8n x yOECfЕ4 a/cbw$ǥ!hP8Fo|qjLWQ3ͺm# ]o`apswSid$/rY84@x0+->&g#5kĨ)23 ~{-!i>[}*E r@fh PIt=E!Q 0['C1OMzh+@ۋϖ8<ދަ~7PH[im) -9 <}SOEPE~44ybIƳSg-dzJXcn+zSvbx/A9E{^ʠdpx=Z<840ѪԞGnXKEEcC7?Aܥ[ +};= imF'|kE3XqHLiy `D%=FYDU$lfCj]j BkhV<5ѱ(+@ >e2e!g>j#ۢd d)ڦ< &aw'MGѶY %T8.ʹGG( -\PgM3 mYz<޿fA;Sm1:Z~] rK5w:=d1=gt? ~7@xr=clPEISGD kʓXJ%!>Oaڂч7 Q[[Pã±.ZJfzafYh-j21 p<03H‰9t}LJ#(7GhSȢ,KaG2fyJۘp@=x̸57DVev3! S8+8ָ=Ń]Ut%rFt9U>AS[Q cC 1f1;Qŗ^g^uv͞PbF'>+CSeK p4q[~0,})gWo0(C\> :,%/ph6򟽴ABRV^HAJcO)>;NJ,j"Eֶ.7`_S⹤l! t`հۏьx?FE[Rq.v 敹-P 2XYz2%-}ȗ3348oFUFlO੉dƭ*X®cϧ4U0`1{Fʖ 5O M_qX$cta쀶]Uq۳!XzpcC]]NPQHqnjBdFqJe!7Vtrn9)ߔe$"th,_{ަrM],xJn^um|U#g8%Gq^챰2r\dЀP8<" . ȽMc&֯nM#3fmX{ٖú4.`s-nj)~RȄ0Q5F:l6AW?HkO m#޾j74ռn:DbbL@U~@EeJjBJ(>a)Fe5:,S5 3Nloseg33r nEna NO1Ym<۝8v]nN-: I:E#z"L{6Xqaм\shZءᖜjHew`NWiG'M)lql5'Hl:;uG򋇫 3Y.-&70NSv_R)e :'ܴ<4 L <ֶ`h_{ZmY®_M mÆ l&4*x1]۴`Uu'ckYӴ^fj72R7lI~ 4TE(1n*ҸKKDqp7ڗ-j4jc)LD1xXIV&bfqUVw~d*Ou[0 bWu^?sSI8!c#הּ#Q|DLX}1D 0SPP[`ֵi GA`J>عWqZaX(d2B:”`asY?$(`gud19fPɨ.y Frt~})ŌR*9q/:H_P~mp %`VC<XYSJ8L7DfUBY,Ng(GөN{@2{i_x>?º󇶕SwyTrE/!QY]5T1 N=Jg<-SL=ƒm*_ vM嶂SޠBB 8C86`Qx! jJcH}،i!s9kh4scQUKƮonuF#G]Pte&-aeO"nXC 'f9|#^'\v+g׌ ؆rbN&^"= /:om*Fj%Z t6O!zSCuӬGH*Ev aEx||A9wqa3 jT~)ɜCbZXw'w>1g¢n͖ }a1.J@Q"ᆂҫс@XzOX4OJuF9bBsS`냱DP)ēoNi ;OÃuq}I⺒W^p4U;y+D]$o&*!dz0d םz#hvVtw1hVC^#6sQpou>Dq~RPв!i\͊"P0|d] ޱțduaAQxW2=:nջgRb"%X?3$ Ƶq ) DsKi`6?H}W@߉[˔`ܘ=Baq&r!iBxʡ_k͹1vk9c N,3 eTWOЃ)bQL}x:SC./߬MF$r<6\ :Ru[MV3|Q죲=(~YWȝemJGkC4?r;%180'̱ķoe7CtI߈:Xm)W]K-"[[1vr;X"x߾ 89\ =؆թ=Jx 6"PF9@n*9 ]Py!{T͎ 'V^ƍ+] !^#8<8t=Fd\yS,%~|5i*k}}(dBkH$KBhH٨Fd|JY>j^+%@|ݥ6v:$QxYC&W#kz"S= L.\9P1L )!$ȴ5^M4EϰA6mXՒSB]' ^e`(w* $a+:O,%EyQ vnܹy|\$Sm:<;=J4y{t?K]L-m3xaY)/aU`2 0;-{I&>ï!9GHJW EL,_MU/ 3'l q*|/s yC 3hg|(ǸWTy Ռ`h9B@,L;Xi"e7!+M {=/̘J*&v,dCI*$evc%ls,4 ZpLtv=K+YFVJs\:^xD8%bvGp=MZ!03@tж']!㯅|,`h+Ed +9%hC)԰;0DQ6Q`,77r ~ Zn̙LAq/1RfLOJq.3AT㾠̗9˧4@,/(Q#Ti|3zAamPŐi{ MZiZg r:dI@΁udXʘ }CS`PPXmV1\:2r!!1TBD.oy-'5Eb [{5'4 p"W.HdDu *?{MM5\1DpGN3O5tD &E`p/?~&Z/DH opFƂL q3 il7qt b+b/k?0㩓!% 6:vCb~JTINrB\ qtƐ!'58UGc&U9RUC`Cm^9|la3Yֻ+kք9DP벅PBԯLxaLmk%l2^;{{.Pr## rbvnT砡Clrhu)ݔvriOEw8R.Kn>@eeQF1K <ϵ[7R#T yf\j|`/iPM}a >Jav=}$lz][πFd 7êyfH.r΀r8y,h:+&$573}PZ̓pQ$x.;@>uU\RU)cggr!T?u}C֞P:giq+\{~qN?NtЃfM3&VPz#$c3( ߠ~bժϱ탢ݶ=x!w'R}溓 J_p"tbMHr@ݖ՚>fF_r薅oRW l exizW_;W2M:mvV: G*tĜ0/o:^@-1!gA$9dӖdF _kKK|ߌ=ecWy˜lIHJh0H gN6N3`$^)T ~7k6Ҁ*EDž9CtF0v?{L>AlFK,$`j:웎jX# ñ =n߲@0Ukc˻ gJ.J*n$ߺR]iS{OX{ƻmo7xH!)ӡ-'Մ+:n .|yN;M/8erSL*yspJ` Y2عӼ6_ ^ PV/$'C?Jx$.\qO^.Jn"\\VKoz)sgF.3pv1hQg?&cW`oE'E.l%xo`iQXcEZQ+ yן N_dXuU\Tmm{$] 'tY[_LSpgԒNpM9={]s*ck /u8ؔ=@/4 pKڱK둋o=#9]~L)q/T`6#xj^uMWia\eqy2C7@|$m<)$k+Ӏ*ɭb済,uܪhxV_bLD>R*sH *G"6O?xǺ"tً;E{/vfb`[9 b|v=t* ]=gs:h@$^e챉טҴzud_AuԸ债ƻ_H5;THCG,aW|695 !3pVR9Lr[5ȶc @oxKRnZG"-@w'ʥgϕkb#qQu8͚+[ќ*{519ٿ;^6EeWw8(0v E¢tg 7o6!? {d:$_ rv@oULplgd'((CM2~sPwjI?Y'KN'U]B{_zfĬ_z %[;<HWœS9;VM ϚfL ybɗ-$׎h{R0Uյ*C̶ft7$yAUWt 1% e[VTm +9'5A4O9i!7P^dR&\d 7'1{l҈ߐ[e~9EVKOREXC(6a<>XL6𸞑":ldbWB >z}&Gl>dXpfvtR04QQ{gX;B@JX[ըz DCM> iYQ]~!:z܏FN]eY@oClw-G[0t%G[`RCpA͘ ٕB\׹t}wxazZQ濍BpZ\.?6yNZJ>)  K4 i@51N,5)dJo Tf_Z’vqyK؜xl~n1N\9wQ)S̖,|o LLtw2<%^NfOvI߄@y4 tϫh(hswͥ`1 }W5#vRn?[}@y%UZRvG*H8N`HK) Mps7BAU|x53;6\PAZFz)-5va訛3iiVG\8OK}"kJ,lfږ5)ٔyʬY0|72ydYWy`Pp&GO BI;:kJGgZZ׵yn[3i0^PCT=i1iSwf ^(/wAkx  6[jAh-KnJn᪝M=FX}Zw qW#*Lj VI7֡SxƂpm=;v+iҔՃ6srANXӕNHVmЪ@MȚ|-bnfJ`w=GG$^?QUz<7 ϙKB?{V2oiT%3؞<%hY!"Oa!11j(DtQ|q]UQ>E.e`SGqnP\ЊQd8R I0M-^Iē_RHDʹ $ޤ> #f_8 7@X$:੤>]K"lywih'b4c 7o3Tȁ% ^#/w)5Ofk&!!844APoT@0hr'˖(~tN쐦s;:Vs.f~"g ؉nߛS@Xx1l -. (d[Rԧ:OwBTq'j KR95N+9rxeAj)ozv@w̟u2:=e^Mupu_9k1!@<݈Tlͥ`Uqb YZ