libiio-devel-0.25-bp156.1.2 >  A eI%z Cr$?+;\~=:ҟ_bl{ˇj-'yhmVܕ9pWwAi)/i˪Zz1ͣHHY`b^ 0-\=cY6slLav4ݽ+ ?g`fª܊Wq+jhJ҅h\[tfZčiH+ 8c/~+^ dٙ67םw[Li +l\B?.^}#\JYsӁQ]M!Ji=@o^ +/!|ҋLUm#:GdHS Xdg74\? 3xKġrtwG!~(:L/PN7x1Bқ8rҾ=H=THkl;๑T-lX%KawH"~(3:+3 <qT=ooj_ǜ Kx~Xvm(t̿ҳe7198d7051d717dbda7318751f50cdbb4e231807e641293ec9e5562b8a8107d68250bc9df27a0d5fc094b30473576d0784cbcb41^heI%z BxL w-L7i]L/Q.]J2?.Xdۡg'4y#NR@|S[|fr.Y_IpA/?/d  J ekt     ,8GVtK(w89:F-.G-DH-PI-\X-`Y-l\-]-^-b-c.d.e.f.l/u/v/ w/Hx/Ty/`z/h/x/|/////Clibiio-devel0.25bp156.1.2Industrial I/O library -- development filesLibrary for industrial I/O. This sub-package contains the development files.ei04-ch2a9SUSE Linux Enterprise 15 SP6openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://wiki.analog.com/resources/tools-software/linux-software/libiiolinuxx86_649 ԁdӷee7ca6fd3fcbc354b3fc7463df44d244fe2cb5bf22c68f18388d9b5f372d20e73caa8910739519e70aae9ed4ab02856aa5ceb80583ae70fa556c727115f85d3184libiio.so.0rootrootrootrootrootrootlibiio-0.25-bp156.1.2.src.rpmlibiio-devellibiio-devel(x86-64)pkgconfig(libiio)@    /usr/bin/pkg-configlibiio0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.25-bp156.1.23.0.4-14.6.0-14.0-15.2-14.14.3d"bb@b `@^F\~\I[ @Z@Zľ@Z_:Z&@Yu@Y$$@XWojciech Kazubski Wojciech Kazubski Stefan Brüns Stefan Brüns Stefan Brüns Martin Hauke Martin Hauke mardnh@gmx.deStefan Brüns mardnh@gmx.detuukka.pasanen@ilmi.fimardnh@gmx.dewk@ire.pw.edu.plmardnh@gmx.destefan.bruens@rwth-aachen.deafaerber@suse.de- Update to version 0.25 * tests: Standardize programs error codes when scanning * Make sure we print out LOG_LEVEL during Cmake * debug.h: Update log macros * iiod: fix the printing of IP addresses inside iiod * iiod: remove test code that slipped in * dnssd: windows: Greatly enhance code * dns-sd: Remove duplicates before probing URIs * CI: add next_stable branch to CI triggers * serial: Pass port name/description as context attributes [ #926 ] * CMake: Bump minimal required version to 3.10- Update to version 0.24 * CMake: Bump version to v0.24 * CI:add new YAML VM Images * Remove package install for ARM as they are already in containers * Update ARM builds to use --platform flag * iiod-client: Use iiod_client_write_all() when sending commands * mdns: Fix/Update Windows mdns code * CMakeLists.txt: Do not use /usr as the default install location on MacOS. * CMakeLists.txt: Add the option OSX_FRAMEWORK to control OSX builds. * CI:fix ARM builds * CI:add set -e for Azure build to fail on errors- Python subpackage is python3-pylibiio now, in accordance with PyPi.- Update to version 0.23, for details see https://github.com/analogdevicesinc/libiio/releases/tag/0.23- Update to version 0.21, for details see https://github.com/analogdevicesinc/libiio/releases/tag/0.21- Update to versoin 0.19 * network: Fix typo in error message related to iiod client open * Increase error reporting on iiod and network backend * iio_attr : Add a feature which auto-generates C code * iio_info: warn when iio_channel_get_type = IIO_CHAN_TYPE_UNKNOWN * Handle channel IDs without index or modifier correctly * local: Fix the checking of the buffer size returned by kernel * man: add some default man pages * Improved matching on global attributes for differential channels * cmake : on the CI, turn on WITH_DOC, so gh-pages is updated * cmake: Make the WITH_DOC (Doxygen) optional, defaulting off * iio.h: improve consistancy of doxygen generated content * iio.h: Fix whitespace differences/inconsistances * First attempt to match global attributes for differential channels. * Improve URI documentation for iio_create_context_from_uri * Bindings : NB Add Cmake flags to turn on bindings (Default=off) * ./tests/iio_attr : move from allocating space on stack to malloc * by accepting avahi null names, and install avahi service file * Python3: fixed string type checking in iio.NetworkContext to be compatible with Python 2 and Python 3. * Fixed loading of libiio on non-Windows systems where find_library shall find it in the path if the specified name is 'iio'. * Use "include(FindPythinInterp)" when compiling with CMake older than 3.12. * ad9361-iiostream.c example takes Command line arguments to select local context vs uri context. * Python: More robust loading of IIO library that works on different platforms. * CMake python bindings: "use find_package (Python COMPONENTS Interpreter)" instead of deprecated "include(FindPythonInterp)" * network: only resolve interface name on ipv6 ll * Add example for ADRV9009 * local.c: make sure dst is null-terminated if fread fails * fix install of binaries with a static only library * iiod: usbd: Fix wrong null pointer check- Update to version 0.18 * This fixes a channel sorting bug which has caused compatibility issues, in case the local and remote libiio differed in version. This will revert the channel sorting changes and thus restore backward compatibility to v0.15 and before. Version 0.16 and 0.17 should not be used. - Add missing compat suse rclink- Update to version 0.17 * Revert "sort: when sorting iio_channels, if the index is the same, use ID" - Update to version 0.16 * fix snprintf warnings from gcc 8 * channel: Fix #219 get_modifier and get_type seems to work incorrectly * sorting: ensure sorting happens after global attributes are added * Revert "sort: Move channel attribute sorting to context creation" fix #215 * cmake: set the CPACK_DEBIAN_PACKAGE_ARCHITECTURE for old versions of Cmake * buffer: Fix bug in mask bit tests (continued) * IIOD: Fix bug in mask bit tests (continued) * add note about triggered buffers in dox source * local: pass errors up the stack * usb: Increase ctrl pipe timeout * usb: add libusb version to context attributes * usb: be more verbose when unable to claim an interface * Ensure iio_info can find a locally installed libiio.so * fix whitespace damage from previous commits * sort: when sorting iio_channels, if the index is the same, use ID * sort: Move channel attribute sorting to context creation * sort: change function names to be more descriptive/accurate * Update FIR enable function in ML bindings to not force sample rate ahead of filter write. * local: Sort devices, channels and attributes when adding them. * Fix FIR load function in ML bindings to actually enable the FIR once loaded. * spelling fonction->function * Fix bug in mask bit tests * cmake: Suppress errors when looking up the git repository path- Enable support for USB backend, create usb-udev-rules - Enable autodiscovery for the network backend using avahi/mDNS/DNS-SD- Update to version 0.15 * network: Add workaround for Microsoft Windows Subsystem for Linux * examples/dummy-iiostream: Fix instructions * local: Fix low-speed mode * appveyor.yml: Add workaround for 32-bit build * appveyor.yml: Fix libzip dll name pattern * Fix buffer/device mixup in docs * Prevent out-of-bounds access in read_each_attr()/iio_channel_attr_read_all() * tests/iio_writedev: Add iio_writedev analogous to iio_readdev * iio_adi_xflow_check: Avoid accessing device after context destruction * Install iiod upstart conf file * Install iiod SysVinit script * Install iiod.service file * Fix typo in CMakeLists.txt * iio_readdev: Fix getopt() handling * iio_info: Fix getopt() handling * iio_genxml: Fix getopt() handling * iio_attr: Fix getopt() handling * iio_adi_xflow_check: Fix getopt() handling * appveyor.yml: Drop the initial core update which updates the package list and upgrades all the outdated packages. The conflicts are not handled properly when using the --noconfirm option(default values). * CMakeLists.txt: Fill in the Windows file information (version, name, copyright, year). * appveyor.yml: Install windres for reading Windows resource files (.rc) * Added a new variable to iio.Buffer stored in self._ctx, this is reference to a Context variable. This reference ensures that the Context outlives the buffer, if this is not the case a segmentation violation will occur when destroying the buffer.- Update to version 0.14 * network: Fix buffer reuse * appveyor.yml: Downgrade llvm and clang packages for the moment * Bump to version v0.13 * network: Fix crash when lots of file descriptors are open * Revert "RFC: Fix channel identifier heuristics" * local: fix last_dequeued is not invalidated in case of a timeout (blocking) or on retry (non-blocking) buffer * RFC: Fix channel identifier heuristics * appveyor.yml: Copy the README file in the .zip artifact. * Sync README and appveyor so the README points to the latest master. * appveyor.yml: Change the name of the zip artifact. * Create zip.txt * network: Adjust switch statment "fall-through" comment position * iio_attr: Add support for buffer attribtues * iio_info: Add support for buffer attributes * iiod: Add support for buffer attributes * device: Add support for buffer attributes * local: Track buffer attributes * iiod: usbd: initialize the SuperSpeed Endpoint Companion descriptors * travis-ci: fix typo in matrix * CMake: quote arguments for STREQUAL * examples/ad9371-iiostream.c: Add AD9371/5 IIO Streaming example * local: Track requested and allocated number of blocks independently * local: Return error when no blocks could be allocated * Cmake: If the version of libserialport isn't 0.1.1; don't fail, just warn, and continue building without it. This makes it easier for those (Ubuntu 16 LTS), who are using distributions that don't keep up to date. * Update channel type and modifier lists * iiod: fix crash setting buffers on invalid device * appveyor.yml: Move all the MSVC and MinGW builds into a single ZIP artifact. * travis-ci: Allow before_deploy to be run twice, which is what happens on a release/tag, without erroring * travis-ci: Deploy OS-X files on releases * appveyor.yml: Create MinGW builds for Windows 32 bit and 64 bit.- Force usage of python3- Update to version 0.11: * Lots of bug fixes * Add 'ip,ip-addr' context attribute to network contexts * Better handling of communication timeouts on Windows * IIOD can now stream much faster, up to the link's speed * Fix USB backend and IIOD not handling huge buffers * Channels are now disabled when a iio_buffer is destroyed * Libiio/IIOD can now handle channels that share their index * Add 'iio_attr' tool to read/write device/channel attributes- Update to version 0.10: * Lots of bug fixes * Add 'ip,ip-addr' context attribute to network contexts * Better handling of communication timeouts on Windows * IIOD can now stream much faster, up to the link's speed * Fix USB backend and IIOD not handling huge buffers * Channels are now disabled when a iio_buffer is destroyed * Libiio/IIOD can now handle channels that share their index * Add 'iio_attr' tool to read/write device/channel attributes- Update to v0.9 - Changelog: * Introduced context attributes * Add API for querying the list of enabled backends * IIOD can now serve over USB (using FunctionFS) * Fix occasional buffer drops in IIOD * Python bindings are now compatible with Python 3 * Add support for scanning in Python bindings * Fix USB backend on Windows >= 8.1 * Add auto context creation in iio_readdev/iio_info * Lots, lots of bug fixes - Update to v0.8 - no changelog provided - drop libiio_systemd.patch, taken from upstream- Initial (v0.7)i04-ch2a 17095735490.25-bp156.1.20.25-bp156.1.20.25iio.hlibiio.solibiio.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:Backports:SLE-15-SP6/standard/67146b86eccea161bfc16443f8fac6e9-libiiocpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filePR ާ3&mlibiio0.25-bp156.1.2utf-8d6cdc900527d27013974821d3b09cbf9daa5cb5471ab63ed16d434429ebfe671?7zXZ !t/<)] crv(vX08O"D 1(6|5}h&K5)ʮW`A+9rqCB>b9ٛpx Z &+*Lx,bp--O9_b֏pW[-KDzQǍ lR-TSPb:->LHggncϤVY#Gi&x-[ii#sWhIHf$7c|_)1θ\Fs< ) V~?H$75wW`E(1]Pdg }ޠ\TưxYL:ӿP1GIuOBpi Vun̔V_ h |vlaVQ^[d)YOGrBv9S<6GN`%ܵE5@EŠsh $S&rh"7ZiF"Ax'%,%grz\LT(~MzxiEl3LNulI<&H @AIA[˜z .ѭb7K[񆁩ѥX[ʅvSm~~6bv{vgi>K$p5p'%zc#Arga%5R6~Dz\qky)pKFueLD{U02 )?J:%,SkB)m(@w8Eު^:"ĭ0giE(mvM_/C=*@l_nBmz,.dEcR7h]yMZ?7ĴϘ?\SM0BCk7n ';k>[]ZOh1{-;g nDİU?s<@(9\#|bK˖}4^,MŚ.I`L[2Bc)M|ǜs7eWMiwdYpojdZSNbu>Otu ͐յD ^?˪})FrwƐP? #6#\T?|@?ĭ)p> l2Or`x+;5IrVO v:zkC57# w!}M2pvd+aȨZ9oi#6?̨,cM\dFJOAo$yօR-:o$j_tar_Uñ_dQSR3! gU?\\Q8cCzTM(*%T-⁹H-ɻ/[zg Z.*8{уX@6:$w\nϨ Uvz4,;WD)QfRjyK.]Z\ВD*BV9+aa"d}{Ca~5fOpBz_'I 2G\k6.DReKAԙgeDj$M qچ+ _ Y6³YQښt~,q|n9;KO'.I9L/DZrTH} ǣm3Qv4gȃqgE(6BL3q甗NDԇ,sa ˤg2Fp _@4E󵳿V vxơ Y!*BxMVe$m˒Dc<2>S;/`&.eW> y0quC%3cEs\T_t DOl*S'Sijl+̆ݵE 5!9IUq7/2ڻ}825l̔ uV9hV`VŔEvHz3~W0/^J@n+Z JIАڡ`)5?+C6_7ʄd;` 'mMÑ|^JET@ʖuꛯP »EwdT|@`? ,_ XUElv~KzQ, 悔VK ĶɗV窭~Iké+zm+5#ut=B%%EOWKW_D쁷u0=}9$C%#p{o;UkG$a9+"7}MqDukO`KnLY~"/l4;q|P0 VdȦc'f2QioadyfD6w!j'V~2vZEBKACrs?oI<# tft|2'YRF)SlZkb0VC?af7F%6#nLF-㪻(bCn]07VE^aP5B% Q$QscլTi~*m?‹@T'ZTkO$1#XM74"-}$zdSos/4f{$xa0[>s抆],$ےe3˥/GK}- uhDYW>\KHǣy;aʿ>ns;o6aC=% ZpLl~iaw`) ޻V3'wǂS zu8 A,ß'( ZJmq턍]bٔlUbL[pڄݞ^BWBY֖t'_ hokb٘Yyy!ԳSEAw\!c;9X[}N Xr8tߙ Z`i|4L%fH Hw :cz.AfHhbGfwoW˶^HN祉ܒ#j]]Gh=X#Rr)GD&9 u5Bxe[pNཆ2P"5יLͦ`}ɡɻR:?'OE Tc ܲsZg# d CgG7/pR$n f4ضH2#|=ER7^7o[P6H^yө6Iݡj~c)3XĐg2Yы-I3M(!${d{C]߈fTہ$@Eh6\]5j W?i8/ݒ@c9 =uS+N\T-:2ZM|vǁeoy1F,'1ZDT  >-{4chA {if[3'y &pOysa3XdM>nD.!~2C(#ä7u% 2]!/\`v3aXZl]44=iʈJx;FV>M)'j톴謚dIq/ J#+̀:TK(jcyBYaDyEs'I1n mzq`wEub\lg0eaקӗ6avL[V36żST͇zQ˓xd!4gr pܜ?"COf+fŁ3yyf? 0% IڃLjmXo\X;dQے*k:1"_S͚NMp:B][CrUZi}gDvJ=DW9{bb9[\Ν9o[IdbCTMlῺ9`v0јSdbې;Ʃ(dTZo|k;|%ؐ=TzHHJzj@gT۪2A_e( 4D}hb ,lƔǼ?/cPD0y8CJoi^n/91N6a [mPx}'3#7$&ӼNA.a?خʰl.JͱmIئoOz<~b|*F6'di$/`n wg,Rm?塵\q5|;C"pwYT--nq$vh#s=HWd+r#I`c8q\BLQU+闀B#L=idHM#Fn] &z5`C%wA(+Z~SD(QqhBƖ&꼦EnlZSկqlvV;к@&ֲ̦T(^gLM@'Ϻ/}V >ccu. >5g Lkصފeb!-@R`r5 ʬ_; |rQa W1Kt4c%> ޝ\/iKky*Цd2O<){[,no5_nn1z=!߱å$VP<jl2ə٣x= vkd%t{;ˌؤ C𖿪bc @wr'a@IY'-ǡ}yߴϙ vvV'9զLm?Sr5.FL?U=p)o'aVm$,¶;J䠦XV[]sV~Y.yMPH:[?p:t#=k*p65N>|hY@酘W¨ B؃r~rIL ˮTu%uv8_?aSr[\ @[aQHHӐ80gENHaG9(5dWQ MƱ 1+nUWUIoژ5Pm-[UNuP>ӗ, X_zɦ0X&87J ?"PϨKa>Jo]0MX0B٬YNg>q:t馀޳8䄝`)B{I S31r߁{Jn35T0%C IlmpvIUM4HΪߋ^7 D6%Z~"?zC!vNs1"c`z*YTBP`UTsu+K4h",͖G4}\v:S.Y\xHi _=yŐ7e>6OѠ.*&?^^0߼ c3SAg4O|0cK2 6žU6+YLkTT?(+cv|^P7Rk~抅M$Cy;Zܜe=!0B uG!/A P;p [r-%Za#=7 ) :TH(>-VYpv>J"P:T%)Rd xD{-aw+kQ<kJb ;d*TNNQ!vdtXJQ@"j /VwdZ}k+sOghSXy)p#ʤKe=pF r})rS /gRst(=Dvu~4W n m <}(nY%cm$zT9ˤJ=~F*4* y57CeP +/q7Z&hB`dQ hi#Շ>Y=F@=YL'6e DʷV9,3nPBʍZB<Arhע2Q^rlHIJAeᙡ9cIkm]O`]/Uk\JK<.W:fݒ|gA?by+ZT|*i4Bx%)vx}d*g#w C'UUee- [gx{˝IØA5 Χ26ivMzH^`J,N-s*TɬϙҎ/$ZbF|r1oV~4i8<]>7?< aCsx9 ;t5j*b;~<)p?ΧXFgr^,c75%c|MR&rBQhc_5|#|V錩3F]aBO]*rֶT!'_^"G [Rf<]Rz|:d7V8W@G,'HW 5VKVLP>##(;, Zv>%?î;CN0=,ɺϕ>܅`QYn-Ql3|Wu]:2[p`Fu=er~7Z2lq6/R:m HK& nZ&psl!BE벺 . ɡA f7=j31~`FlvӧDyyt*Hb=Yr}f#@&@J g2Fs}oĖrp5Hj]pk.P+,mH-\ g[ isѳDMSA#Qa @[T^tزmҠj qև%^m@ Nlj?7tYVn7(q WK~f&fm Bh@:>@6s[$Ȟa{@W1iFQS{n4G7(51 tce3ڪLÏLD˭lK㿻pȢFkjP(u}{B,s?Mjk e)굡@b0lI}44"1]F(Y"@ث 1YJr e!g~o9enTΒ'%Z*lZo5̏@Bi@ v_;:&0$=I=lҶn^7KgaQ%X8Q&>yQ.+WY тܘȪ`;ďS|f*}NP4vkƍ| Ayά0Gvr9ɠ@#mߚeθezDZ"\rW'eq6OdPE93]0ZY'oO)X^UT{%L8A s+"WGw՘ܽ 2S?J x9`>1: BlO64jL۾m8=s! t<*VӤ9]8"]mè?t AqllCױ$P$+zOғ:#Me0~,υޘ1pJqw|u j Op_Aì8~{=uMXآta`S}zIl%g6vI%PsK8/4\4 G\w3}Е^{EJc&'ַES_ ΨqBNJj}'.f?KN+:b1-ޖ {`+YMpXB:>d4'П`lU,#w;(|.dLr?`j)R#6JQI>9Dв='穇[[Sc^N%Ƃ'u>|^7f×0T;˹T&92 xֺJzR(uFz7hs[gہ[TD*ʃa{n_]YusGUh+ݻLwoGQD}hD/uCl8<1(@epȸ2g.T(:C- D#O@OĨ?eQk"F睾9Ie,X)0Zk_ש3"q{?WV96*L@tIQzZU zQc 1X&0_]ii0:LTxɇaSzcyt[ǎjLDd 6Ν)oӵK'˵g,|Ix цCyٖ7+WI v4:4 uŁbO1ޏԫ*$W}|DG^Zy9o&J Av:R&ש7|R"O l굫o[[\eS} }H.Vg4uCp{TKE娲VÿjΒh_qZ{`V6:u +N%A d{=˰u} pGʣ~w`wQM+yHv)_o*aNЍ2[__MN9'Z3rgǞwnv?LhYDia6V檟n'l7Th YZ