libgpiod-devel-1.4.3-lp152.1.1 >  A ^?/=„4J 4<'HlSL58o9 ڿxyn dxo@f֥5g=wmOjem,-g  >殘Nnڍ|X[tAxe;1#S ;x,6$ВI%\ Ӗ1@o gNvJU~l\up}ddI#HuCbϪeWZDT?j b2gE.32ӭƊ);/>EN\|Tb$] *S<ڂjq4PSg%>p> 8? (d ! :$6 Pp     4Lj8(89T:FG H$I<XDYT\]^bcdef l"u4vLwxyz $Clibgpiod-devel1.4.3lp152.1.1Devel files for libgpiodThe 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. Devel files part.^2lamb25!openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Languages/C and C++https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxx86_64raˁ^.^/^.^/^0^/5db10801ba74c5deec962d2cced9e907cd0742ddc450901c03e0a9aff99c9ec2d4591aa0695551669e7e841f68be1859260c68f9ea56873403fcbc040d86994a37fa22c0d40f0afa62c5bb0dcd15fd5fdeaf24ddf4d497b35317b4a15e27e81cff75fd8a342f7d7d2f8b6952d6ccf9b7e8a45b54b0323bbd8f1ee42f7e92385clibgpiod.so.2.1.3libgpiodcxx.so.1.0.4rootrootrootrootrootrootrootrootrootrootrootrootlibgpiod-1.4.3-lp152.1.1.src.rpmlibgpiod-devellibgpiod-devel(x86-64)pkgconfig(libgpiod)pkgconfig(libgpiodcxx)@    /usr/bin/pkg-configlibgpiodlibgpiod2libgpiodcxx1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.31.4.31.4.33.0.4-14.6.0-14.0-15.2-14.14.1^˳@^s^^g@^8 @]]{@]:]:]:\}\C@\C@\@\[@[@[]@["X["XPetr Tesařík Petr Tesařík Guillaume GARDET Dominique Leuenberger Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET Guillaume GARDET jengelh@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.1lamb25 15906898421.4.3-lp152.1.11.4.3-lp152.1.11.4.31.4.3gpiod.hgpiod.hpplibgpiod.solibgpiodcxx.solibgpiod.pclibgpiodcxx.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-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.opensuse.org/openSUSE:Leap:15.2/standard/05957ec8eb23ffa65dc511405c020dbe-libgpiodcpioxz5x86_64-suse-linuxC source, ASCII textC++ source, ASCII textpkgconfig filePRPRy+f-Ċgutf-8d1ccd37e0ce7897d8ccd4b0bf326de91a0d4044e6c68b4e8d78df5722460951a? 7zXZ !t/%0] crv(vX0f~xU1%gA硠[&@UM(Nʣ0q8~WKthuhe_{Slcu%/fNY6Yk n` "uj7}NY.W~cceE+vU[NT5gJ( Pv:k 6!ܷ%YVYߋK0ɓ̔ȓ&>׽c47ЋWv)k~AqX3鄊wT߸SWw_#jE,!?]Қ%׷X$ʎcJYs ntL]!-$.|p{d_Uѥ~sîfJvR A} wRayְpv0JS,䘓ោXTCVx;}ytr+ܔԧ0kKovd1;zh'Р75,Ɍ 4#duҕT6Os ݣ DzaXkcaI6 ,gL[lQۡNXv<uI~W#A`V܈tj ԓ8eb}-ܔn}=h@#A1,ۓmɏ}K:N-ԜMk 3mYnL(%UM]?Z! nK!{lΣ;z>^ LpWNKieP WR[=TT%Ly]~k`u' j|OTG@sZ"Q9Oԁ燕>r ku.5I ^"H<j{whD|qN?|S8 fmD7՜䗆DАr;iKӶ dpNHi}BlIw`uӏ(_iژ[C$!6WUydaARa4dz!D`-nE"?^^3 χuKK&h2=̪?;.hE Aur>gE -4=2 >VՖϒw5y"#`̾W b1=s @>ѥ! St[)Χ$GAje%@O~vR5z0όy.,bӅIK;lO^cVLjH(N ~m.Oា1%\Dnyz3Aj"P}'VZ6v # n- L [@9w# !cy4\ɿED)Xcru f>!OUxJn" ,&UxlSMչ:0/Ct Z&Ф3X @8_ O;[ZJ\EEA1n[8;mkX6tݞ*ϊXz_ӄݖϜWߕ"r8`סmKL;ue|Ȧ6:7;a0<֤#oa2tj"$dM;8@e !c<+=騷WBa3RMjw]..RŠu(^N~d 5_Z^<l.ջ!v25ݓd,{QD.q礶ſ|b2?xWhV&͂a@ rᆽQj[SQMkLV&@aj6Rw]EY\񭄅YP1`XS3& RޙW2 j{+  ^÷` sf-QZa]@F…C`T ڶ ꗢ0Y&{BFr.8"M{Q| Xv%5Rm\ZjIW"9꓎H8r\mnA}@O ?oKw>C }4W Yfuˉm\YuF%Kaªb&(cWQQTQaI '9C rͯ\;\BtL )lf;tw" :E*ppa[rdVwGՉWQ*Ҧ)O"貊4{ o=acyaI ZŸ|T~Јμr|-z4LfEb`z4@zi5W"q#+Ps. ;Mꋿȩx:I iJ㖭 3 0TU xr9Cs! {@N$?on iVayEhSR(װu 4:(J/F]w}ykֺ_Ity`'^w7fὒx^7N 4|}#E:NqmhU $Om҉Ǐ*sY8rdTJ>g2c5AVyI2{,05Av{w@N: "]j޼b]N%#" -xX%Tr@Md^߱2vӁLb+Ko`rX`6nTJr~J^zx!՚SU>̆O -{D [8f4~i^3ù,ͭ\ݮf?.2 Zɪ^rىˈ; "s\Wus"Sc'i;gPL"7P`f#U(1jXmG l`H.KuO\Ű?wx[3pb6EL@s#U)HI؎ù? ZV}*6sn(@'_הQk3@_d~{"@%"ʃd t=]@@D;6g͋fnML߁uhU\!b]Mѱ\`L< i{A ,;|HSg=D7'7<,Y'xl|<즼**;xJ̲B3g\iL.r8Ͽm"HyGuw* _g .y|n zqRq?TghFO'a0cgfaK>\K19-I`sjoA#9si)}^ΏK?xߐ ? Eϸݪ`TB>QD1:@ɮT_ФW֬vO"zN,[RK{%`X砹J{lL!Bǖq&9RG+@"xzwlc;J1;/3%egL$Kl ßEYA=e'Dv"6v(;k|Bs :ǶUV4ӣ/C>o"nƪLӁڢ L=5P z{BiN}p j뎧Zј5Q,/3`2蔺9-w:L8W`´]la;$T!})wqKtw`Jv&WEqz#2f0'W8#c=@(6h5u8u&}ѾcV>ߕ4/ti4ڤNlP]4[ߝk)wl&Rrz"C⍊;m]) >Y'hI9pɭOl^/eBQ6fmOF7=T GSBc\,IH@m 2 nr OlA8bnxh!VʤB`2> T5ӷabUD?mY+vAJ#A7wYr|'"CIRDi6X)'|76.P$ã:ϮP36.ex.e:b DO%vq]☀iBJcuOɳTeQAA@!rbњS|.1lآWL>C!P!w/B ) R.mZ< A BUrZNrhڛ tiQp^BX/q gCཛྷy#LlqvtVDbTs`QٓC ,|ȣ`48d.^pӂۛU p?= ꊔ)*͂@|2/ WbUD Y?`:Ps{Cf]_[e8k]BB'-U vi޶8:> f{;11Uh MPO/*sK(?C[>M}4w &`q&3m4QbJF_=ެws&4bLvWG5V3A.%_'tH) ,C0ZlO_AЅzHܭcރ0j{}${ V,Zd%*-1E&wȉeJ˰[+x ܨoۯYT7>num\Zh'*xv " aOe{ד@ 1}3Dj+'5bV<ʤngM-M{c]9lm#'XAË$;碋<ʶrQ1*8^_kp/ӑ7!F Iy.1cZ̯4UjՓqaN R#N0V'PRk') "(͚lNg{t!+Zo~4 b( _3'֒jpZWHSF"_Gsqc8=}]*2Gl" k \Hz;4yذkpNM zS=a%xB+LJ1<^)NlHR^Vh0ܧZ[ײUjlɡ(SJ.D:ց{xb)}<#Ggdݠk)O%e{0;_TWVЯvor+U{*2A?& L%AA;C"&Y Qc50@m`r٬ĜȅER19EشbQz \m)+%L}Ms٦>iRs0Op a![j60 g h;@A1\)>}Zz3%}~עuK /b-z̭\-+wǛ:˹buzC=!O8e=]HW)W=|| ߁- d[-/@~UJ|%_5 P!l)97Dl<ߥ @^_lR!u3IbMo#ec\2UZ!iVjZ\Lę`)vtXRu,K{s!$m)i/JcdB)`q>ݯ"o g.IJWBjurvhN^jHb.Wp?Wk(DأA[<~Di' t;*8/Rvy;[?+,$q V '}w'ER%Y6/^+do>aS[g/,sV ⼶@Xp:+Et=uuٮo|,8 =NOMJ,,΢ruMe]h˨#MC5CV& 'S(!_ ؃-} ϟ+k^BW!eCu4DLڨrl[];*Me|"(o{jC tX1׫ ?`0B>~0^:! LT]GJ@ӴCywXQ)>S(խEh9b:5oxSi^ L />kӲ"6meV~Z ?i)xbim"zRhރ!8NiS6d+[F=5Rv屷:~VAew`b9Z9{ZK3=v+͌f>oWGR*u0OQhufףR^L17?!{;Dr˦{MYl4 P&1-Zlu;F%y|t#mq( ?J_+"ճcn9̱ 3[MUBciKDn ׂX%Z?X qoBօ2bP,kh==>&Lvo-i9  v;вZX'@JniK"si-2P=z*oT.'Gv} xkj4':δ* Nnjw2)QX'~*'AeOSn;(>= =Im]}ܵ~U?󾟟Mpτ]tl`n+O+G=lŋmDXpAWnͺ&V) ?X;H0␑HA?Xb|F2WscU2^=j^@2,VS1s'c75Ns: 씳dXUŌѯ'SU Y+D%ڍndSnHu`dr'hZ&{TU|q@ pzbB(LLT:edp_"?N fjM{+=4b8[u7U,pU6ؤDښsO[ҵPUⰡ XyϓU;!"$X3E{6&P`ǜ6WSy_J er}"sKAo%yPFsP  QhtGy[qlx߸=3),Nw$0f,h;\/:-Yy3 }yF[^HŶ( h,N;,@~*t4 xRsN ;(8_Gʣ ~z'Wh(12EG41VYnXLv8kHB-{G^c4w3Z@fCzhĿ2^u2)i&;}$&)jE]ǺEUQ/,u$>"pnnނ7xb'ɔ\O܀`*4߷<^Ȑ$Cf 䥏/h#y5GM;Զ(׆9IjT9=lG:P YYPX`.rw3#In<0!3pjos>]0PIa"d  zq cO2mn>U %"q1R}xtտv%ܘ1iJ?}'vv1 M6' 9%"p IkAG8C)ֱ,pDx'GQHbEލ.T` jXDݸ00Qơ7f2.ldc_h/ &A#Cu0(OrDGOZ#.bjbB0?E^3= -)fqV]GHjMQ>;x A("y.|7O!%5bY2-U+  |o%Wt L=b|v+gƿsyA'8)ᥨE=?_LGv6W'S.d/})ϼӄG& p B%Y ru5{Zɧ5i{+nĚ³5e%t}1鉣6ux.k8A&U%uSZ8xiNMy99i!AuO 鰅w%[6(6ftVuNB b֭eײ][dkZH B~ټfl_m'?ϛiɂ%J`?C9f'Y݁aeWU0fr{i{rlxMG * 6rS_s6ddNi])B-+ i@D[64sDp!{\ǀkWJ:$e43(bEQ_n ~!cL\$IϪД^>QōiOj_#5yTtAʜ*UTVţt"UѤMh)G|)H2ۚfOfA2 ,Bԧ1t("<rxR 9}vc&Q Z p]`Iꄂ+;A42^TwdX&FX-`sO1BMSQ-Q+:;֪`"c]o񻴐rucB?~n2N!+鲪u1hL"×:$iDmH~NP+CY3Ђ2|Id(%ޘ P^x(߰:/"8=֒:-ag YZ