libgpiod-devel-1.4.3-1.5 >  A ^p9|V#X=, 'Ѷ +@4fRDѡظ&ƪ T };B?rbw>Lf;{HYBI@0=qP/ lϽL)ŮvbNQ,h@<溱<4scm%DNTJV9u@hp> ?d  4!BT j    " Ph,L(89h:sFGHI X(Y8\X]p^bcdefluv w\xtyzClibgpiod-devel1.4.31.5Devel 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.^nebbiolo!SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxppc64leraˁ^^^^^^5db10801ba74c5deec962d2cced9e907cd0742ddc450901c03e0a9aff99c9ec2d4591aa0695551669e7e841f68be1859260c68f9ea56873403fcbc040d86994a37fa22c0d40f0afa62c5bb0dcd15fd5fdeaf24ddf4d497b35317b4a15e27e81cff75fd8a342f7d7d2f8b6952d6ccf9b7e8a45b54b0323bbd8f1ee42f7e92385clibgpiod.so.2.1.3libgpiodcxx.so.1.0.4rootrootrootrootrootrootrootrootrootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiod-devellibgpiod-devel(ppc-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["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.1nebbiolo 15914104501.4.3-1.51.4.3-1.51.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.suse.de/SUSE:SLE-15-SP2:GA/standard/05957ec8eb23ffa65dc511405c020dbe-libgpiodcpioxz5ppc64le-suse-linuxC source, ASCII textC++ source, ASCII textpkgconfig filePRPRM+mVSAsSw. utf-8dd3ce1f6634e3f493b49dbfe58fc8a47e2ba6924a1fe5e18feee05e4fe10700d? 7zXZ !t/%0] crv(vX0fOk݅7id.X]nخ4zhC^HS"(r0VI'kL[9&g` "l{g^p%7'a!' abދc@MR 8JV=-q5<W)7& {9 z* R a"y)rYVb`wLJ7gI8T^W5yUQ%/ZI[ 7Bb39J9@\FUkvO'7քg 4x3U51Z3{B\w_/95\ǻ8߱2ު@16͉D@V|4 Pd#h%4}sOg 'mx!aT͐!)ѬxvWԢ+y9UE#w+d`egKC;H?"4J5sJǔp;A&aRF~6j1 XN9\njud[nڇby1J^`yGzTT%o4VyIGI77U/ꐫݲ7AR(uP_ƦT$Y@X!ЏCӁIs'>b%|Nb"–@e"jC`GhN[y_J"R 9X^A"Qb CD3蓾ͫQY8xY^ӒѲU7HU|ʚSrhsha:5>@WE 6S1^%#륹.Yn)}G7G AE} Mi_?AvFLAGwH&Da0:n9 ,zũH۝`B&Ldy:WU)H fj=Rq6Q Mld]_;7k;! ]eT÷U`dVذa |`/˔? @4`h8_p JiLT(-?!6ш˽ZU6ٳ.G3߾hySu_/`XCQu|xxɂ/,1?7ňS O- ix YQ|֞}dӀKEaJ<#*ZuVrA><8ffD< 28^OWmyHׇM1;Ì{fTmAA!NgrM\b#7~{:l0s+x\ %;*D4#HKN/qFQ (Ȝk(ᦧKsh()p Xd|HUږX-!BF7@ ̄45:&9zbh< dP(Nc~tm2k%E5L*-D Ϧ@RܽsevhL n伍sfsk.:QdX=L/ZJ=<Sehj-y]XpP,$Fɋ6qwz0|[Kh|@&*T"^S|&tp+P$ՔKQR&R!5T wDN=%7ЌT 1Ө-n eHTy5R⚄0#R7EA>\mY4+B^!)MM^)\aTC)npEYŮFо VܝprMD$ [5EӛR|Y1Ks ȼOSp@ bY-Lܑ‡mr#A+(ypOx1=W{PW|Jh{ '1(wV*tˢ~,@/rrɢU/r[JR y)lkGȇ t9y\*VGgKR?,8́Dl#Z{pS׮]7&'ׄ_B5խ=K:T s7v%W(@dM,ldHp9^nJk3l*YJjސNmlXKl?TFf;Ć] JX.D_xp9y A3^P~Rġ%CvE+݀i/im%ϐa1rKj쿿Md."Dոw?q&T|҉%j 1Z됾qI1ZOj'qsM7BX7F?;u~<4ibY6unpk͠I˨<; #{3RpϙMRй;˛ϛá#mtPf;bxJ㌡%.nFKtwy8JʏsֶH+oEʹܲ40-[+NVF%Dz xMy=Ablh?ϙ85 /|ɋKf|>taFtf'~zpI L/' zi$a`4Q՚D2D+Eb=4U0}9pM&ٛ59K] {˘\JYnXcln/]b!>>O9{܍pv/ZPQ<+N4 O~"рt^v_qW!SJI쓔nsHَׅO _oZ\[l(K~4E"u^Ԋ? .:?Ѕt;Vrh$ wZ~ƞ}--U"uĂIoO8كg@<#:  ;gE2{=6ltYRˈhRTjѺnt?Tb'Ũ@krUc_s1QoD"ͰHXOx ni{e\{8Au;6y@ewOXFW YdH-ÛGU߳R̬蛱!@w#*j՛#qήzҸ&hEKT==$t@ r??A!…gUƗt| gYO@!f?#5yEm u:o3-JҚo])IE!s*=m*-y+I>N(%|~IdRWKM'k(ZeA+78Z9wLʋ4- :aw3M5JRm)O*`vE}c#Ò]EDOpBGtg1Xq5 eR6}&^N]6.Z1_NW8HS隶9Ä-|Wrw>GpΒ0|9t{dg=jx"LY93z IZyUxB>ﳌIdx3 lJLG0q`e &J_ "YAΚY90!Nࡶy}:-|uLYU^6Puvӊ׬l6C˨k bEÆG3YDLwЅ;UZ 9QEs]:{\b|aQYl?}Mոb` ҟY\|yBBR:?wlk\Uބgjs\+zR&<xRvl@ìTY*J|_ ,{:{Q,'D^z QGYl֣c*8{u{1:B56m1_t> !fNtETzmá (+-eZY4ho9>iJ;Ckm'fщsg`lx^iҒ#]hE.`'NVbMb.,I(28sA,J-xXIƀF(]h+"yʉ W5]`m$cަkH6i+U5coIJ20-=k0JCF)(EZv6O=x R^q;sA=\B@gfygfD7O$Ws%Zkg [t* -1a}EdfD+L;p*((m͡@_Ijz;?f@ \)o{i|rђM+I!,+RP&`(U]oǍ5QbPLYj!&" ``}Wm}|3;IYXFJV6xײIh\`=s|jS)C~lٜVW%dG_8d)$׼-`"J?IEDJG:"b}m%)4÷gna[k\tηztfT?>REc5~( _tB:8MJn|p]+({*Ul>{'& }(jL`jfe;^.2U.1@oՄ'Y݁8 Aҽ?E*wWxgȝ},esuMV "y]R/Ylo1i4Vmz#5Ȭ]6h 섢Qqy ĘӋ1_P ^A>Crs#äM~0h3LhRorsڌȽՆFiE˺8=SpfB_Իt/Å$(S"@yQ*A)H1;5=q~mWWI,yK0)MXt4WϼF^/{QAgn E@ ္XDmCڐ0ιh+{֓->?hrz,غWO,a\>:QX*;?ܾ8ocu&F4|f?56FND`tqAE¾B\'9v"S݌Q4]D<~|k>Hm0Y͆d?h$tB7V3\*麖[˝D%9Z{~ s\<{OK)^dk0LaJHr(:v󛐝4&8|s귈7(ۚ(o@3Ţ.&8 aG2\.+Z|Qv*6V>Zi r<'a)`OK[t`spC3V3ʴ :'v>Ϲ3ci?kSБ9+%\ށ<)Cݞ"7i:[^8N-KG3O> m:dk0T;7)_ȁ`Q $rM!Z?}rK8j.WÉ EO<ɨ岈 UQ;kt]x svŠ3F$ yFŚrr=ppsv^S4 dOl ~6Nƙmp&3:䣜D4Vޣ,+Èe6kEG.y{dK*;!Ǜm\ϫAɂ0ѷQʞXdKH O= GJH}ܝ2nhQ ɸh#ƣ,!kI9tg@l6sNip5`$fܫMjN(k WIPa0 h=i(s?C {L!ޱo&zg?l)tT(,8pV#x^=H#;wW֤KC+ --LGI{Ek_-NE XWl5-ZuJ< S&w+LLΝ(O>ǺE07{,ö' E! .J9cdˋ7yh1JpJPޫhOËzJԷ3GGG)rk-l׫^aX+bƉEf{K(r%Te8SoCsp={?ō7.#]rv$$zuaZWR-rIg!AQ i/#R(ebǓQ׬l|.efkF=˰b[Mؼԭ:*A{b:!&iM]DS<_-"NQvqtUpvD|f,Q.{8_ΙBL-6V\L=B\M30eS|+8K%{>ȳ_ {!%3Bq ɿ3E( '? n(JB[#F-_,sM=MMvJ^.%#rl-̖]4 L$#2!:=r I/2 4ʾ+Xc3`3ڳ*uR4+wf`oc3詒B-~Z׍_L*0Ib& Ljc|8Ѕ<]LiLoPূC7Q%w2FCBa=c`=8Ĭ?vj"]:@Yh&Ogm~xrB)l,710]"Ar+X |/Z;~J$$T|]*stX;:"*kq;m˰Pq#4kApb$`v֨mq>qA.qyMc?߉{ڇx[)@QC&LP%a f6 .(pel΅s'h01.с 6s36Om1DN*eZ:Ʌ3( 4h[l,h8 riW"vE\L]*+Rzy}z2"Z"gM<zBߜ9HCzWUE=QF\TlU8& W#Eh0(4L0 S$KJ;"iؽIĈC6"9_U9p"hmg`񸃜Z_ GTr? @ Zm\7K'LM= g ~mvWOu*3([Nvb/J 055q=|uv N9\Ȯ5Bkģp>d\T(!@"Zg׻UH!uX`ښ=(՝#`_ ;;mzu ®Ԡc9qS΂2-SQL0 Z- MyH;M#*,(2?GUI+*Mi'L'7E4,$șr쳜Pߎ~8vJ޹AELAfEpcU6~AԲ,K[A&SC|aYoq |kaeMy,ڡ` 2o][ІXʫ\ӹ̡i|]r>_P1b+d+lsdS Ŧ4Ԉ"Z!bB60ئ$ -ʘ,=Gy.?iK_&FDNtgـ>|lu [> De^ |yg-ʹm\,B$bՅsقem]JMym7FudX6+VMΪAl<ϿT:=td5(Oe;YWo;7x"ML=R>p, lk/&p)"vI9yJ.J;FɸCJ'KM`= }3-l~Y1q"wbMܬ k-|ao9>wh5[sA\,=@ DkV#'p{ c)/o_UW$ŗr+wo:!sSEbHԷ ?i4=ZuCIxkj?gCq!+;š Nܲ7֫aDCZK#ׄ0Opٍ@KeA> L߈cu8Sb /'_&;hv=eR$iq*5.+ dd_f4{4yÎSkk%rXgpzo a8ERJ(WQap*ŌR d#]{nl z> !a.N2=@LB~17 sm40 ˦* ]޹ئȘT@of>^ GY~^#|e66+ rȶ-0Ii vkہF.mxhYt4{`8ywGrR"呑VlFT R)+ES8U4>cvਰQƲ ^Ү#{#K;^"C~ 6''cerbݖ,` oVs@ D̛H?Vc$NRrAzhD{P YtbL/QR[k vŋp;kn: 99c~ux?1b6BjjmhО-K\dc%,Xޏ7۽7|Zk΁KjRxѺJW\YUmfȶ.CiT kp7 ;he7،@ymJW)F G4_dnmUXZt!n<]pw;׵ʝ5V#(B#(!Ùj2ZC`ye;*(Lm,w;i~.B.)dwC8R!ϻ&#AM̠&5Yd %"Mӣ`g'mbʗ[ʃWY1|&gs8r=;%aq* YZ