libgpiod-utils-1.4.3-1.5 >  A ^sp9|y왫>H)cTƕPU61hAf;BǯZ t0Y^;qk6!-_SriZ;e%p"u煉MD]&_St6Vo#dR;Zkͥv0O)y@`(}W3 EJѐAك\q0̛.XGaf27637a0089470845f02e9a879dbd2d17dba1496682f2a2db6352bfa69d651f8ad81f02d56597176505e07cd3361bbd4a445e5d\̉^sp9||nH0y&(@[SAFtL'ڙ4HhFةQ%NGҁf4(ail3m{O[t X-c޹:Ԋ.ɲZ#OGǘ1=~)s*mBރ.< ]sжSW2nL3zJl~75fvQ)V9W)c9wĞo$P5;_E#84z(Mǥ,>pA$t?$dd  V (,Efx   ( @   <T   (89h:sBFGHI(X0Y<Z\[`\l]^bcldefluvw#Lx#dy#|"z$$$$$`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.^Cgoat04)XSUSE 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/linuxx86_64)x)H)`999^B^B^B^B^B^B016e779e97fa251a8a0f8f6e86fdcf1bf4ee205bddda6ab4150a42c01f4c95f6acd78646a84590cc9dd295e4f06556fafa3f284f4e391b58b2686ee05508c3fcfff5fd3547a3a6a00227ac4e49a80610db7cdc096ce3631005a8648cadd880bf32bdb92ebe4064db4c8dd9fb378d15c7f7beeac784d02f8b8746b8db364392d6d2965e4ae1457005ebc7b27ba06398f9eb49be9437df704f4023d3c71e9846d7a80811ac5e947af8a0780ab0fe3d63c694fd42cee3a97c5971f6160293e53b56rootrootrootrootrootrootrootrootrootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiodlibgpiod-utilslibgpiod-utils(x86-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(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.1libgpiodgoat04 15914079391.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-libgpiodcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=a8ef6cec17a7b74dd7b85b9e6316bef346a00d2d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=9accdbb60dcd100117bcef832ccf7645489f37d1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=ce38886d6f79e764ce2a434fbccc3109c7a76e51, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=ac0aadb85f59fdfb8e6089236b0cbe0362641462, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=4df1f02e8d30170d098b9dc212bf4124f05685d1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=721eaf36cb21ff587c4b72a28fb8d0bd3925537f, for GNU/Linux 3.2.0, stripped RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRReYP̌utf-883f9fcdfce7c9399499c19e322649de73a57dfdc4fd1e168347aa1d5529c3569?7zXZ !t/,3] crv9vWiwq?ni|\ܔYҗHܞ [jnW5F]ŬҞ۹]6r)n pm[9AQp2W6xL3ШMȳ?t1rLٱz"d+1 @W (GH6+:8XE:6d|W[6ntw\dNұ]dꟐM`NIa/2'Yv#/%Q|%q. WSm5d̰0Tښ! IBt 3 $\6,sh|D^H< TqΓMPRSRݹmM:BQRLx&jʘDߟz5$ mS 8p*!]"J|5An:\2`C)Bۥ [>`8=jY,1Cܿ+t2=2+CT(5$)\7`:@+&EUמ"_DZRԷ98!M{dxi"Cݍs?Vv=xz@jq Gtt&{j%?azOVJ;;5%@1(zoPLuF(H`F񣸛gp8aAC7 Ǧ%|!UF*i|jk $K>.KS[Ǧ-*rvը^lsߌ{cvQE9hEݥjms85$f eCS0w)*YjQa2Ʀ^=K۫K\ƚ7"Q>A޼7pYmrRno"gGf'20n]%ۓ;סw}k^U˂ ` >٣/ lCW@ċvGlF@~6g1-q!\L`*'7RPD[3B=h\Ğ/v`\>?xBiq iQQ_VkD9@B֩#*VX W (c;RFdd#Dʦ},y_i 9 TK{w kSil[-ghr&s.#D~ÞȥAa,DpʾؐV#E1N! . ܄,v?bKS-@| ["&|T3*ښ/jCU4Y -?6W>^=k»M~le/ =̧T2Ǫ>znW"|#pmBQe-{p1gk 񏇴H*tTG!eh$Z AwRbőeCaB.sI%gxrp 7#`Yݥ}[֏h#vN Lڱut+e)ޔ!i)b s^,ɠ:._>kwyؑ\{L=^P/h`2hBMU`=<=P`9S]!DG]_: D|nE]Z35aKyQq>ί>Z@r"ȇy cgd4mt+X7I^Q.bNyN3g.uVk4K#g ^)r1_q&*02& $zpUںg7%B\tF|۶3eXczʪ6u];I_2h|KOUCΕ5;핛0lb0wԘ ujڽq>}N{Ӳ\bנ8k`1:O EbjKuPVuR9|_b:ř b^5hhsׅ1U5:$ Ny$ rw׽qDcya@ :,->Bt $k~`\L]Q @nbt9~n_k;'?aAƹkN0 TDS֌'(nE? PrRɷ.|,rJ-C4iQ)fx*"zL./NBb,a'tia AalIIlFzw%_H?gsk6؂)@㥚'6]uz  9($_h/ k1yՀv!&/&O4Zo](=nX+Z.! rK a~wJHıExXq;x~'@C0~7a`yC_ 9Yb2R#{gZ)%xUՙr| c}t\r)"u+c\ܛXT(B&Xn;hFІAf'kK'gZ2#F =#}3"|5'B͢\q,Nbl5)2a"|޹ReTs*],"J9) |'g6 4C-`k/M[܈X a%ZHk/ ʳ4J^߼ft9-1zM|aP8.o Dd  ኛ:Q"wk1a~6;0]Kj[Do#RUgnxVDWl4! ,W YQUA cP`p~HxTfB@"UdfdA)zJ|H~3.8AC4B\hje~)JZ}'R/s۽_BlܳJ;Xy?66m67qE;YlcGTgrQ?!m}uRm!KcDZfyYnyof^--k{6К٠,bp k&Kǥ*WoxN:垴\Zy)`$N'Blqf3wέ,lև#d\]. | ghAhg$r3|4ᐝvϩG~ c,SU֬aiohPrOqfLM|I{xFzF'y ;>-i9e;f)k*?l+ I" jBk3W֣57 _&*aѧY1C_Z2T'ըYѶR]ŢNC|TuӲk ]f|0n+广VbZPXӥhJ؛;&5e d6B_"NKi<>?7|&A"QOp(zD_LBc'Ld-ւpZCXV(/w/Bk8-7f޵FAQ\Q* e$Ƣ I[+yPNm/:cD4XlcD5^;;ik|(A5w,?>Jn9C_IVʞYrPхS @#B%[YvJgx9\)VJ'y |PG0 4+j5B,uOVZx1tYe]0k4dO, 52,ّQwLo3U&h. @潸,<ZJ!tJdVޛ>6q;\*u 8I籠SۂE>`$P31ɶb Ô laG[`0dAF[@"$~0Pr,E^k Pc-6&3!^A(>ӓMY2#tiV ^1Ϧ9=^cTjн6QpN§c }!uN{l?uZʁ)"BNb9r 9N5@>hԯ!CP_8%:CK~IJ|E'ᦴ.搞R&=DAߌ+- `QE÷vaoGuSvgָ&|y6p9ofd 38E7gEGmO6BfG*)EFA,sK-Rj,롇)i"EQʚ+~`%B')nlo\u$i쁰itykHg7uR,Y!`Gds{qz5$BRSLbZBa5K]2}fe75s\'adGL5i2DOiýq}mAv f}3dzR))ObNk2<␺Z7]YuȟZչ˶'ڜW)bU}5JE&f x+N%,|K`4썡|6҄?pXzȌ5ODP9g!vOER_^]E1C2'=BK&0J"|lodPz 㥨E35އ4 jكimnvlX (dIJ<X_&NhHx Gu6:hlf?ܧKE\@>>%.:ilJ {[Z0[B]511ys<C]R^jmԗG]X2)n8Chߚ̰۔NlB}7ڙh@FMv%W Wqq s촒\3U<Fˀe}uch_4xk;<fc7o5[pp"G5w^S8; Li(ܶt'+EZ70E8F"~c.1T͂CJfFZfa(@!PPC33NsސZ23Y͟`2SG ƵNի\aƽq"!),nHqiٰת<3m/$ZGHiv.&bljSQERN:YR~ߚ^P&jt%*סKVZ ,痰}w[.cVs2206To\:~|V}.8Zkj{ǶDC3[j.ﻪz*Av;S~*k~5d8,v!ERk֩l1!t)NN3Cl (6'j ~@ {;Ϥ6p3e@'o_Ɂ=M•}f23wA-4(\1Gi 6-tS^?_JXzn/jD荡Rv>TR*RMv*%~ن $2eI5BG浡T.w*$F+$HԢ8^[䰢:,H)*0Alw jMQM#?)i`ryשIvCmiYcF't^kZCjӚHԒ~ =e]&AX/t=cH{{:֕}ċ%rl{h(`ykEI-C_`a̲ZfWW(Zp!`p5)&ȶ#ą/SjrQm1/=zG&>`&x|qA CS6W{)Y偆^ߵّf-3pdN 5[92k'ˡxTTtܴXBBAhW`Ρx5s܉Bqی3attaSL;#~^S9Tu_ c1,W:v=6C?{NaҀ3Hӊ-xAvHRU yIRs#1[zH`ЄQ}02i%aYf\ޛ0. }ܱ g OE~ҿmIX!$%EƩ; g2rG=dZ%|~XL!n>͜-rQ;ǎ;eB-Bޏ,x+T١(Wqs!zQ= w49do|bd}3p+T(e;%Z_N`ʽ X4g곡lep;piKTE63v\3iٝs%4T&7V-FbEl}$ Q,ͪ) ws@uΔ<i&|p4 5V!듅N&K'TUG #)2p":aLνC_С?jI Py˫Zeӽ{v($-*I+ s,&^/v^kQRql)Ns)φ'6PDBg&&Sε); 05NȻS"$h"Ŕf= }~MܰIU_o5f)4f0vW7z[]n&FVG;6{(:NA&ﶹ-4CԾ52dJP}.Fw/C{^]1S$`iGpq^Uϻ } XV ,MCէ BHg f"RZZj }7řN 4۾aﺦA՛}5YqLe/~9;u8V{tY"^e 5w⬠oDָrs^' OO~:Q _Wal hٶ\A0W/I{,){ΐ1ho_{Հ)AC< t_bңۦ?40i/x+0^l`dę+"C#Wܔ@H\xֳiU/v8_qoqRIk6*(}3JBNKaWQL4Cӑ.oy:u8I ^U/ sy[4\|'S<V#dJl8j,*mO8Ǝ ;*,jmYqk;,\yCb)Y#5 N$&Tv6"oĽ`r :Gؤd}X"] I>y}I|piN[9q^*Kb?J E6I׀rj$ r-raHeX8|̑Ёҕ%/];\>Fŧ ;W#g\SLh~23+ 9Kw<9Tip n<9ȡP "nNjL)bk5s)49 sMԢgXg-h:ZJQc-Akz D]'zg}N&ơR Zx;#nXS$-E8rd^ dv;q%|S$؆z;3+.XX >T