libgpiod2-1.4.3-1.5 >  A ^p9| kM q쫾vZ e85'A,Lık?lj5O9NjkdT"0>@.hx Ѯ۝$B6M1̲<2c-os.koL;2Din&?ľKcQe 9$C+_,2xb?i-Vc b6+9'!NW=Ue oU`șG^@؅C2&]qT~Z5L|H42235b127a2c354387868911bb302d2a29a6d62df63e2dec8e8e8d4456480e9e8b0590dc3e1972dec3e4661ab43282ff25c70388IL^p9|@5F |-'4HEXM5/1U>K[ Wf@nm5:O͂ۈ340t":)&ʳ%Ckڪ*ԇԣ8,}i*'T0 X ?Pl R&yZ۞:9PSﳽ[|vwrʹ:Pm]uҲR;bC犹'rKF5[v瞡yV C0g=Q> 9DT>pC?d   U$(Abt     > T\fp   @DN(O8X9:>@'F6GLHTI\X`Yl\]^bcadefluvwtx|yzClibgpiod21.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.^{s390zp38SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxs390x^v^yce5902ad868d804e2eaa4384b68d9ad74da56c9b90526f0a6f9099f6b34ae47clibgpiod.so.2.1.3rootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiod.so.2()(64bit)libgpiod2libgpiod2(s390-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(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/ldconfigs390zp38 15914120911.4.3-1.51.4.3-1.5libgpiod.so.2libgpiod.so.2.1.3/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-libgpiodcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5c829ddc7ceaa7805ae1769fb08219e5126421f6, strippedPRRRRRR=?o(@Poutf-87803fcf59ca7ecd58c60b3f8e721f55c5de2cb495e300f110b501792971fdb6e?7zXZ !t/S&] cr$x#+O^9+˖kKq$$W̆2ZWv,Gw 6iRI*7Lbe3/0gn!GJv:'݁AǠ҈&߬͠V먔W6Ϻh|[>6SR&%F^aQ8|*}$ yQ9aX!h}WQMc?C'{j#±:Wp[0)ss>p\ۂpTsX`!b+>[kYKjt{7sLQ\LjY_"ͧ[: _?Shr ' HN%rl.Qt_r^)DŽ魜FZ5%[K y6Iڣhra?C8FᖤNp-V(TrʗF49Sd3Ipnҷ,4c`,k51Il}kxŶ62.'gWV+ApͪzIp K0cl!z %u58RZhdv*c){6bϦҫ| }jQDD 2oF; ܯ<g24*<ѮE8nc?VsO,N54I0^@Ѱ}>=ue3QE*\ 5dVWV"{2 /66*d֖GHQgک㥥:s7j-VN|]ClÕ}nH`=LtR^Q] 7ji $*i7Fj|({:+-hW?~ډ 1l/g|CQZ8Bcg]G}6P|wC&bwplfm#6w޽{F k^sT\<ŶYExDZ;7B f2=o'GR`S ˔ Vu0G~ \O='+諳tlv HÈ} ciw6t Bh}́.P֔g55;[`G&Rw2x)f-ZDL:ԑY[VY༔Ŗ>4Om$.1! f;.b_x 'R7Ь\X`Cma0@0)&2 5B:8 1jPhm vTZdcªn&6X1pں{$Yߓ)A}h֧bڏla]A BJq2Tq$gi_vЮIW_lgAA Tb$9ہ=#{lKFnӈ6)PQ%o zuݔJG\!<1È*\Ea{' Xx *o8GiެQ+ 03(/ck#},gxTbz)ӴiHьk9cՓX,w -u idiL'h]---[ pRo~3mtcRi>kd-ҬOq^TĪm5dU1IrtB(>$[iXO3(ml6w0mˤ xx& VrMֶ$"b~J'iК<=f7S".5Hdz(s ޡ!lbdYB_esoS盫R-1Gd.K\. 2°{OMm\Ҁrc~*%#r@/C_Ħ٨̀`[[`0k0xkXBTN\$1s0odkVd7,T^e>ƹiDoDtXec`z &b{pϚ*2z>T$8zQTo"0! [ ":3tfj.l.i3f/s #G>H3 HUMc`H !; 7䆗V=ϑng6rLl 9{‹Q] "b`M~ ˲V _ZgB!g=^.pGR!cnkfaE F#Uʑs]QDTg3/aE FL:G`ӵ+eP Jo-%IY˺Kʁ77:W\.ZA֠чk 7E$^!$1,:2R9DHԍ%0nb6~[SŞeC&F +BP?^ӗ 읤[ތ,o~F1׊^=}MR|Cz4>TW ;SۈG8$e)p-XufH:&#* P>F~ #'ae6D29LJIZ]]gi@N}01h9+&:j8GQxei`#z#Vp+ql sZT*&totxS >P5QpD0C֍voįhmw垍?ش$, Fn pf1˕~Ӓʲn9H*@M˄ɻCޯ]kh`ܪq{cIN&ycbc0##՜/nO{Ӷ(ba&d0k>qQ.D|s]@ʖʰWn @Os~ # a{x[Akd/V!Z%;3O\ifv~hjU\STJ 11-ٷ)coȌ_*\]ۧ[#A&Aե%3stڨҌL7揩= {%bsoK_?Oh* "K, ȘAYDDbD}Fnlwldre>}ZCesdt(*7X7nIȂ)6Iof8 VP~b_ F<{BWE +`W&7+ s^k!(KMLy?(3#ԩdWkf6'VZ\w@vj X5:}) 'CJe̪9S½fF@CbDԸbpa9Z ϝ(H ߞl"OBb^C֠1 xO8Q/(~hlGnw%7] *'nref'),OUH:H`,ƖF19}uO>K$(dn []TTuH{f6 BrᏆ6Fcl?؟}\}n h?F]1>+ լ`Սj1u&c9n}MӠ(C!01m2]aN >MC0Z&Na-}NI""$Oʗ_괊&z\n!6K#lSaH*Wsj1}1+ u>S]xa֩BE9-˜j;QPBc 2i怜F37b< .^ Ɖ-ALj5P',=>'%iw5oNod,e@w{8]!~ XIN/ +xa+ϊa]=MO0 WNdcq}6_Ǩ@4_V}!殶][C]Q\jNt!W7 uA[m@ L'sSO8̳@"Ԃ=9axgH*\(EF@!=kg[OVi~ ݡлgox _!_:YҚw lh){H4`Ra^̍,dʔum;E@fRz  TecMSs5ȃ^`4P 3bp }Q] DJL~\bW^IQ8?u1ߩijB.;2PS>9j4.ޜNZUj(DI?nIJR}cצEa_9hz}73k;@r+.j(Jnu:%׃ʄ$ 3[T`| E,c6Q%]ehzsS gl^k3`ʈo@ו䆔g67Lۗv4"^њv>Ԫ78:l5UrdR_>Xݗڮ1tb qPYpBM/a{ EtW WIB}άoDhl1Qg4FVK֩x^]ߏSG(,]M5O|gQrNC*May"#Y\zj?R-ؖ7j #9Ӭ:[6s[XlΗ@f:ǭ$u]5(>j4brEߕ0EV+{)C[er=g !&> B@ qa_;nS=c Qgv]1/GҽygegA3j0"# LFt`Tò; eNU#>I>>2#32;UqZ;К#=qdRB @ H$.8 6 21.޽+Y8j RMsֿpػ &*kP] zNv!R^mW_ S,57>R M`c̡f0|f"نčĮ0 IшwDB(B?5K2.*L̈́9 F׫鼢-N'$QmJiDoqn3_ݟ٘VwO8ւԷ;TGІ^н番.@o'vڵj4 B+ԱbG۬ Movƹ.~u.RZu3?Zy_u-\A.漨4$=I64 ,B1hU#:y0tC 4ZFR:$̰pp]d8ym[ѕV :(m-tlOwQ5 >S-;L%SMI=Lqvt> ?'8x{5?4TClm:~E.g,Q] #nB{iH1k ~:&07Or E8#5Tya*?愋]'ģ-+?ve&'Guw.;`ܓBC0O6J~oD}V\4)W،܄ H?a%xG>V4jz-:+(W`z m{0hKmMxN}ы:kbᦒ(`՝y;L^r8Xd90U O~·'p0%oép+vKԙ=(]*]Uo %XS(H=^|#v"][3R,Cev:{>P"unsٔ!^sh0g}6>%vkBm7 J}ӗU}2+_DZES/1xfPf}S|!p^U48&vX9aMX 3nJ~Z~^en`$[J ՗9+5,AEJQp̌JDZ,kAJCq6r4'薏5##OŶ|v9I~Q$dGfľ÷Oh*#Ѓ]^~uD.N,~ Isae Bݘ 3m =+w'HEi$XO!zeO9o.5&Z!s~/̤g*xLܰ,RHBE83!v.<9wKn7X+tsD[@γ NHjQq2w9,]!nnW֢%Dɼye`x^w]v$Gy*/ S%H%E. @g?UD\byh(JeNlv.OaPMR8cvL 'sY zW ײ<>N^j'ɟn"aӪ*ԟ+5=Ict\\5`Q(h}e ia4O$4AU]ߚgbJP+N(8K-5T%aݐkYGSc D+A_85X?0cG$SݾuDu Zt̬<*(N,|NӠ݄S[-QR}I˷A$:ꠚj? mH/Xr 9XaT.e\M/fLPq9JD^:ŴвZCc||wLok7є0{M^1{`>h/bG:p1˚#-;ԙ%} kL=Ak,1WD7 ˰V2=HW`=(@>Y?P<@yB/8 جIA۠}lvhPukvh&Դ\sU,F sؒ2*#xlClcdf( m,tH]Sv @ѝ 7zL"o" ]E2T |j5報w2u4_R/e7AM|mv> dByf$xFDHf}Jt=+)`Yf ݵpXE©lhE]Ϣl4]s+MIM[45-?37sdAm [>OpF>҂OAG`ToU,_K.D{OBH=#SMV֒,Rn4W/^NcShՐh؃spX4&)wՌ\V9PX(?&)u7unb1m&<|w][P}I >]Lu{ ݽ{fOpt?c=UK xvTU I$G&3a/Bea^a -KPt^oRm>^_bae{ui{cP U2D$S5?, s* }mooURe"@!de=W.D)D,8i]SR%3Q! WRu_s"b=75:+0N E{O1UD$J$(N/{;ei Ζ&$|a'A`*ސw >7)K.e6%p0n)VǺ0 kYtTuT2GM3:'hFʭk=ƪ#\āvX(yNF X.}|t^yI |-\Ǵ]A걺_->Y++pL,MԖ?Ŷ YZ