libpkgconf-devel-1.8.0-150400.1.5 >  A bvp9|zi]}IXi}i }u$jVa*ȧbS8$$1`qe?8R<€g™GydNd1rrͽY;(If%;㌊|<1~^Ƿ;g!Po0a^Ey*5F86x:GgXSm W?i"HzXzdC_J6*2Yov H̰ް-swȗw.1e~^ԇB7Ioʶ>p>"?"d $ E <PV`         U  t    83(a8h9:FG H I X(Y8\h ] ^b [c!d!]e!bf!el!gu!| v!w! x! y"z" "0"4":"|Clibpkgconf-devel1.8.0150400.1.5Development files for libpkgconfThis package provides files necessary for developing applications to use functionality provided by pkgconf.bvxinomavroY3SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://pkgconf.org/linuxppc64leeC6*AA큤bvbvbvbvbvbvbvbvbvc6e5f36bd3f03984837dbfb92aa744806f2850cdcdb7428ed67ee244fbbbdb2660bd93e86860336b288862c48cb5625cbe88d0ef61f54883148ae35f987c649c6cb1b2d22abf5b1d042ca5cf800e73f5d39fd93bbc549e1fd26e37eda024994eb3eeb4bcd04bee31d561a57bd388934a6c50c583648eb9f766f1bf12e24b03952c4d570022e1e6085da92f73853ff213ad38d835ea74719f92afe944b5361ddadb092b0e79bf4508254136d6773d9369200281d979ba28f5e84c8cef86665780libpkgconf.so.3.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpkgconf-1.8.0-150400.1.5.src.rpmlibpkgconf-devellibpkgconf-devel(ppc-64)pkgconfig(libpkgconf)pkgconfig(libpkgconf)@    /usr/bin/pkg-configlibpkgconf3(ppc-64)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.8.0-150400.1.53.0.4-14.6.0-14.0-15.2-14.14.3a#`\`m_16^b]QT]M`@]H@],j],j\Ɋ@[{[*A[c@[c@Z@gmbr3@opensuse.orggmbr3@opensuse.orgdmueller@suse.comngompa13@gmail.comcallumjfarmer13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.comkbabioch@suse.comngompa13@gmail.comngompa13@gmail.comngompa13@gmail.com- Update to version 1.8.0: + Fix a minor memory leak relating to cross-personalities + Fix some edge cases with --redefine-prefix + Do not prepend sysroot_dir if the .pc file does not exist in the sysroot + Do not perform path filtering on default system include and library path lists.- Update to 1.7.4 + Add PKG_CONFIG_DONT_DEFINE_PREFIX environment variable + Handle platforms where realpath(3) requires a pre-allocated buffer + Fix null-dereference crash when pulling a malformed 'uninstalled' .pc file into a dependency tree.- do not own directories provided by filesystem - small cleanups inspired by spec-cleaner- Add /usr/local paths to pkg-config(1) search path for non RPM builds (boo#1175039)- Update to 1.7.3 - Bug fixes: + Fix a possible out of boundary write when evaluating dependencies. Patch by Tobias Stöckmann. + Fix escaping logic on Windows. Patch by Vincent Torri. + Fix out of boundary reads and writes with a malformed fragment. Patches by Tobias Stöckmann. + Fix a possible out of boundary write when evaluating tuples. Patch by Tobias Stöckmann. + Fix a windows-specific crash relating to path fixups. + Fix a possible out of boundary access in the parser for the cross-compile database. Patch by Tobias Stöckmann. + Missing files for building with Meson are now included in the tarball. Patch by Neal Gompa. + Fix calculation of package atoms on Windows with paths that use both directory separator characters. + Fix a possible buffer overflow involving newline escaping. Patch by Tobias Stöckmann. + Fix an out of boundary access in the parser. Patch by Tobias Stöckmann. + Fix leakage of strcmp() result value in pkgconf_compare_version() responses. + Return the default personality if loading a cross-compile personality file failed. + Do not complain about newlines when validating package versions. + Properly detect strndup() on Windows when building with Meson. - Enhancements: + A new --shared option and WantDefaultStatic cross-compile configuration option have been added. This allows for toolchains to specify that static linking should be used by default. + Support for the PKG_CONFIG_MSVC_SYNTAX environment variable has been added. Patch by Dan Kegel. + Support for the PKGCONF_PKG_PKGF_DONT_MERGE_SPECIAL_FRAGMENTS client flag which disables emulation of freedesktop.org pkg-config fragment merging semantics has been added. Patch by Karen Arutyunov.- Update to 1.6.3 + Fixed a memory leak when deduplicating paths. + Fixed strndup-related build regression on Windows. + Added --modversion description to pkgconf(1) man page. + Properly tokenize versions. Versions cannot logically contain whitespace, as dependency-lists would not properly tokenize if they could. A diagnostic is generated for malformed version strings containing whitespace when --validate is used.- Co-own aclocal directory to avoid requiring autoconf-archive- Add missing -gnu ABI suffix to platform names in pkgconf-pkg-config (boo#1144318)- Fix license tag for pkgconf-m4- Set pkgconf to provide pkgconfig on Tumbleweed (post SUSE Linux 15)- Update to 1.6.1 + Fixed an issue where a personality may not be properly selected due to argv[0] containing a full path. + Fixed a regression where having an empty PKG_CONFIG_LIBDIR environment variable would not eliminate the default search paths. + Use POSIX realpath(3) instead of readlink() for deduplicating the search path. Use _fullpath() on Windows for the same purpose. + The dequoting logic for tuples has been improved to ensure that quotes *inside* a value remain quoted when necessary. + Fixed issue where packages which referenced missing packages in Requires.private may have crashed due to memory corruption issues in some circumstances. + Fixed warnings reported by GCC 8 diagnostics. + Add LIBPKGCONF_VERSION and LIBPKGCONF_VERSION_STR macros for determining libpkgconf version. + Add pkgconf_fragment_copy_list() to copy a fragment list to another fragment list. + Fix edge cases for path canonicalization (especially on Windows) - Add personality.d directories for cross-targets - Add pkgconf rpm macros for pkgconf directories - Simplify platform-pkg-config wrapper to work with POSIX sh- Update to 1.5.3 + Fix edge cases involving dequoting zero-length tuples that can lead to a buffer overflow under the right circumstances. Thanks to A. Wilcox for reporting and supplying a patch. (boo#1105438 - CVE-2018-1000221) + Ensure environment variables override values learned from personality files or built-in defaults. + Add pkgconf-personality(5) manpage documenting the personality file format. - Drop BR pkgconfig and manually specified pkgconfig() Provides for devel subpackage to avoid dependency loops.- Update to version 1.5.1 - fixed a crash with some invalid multi-line .pc files - Update to version 1.5.0 - pkgconf now supports the proposed Requires.internal pkg-config extension, by merging it with the Requires.private list (there is no functional difference between the two in our resolver implementation) - Support for cross-compilation personalities have been added. To make use of this functionality, create a file in the new personality.d directory that sits inside the pkgconfig directory. The personality file format is described in pc-personality(5). - Support for Haiku has been added, including interpretation of BELIBRARIES and other toolchain specifics. - tuples are now appropriately dequoted when added by the parser - Applied spec-cleaner- Add BR pkgconfig to generate pkgconfig() deps- Update to 1.4.2 + Bug fixes - ensure pkgconf_dependency_t nodes have a solution marked when satisfied by an indirect provider (gh#pkgconf/pkgconf#172) - revert some quoting changes because they don't work well with certain GCC edge cases (gh#pkgconf/pkgconf#168)- Initial packaging based on Fedora and Mageia packagingxinomavro 1651958159 1.8.0-150400.1.51.8.0-150400.1.51.8.01.8.0pkgconflibpkgconfbsdstubs.hiter.hlibpkgconf-api.hlibpkgconf.hstdinc.hlibpkgconf.solibpkgconf.pc/usr/include//usr/include/pkgconf//usr/include/pkgconf/libpkgconf//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-SP4:GA/standard/cf72d805a7a4df9da5bbb7496594026a-pkgconfcpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textpkgconfig filePRc(&Qe}utf-803ff1135e051ab39eecdd750e20c39f127757a3a220790b06758955313f09aa9? 7zXZ !t/_] crt:bLL h?=? (9G̛X]9 ^P1[^FQdz 4fߒ0Ѧ^,戀Tm3C; |9mϠ2KTX 326ImQyGsb(ˡLn۳EOn: Da)↏Coc&E V?hU%hPsDWepnl[8hs&w L:#bЧ]"( w& KeC`V(K ;ʌ\S΀Ü* w r󷪐@t);cc7B悵>1HMp.ǷeєЀM['[7No1߁FpUC 5Nµ'_d0NG@CCw ΎgAޙHlƋ}yz.Q~P`+:會b7hŘX ykja{ IU-~)7(^”-6AUT]ub^)RL| XWy2g 1rCP"RZiQY{Y3l+Ji,RPNk-FF {lkfA?2A L{ah)T?M п(Lі~"*/(o5Q(PdXex3 a#WvazyH ,ܻM}a ܏Ƶ a,{Y4wuC)Ȅ}B cR呸')plK|#LU<ǥz[d/+ۑ lԅWw (&I{yᤎqnؼ}R5QoCPk#41_yi"U2]^vœ۱& e2r+ޖ b ޓ UHS'*s1t|ky?rۏ/P?V7B?2rLw紕7Siɑk@@k`p|-PqlqQn ī >2Fג&I#j׻Sy#QXIߵD⦵)ul{ilo'H7em/ 1_drr֑5oKf #ڏ{Ȩ:u؃fү,%1KoXr7Fks爆R m0B{Fc|I߳0=*uhh7G+e).aR崮SK5K=$v%%&aԈt1`{(5}k2l>J';FVڋ  N F w$o bdςK Q\KBz 1n{l:2ޙd_@U9۝':5Af Pk~Amx4dlъx\6BLc_44">%X9*LJqFEf־yS*$ICɀli}(j+^o#&-K]~ ̧lN¿5l_<3" FĬc@n@G f5C&5EynwHF5V {e-QK/$E7N*c51 bx}{Ѵp Z +_i9*c<вƀm#=g PKəC7]V.X=FIEEvYw ^+;qբ!M~W Ae?d7T=die+spD&O|I/?NP1S-a)䄒o` 'Դ:TpZ` H2K舞$@EꄛcN]ͺʉ}ȣZ)+\5-WOl-3Yݨ<T_˂h9"nu)ӑ/5 ]"fCM̎l42ZHLeL>H!ky{[Xj^@FH8mdn;l[ ڡF$*}ZQ,~>ca\nD\7_zh*V'D9ƶaȍy3Jl7fr$LΦvkdv7 =aTmG f(U5: \6, o@ZjɉF}ܪ:y@5ƝW(%(x$$0[5+޺qiB{p.tdgHdEy6MbUy̒8cJsyedW=[>eZaE.;Cld\EW A\nr+)rcyU8DLQLfgZ#/7Q#R 9B"FUm:OZA(I)8/ոPԮsEX(ȉRͶ4N:8[1{dA?^ms{Rh:uqYY]˷[!B%O·|>d|]꬙b1[Cu$U.6jT6z//f`WV2V;A_3.=|izT~5fig]_I.4 |]G%yUZc`!Fŵ ~v fuLߴy H.vY|d=L/,)_̱GG^Ѡ,iF H}q{ysWbDGUD|QEc4&'T^gM'PӁ@PA./aYs GP:#%)6594?p/a}?ֿ=rPHhpC׻ iq '^ǔlّ-gcC zip@/)2>d@*}n y - F51RYpGKK'rMۜ$ݱ˺O@cя KVZG>d ~ǽ OB]/3bIiMBU3GKضnz(هрpJEz-=S c]gXkdwMpU| WcxӳEGnaɅfdCƶ٨}I`Shz$6)O.toi_Rp-?_@ i1P|)06!D|{N)/u7rihR.")lH1U^خ%dJGSd 9^rU}*i8NK Ȧs.7 Csl.7;KjiY )&fOѹXQa _͎&Z[XnjRw&'hoLoOi/(/[ v]:ScWWUJ c(4pS.סRNfÜ̅2z oRykw 1^k+4~7Txr g^{kXlt{:#ǔn@v9p\?$$dXן'_ $Y,𫹰,+Aߕ?-QonPq$")Y8B2U3y7y1pBf\S*ZT($YRlY/MC^dd^0ؤب\FK 0! cw):jt\IvU#"tQɾl.5)ĩ(gȟ}h& /U@Onz:{:{ș!c$|dC1ؑқLbrFf0O%5טIjEaμ6zI MԂPPG|IC<ҼGEp|o>$y;  z(7-ho3t嶉EQ1B;HRKG#M#`61a5z`i ]HF|Z|{,$^[0(7HBˉg6H/,}3ދíetZo}xԔQ'{6 YZ