libgpiod-devel-1.4.3-1.5 >  A ^p9|44)7vs,q5k5.hJ2k}k`fĮg=J5䃲gRIĠ)tfzWSDI]萼dziCx' A^OzJ&OҨfkt1wI4AY*shH>~v~{ aV`%.{ k>{flĜ$APcn8&JYu=5Nmf?$[ ɺM5e839492c7e239d09b14c28537edff5f47a08826e24ff07a97225a44e9b9e0df50b890727fe58799658b75704151bfb11fec26a053T ^p9|ȴ%ڄ6"sw[NZʉ6}tdr 3En>Z}v& K:|:si[GIz{:59-HiڭdL;# 0j꫹.ASI6dn6"Ϭpu1o{l{L2)N:3!^tIJP_yR{lDt7:6nyI ${rF hepSe`ǖT+L 5NVoa%>p>?d  4 %FX n     & Tl0P(8 9l:wFGHI,X4YD\d]|^bcdefluv,whxyzClibgpiod-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.^ibs-centriq-5!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/linuxaarch64raˁ^^^^^^5db10801ba74c5deec962d2cced9e907cd0742ddc450901c03e0a9aff99c9ec2d4591aa0695551669e7e841f68be1859260c68f9ea56873403fcbc040d86994a37fa22c0d40f0afa62c5bb0dcd15fd5fdeaf24ddf4d497b35317b4a15e27e81cff75fd8a342f7d7d2f8b6952d6ccf9b7e8a45b54b0323bbd8f1ee42f7e92385clibgpiod.so.2.1.3libgpiodcxx.so.1.0.4rootrootrootrootrootrootrootrootrootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiod-devellibgpiod-devel(aarch-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.1ibs-centriq-5 15914116871.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-libgpiodcpioxz5aarch64-suse-linuxC source, ASCII textC++ source, ASCII textpkgconfig filePRPR@N[2IV=*ܘutf-866f204fedd9f3c5c1115e02dd5451cd7a4824c07b2f8b0060ba86e777b3bc1b2? 7zXZ !t/%0] crv(vX0fP0 'L( mQ*1dN}B1%p݀pyP@~6掖s+_"? VOd蕴K2%Ϊ Q A d~.jU*gʜha,\9ߟ^$^g/:3t7V Fo)̜zYq5yp34T`A#NḼ+n =ѴVܡY?ՆMe9ae' S^vˍMp p~oYBB_lB jf1SݭFG`xnrG鳖C5Wጛ]1%CGouhXH@IQ |O> W-E">H'$@`ךbn9g 01vp NhY|C Y[ uXiُ5) ͐ +6{]j vhŗ () 8ިR}>bƉdlަ`H1f,ӓL65yHcKSO(bzRsZ@k|[Ȓr4T،˳a4?͚g 9!ц2Z䤜Ś IX[4dx=PEF>T 4xdi&!g褈ĝ k} >y/P DG8}^FROpO^+ĵn R.ӊ4`eǑor Yl~3) w"W,("d<׺T9^u#[٩1F zkKNwcklL􀋉cPi >$ًkj0}\K8y /XqǷ&x_DGB*`r5W3F'hP(ˆ:wGG OmAhgTX8r (*Atzw.^0aTsGddղCW*4lK EexFwgL7yw{ꡢia>N`}UΏN$Lqm1ܵ=ֵ6 )݄#Sh1$fqP6%ZEnL Y b}Z0"j%vڬȤ=(2ZMΠ̓-d2v(UneكDzvɄ#k45!'246&:rK'^Kf| rܦq_N.7Pߓ#? Y4)COΚi&.gZ: Ofڝ[Ϊ$z:ʗ@[9KϣJR;]R!?So+MZS]Sicp#plbKf1BIwD>`9}\i\'E)F~}/on?qc*rfh9~60+SgyVC6{F2eM5E2,lM*-./ [Qz0m"t^f:I\OJѐJl_۴>JtcpS[#.KP!ϺfRN&?Z@IHFT1y)Qhc =w\Zk[6š3+eMsދu-`そb΁0@Wl$*ts0 EcxʅglOT{dd!Rmi4R?ztAgA|zK,Ѡ=J l/nP,z{uᲬ%.?^.XJcpО;BP zYѧ{y3qdwMQXִEfٔf2%Fvܒ{Z]J밴VXd\Y93qf`D:cVτfnTDdU!b x}N}1Aх<܁6Ɛan'CDr i=_2սMhyB->6#^G{(Oj]q.@^a(5x1CK&;fPi=|jf rj|peN[^[prBT?/k9<íGS1᪰:~ItCh}ڑ6 )yu;2ψOJ4~̓%IC'X%< ߔ89/1kyޯqZ͡]̥Cv<=p˝6(:7a(إ#A U\r(yŢoĩ: ZKCKje FP8lHXRg=:zy?JC{+.W־3"H⯾gkRS3B ?0?9ݼ6`(QE^\o3jFǪAc[Ak XTZ:`cWOK$v e},h0xN[B`q7v92ރ" ˃:8T#a\Y>WO#=l*I砡MՉC^pTJdgC<n=؃alY>fn$ 9˳k N(ox}F?!'4š@ne;r-߅m_BQS4od:)B5^,} ͸k2[VM [p徚!\ݵr;ESsĦ BfL`h4ڮÕoQ{-cFd-1k<}-O#JrwՃ@zc@8u&uUYՓlG^P}0Rջ_߀q -2A-Zj7;w@Eqoz<2.gf1KרZQ1d7R$Уr1bjvo% ]<'4 t%Q/̬YÞ*h`K)6*mWk"ES( Q-|D3<QӃInx r wRYLq,%'m bd Q~T^)Ѫ9Fl#x| J{H=-N}x\bbà%Cք#iG6'%ȇ-K Sg9S%Bgڔ='=fj9Qh wߢo/WG7/=,kE1s©gHbu@]Cۆ>/?<ߞ v QP| 5ғaAs@?FQ )5N\R nOkηbWMS}ojf4aAy#woYOL%g1c]"\kght+Μe|qN 5)ll-F~cS# _']*քrV$}El y3r 0BsFtMCX cjқ#tӼ?FLQNk8_iCmz9a8rj(ѻAx7T;D똴?՞SQթT/UO1{qͨhBӑ-y`16go1/g50Df|sO>pN  ErЕir .M̘T\昦yjۀ6[|@1nrkuRѵ}q-CH1\,F`V0& D+€k5QCRkd~5Ɋ1`?h/p8GgPȇFmp"ꤰUkZì\PR(er7/ŊWWL%/w#$U_)f` pͮ'iKDjڛTfs;w Ҁ>+GDQQsMD1(C$ǡ"-}5I^g3ɺ ka4bd7?yl^H%5E }utKݠ>bȮ/<*R?Sc".F6,G5F]T/Ȓάu@j]R5!C${=z8Z5Жn^TyZx|)o7hLt]3Gϱd:ڳ؇hʹ Ză߃?,tמp%q$Q^ua7xjmx9 RB|-U0yQժa|n@գGu4 ?] ն{\s+L Daᯋ=풗i:ho_x )kXq4dliھ2nSҾ<%f>)?3Jcs]PtlK|ޱ^zZBRRI(+('x%iyt:oMxMxUTo]߱^'%[hBkDpm&E~6z\4 |a_T)ahY$ \<}HU82^/^ [KgP'h5IQ"yJmvf,6: ;)&,,Ӥ] (mE+^]!6UBr`ѓT<-:[sARS|Or\T^c3?CRC_"' Jd8 k ˅JV '~꺤>^6`*!0lQ+!i/4bIDWSm(;Ai̧zۍ>scBV!\wr:=+f>bkŦ(kmc'QriO'E >򂱙gY%ИsL+&3]V\*/?;ʉF O2*\:*7 qp!{ӯQ]2-"]R.A (LØ'n)o7oEݫb< I9Q&X\"jvj> byUeL[xn=dZn,Lz<"8>;L=;xyjeuܞ68T p kI1`Dħēw34pÉEI֚YHd`XXҋ`JąLāIH%c1)(S:]J"Z v/⨖?x]ſtEVd_5Kvp1u"$b%錆Iq)`ߌ,XW72ۘX47'hr|a$iyi my'w]\9`t-'P^%p32]Rm@ xPRSt"-qF"5],PMUyoNdJ>5Tiu+!|?ڛ `=پO_g(؀̝3|)d=ynq=_uO\ջUlֽ[ VMM^/uÏ$cH|K rwt ]VZ kr?WѴk+Jt-iWAB"yhd:-7 *ivPlYZK1r<xMW Xu =bly/+/Xƒŧ)a(Vn\zoصu .'2 [WQn7:aLw D7v&s|a6M9e'ꝆN nȚ ih Ʋ6Ahq.pA1G yv%Fx݁!o .P.0F&wTZl@w@X.7ԏPSd.4 ,(3*&I](i^ }\GC\G |[ ӫ'q*PXP^IR廉N~F[(g9I/ >r5r%+'D %gzT /+9szZ%a(WCrc0/cv^Sy{ v[`NOD;mB:vP ]#&nSn*EF@+I֢4u.1H )3-h[RJԂjϼf M!Xg[+uz&X3S|pOiNзϊ e/bbF5 gCItc~IǂMr.3MyD|2-r*Ԫی<Qw/`h0 5Vr?>LaW#ЙS=`NJ9-%J6pcSVBR/ѻ0L6kŦ3kj1np(\*Ӆc1DAIEpOZyY/T?y '+^Ոxͮ4F)+KZb\/ab\ߎ3rlo(N^l.$9=R'%.t"ihƖiMBE *"G9]k{J^$3#cbdyeLfi|,R>'d"WYpáߌ n/h3h(F T\q29!=NBQv}gN5QU'xl8$^e)c' ܪppre_xYKοC%G75- Tn:>laQڸ_*ԉ?oͅ<^Aڼ"nz&|clY[NB_, ,@;)s nxh!x|E(Z_>lEq5F=hU͘)hbKA\)B`PF|^׈kEV]JleYќ lQ>.>U'L!'Lxq7;̏g"dx)0$+d(]턌lqbZķ43q'jIy}Q+Y/Q)Low{'o0QX4Y wPVeNΙN!8,=J'd(:9;g?r-X1E굊+Џ^.% * l-Q-#֐dz[7T" :@r=# n\ruam-B.W HvYs Z#18`/nV>%Ҍ:LQ;P3LiKB֘X6~ tmkhw1(tk" :րZfگ$H_!x.uP'WĆnEz[K^ajW/ly`j?j~]_|,%AUɤ?Yws/#ɪ %?:{WTj)b&:"tVzcYph<}+p섎so  Khz3$|AQ&5 ' s RDo4@i4UQgGԄsD=D];corA'*XTrmxVYyTq`H-"ģOWy}J22}ܳ r9-}4׵4ԣvN ?V)@8tV+_P.UEwXg/L贒{HIAa&, X.8}Y&0Er#scI!巧'N\dzWz o/GLM4%i En+\nF,`&#hzERG;| A}<[%kII2$sŷ|]Nݭ^׸(Kp)(r`k_lX{$L?ϨM>x?Vɶ76i8Hou5OL8=u() GT_['Os|YR,`=xs%MJ:oW8LC F  x,글XcesZޥZ -_v2cY世A 2\Z "c%^G;fp %Pw1H[JؖJ>9{۴tolBx6)֚ :^.9H0 ,+/Ek\.FfC8Sf<$ X7'8^rb/eĖGT^A(XgUQ(bµG|2T5qK]Q(ڌl\0t12jOJk:!KfvM;WÀ,/zejS)k1z IhoKSf9:セxQT|m>CΰUǩqU-0jVtY<%*G3uLPJVqd㢭JJP%9 L@ /uyM >zI[gj &ou38|9e<Z'€7·]_?o irb?g+LpU4MFjm$: Kot۫.$h]I/>[' ˃ufozpCԗtZ֠?aܭun]<_%︴^#C|ͦ+5 BMX)rJCb S=E?Y`-Dc9m9ka/^& tHwY56Y^GQv1wsƏN^`4L އG?%$FgM=u!Oi&QZ;d?$ܾFhYnbz-^f9t @!qfy[ y_J_IUh<g9)}«{v%\4+Iqpzv(.!]ш̣%Osw%V'~jO܂mUG}$ @Zq6=Fv%gGErlOSóN+hw?D0l̸g3l.6ޖ^Uػ`O (iDP`PIe='F$ņò*V>9lЏKnbXg|~yT-vl#([ @(nCU#Qmipٟ!,/}Ю^ɱߣO}Y-_M$L4-融W,Eڮ>^'9#z6Ts"^tޅ|# jiɀ!msOQsN`~/әs;7 x'6g!+"R6pޮeKĚHة_d&V׳p9ʗcnXoD@Aj\U7_%'!Euu*mXRMJ2K׆Q[{$[髟"3̸ ,I~tQ]ms ߍZ4ƫ&q_qy VJOŋ?| d #.^Ju m*2{