libmenu-cache3-1.1.0-bp154.2.138 >  A b|c9!M@eee2NHP(S@2R0Q V0&]_R 4}XnbJGwVڶրn^68!cDD <'bOWgZI3WRx!: 뤜]w]$w~ٙm[y1WI/E5͋O* ݖ\8>X)~;"#W8cH"+)-C硠sXq#$*EϠnEtDi8]4215cd2dcae072570085451f4ec4e4b01bc3d852e02ae951e4796d105a8e8a1d87663a01ea2c7f4da6dfffe46c27d5a69622392f]b|c9!M@eee*`4yFz%v"m,mG<+'/g{q Nz ( 0Sr)IJjf'3i-$PO}k J8i8 jةKO4U4M,uhh޽٭%9%mGEJ.ݖ^(8(N'm7G?>`@b S0ҳf  #qDK @,?D=wtp* rf8T1u򐈏l >p@$p?$`d # 8`dtx     $ , n  D E (h8p 9 :+ >!<@!KF!ZG!tH!|I!X!Y!\!]!^!b!c"d#e#f#l#u#,v#4w#x#y#z$$$$$\Clibmenu-cache31.1.0bp154.2.138Menu-cache librariesmenu-cache libraries for developmentb|c.obs-power9-14 PSUSE Linux Enterprise 15 SP4openSUSEGPL-2.0-or-later AND LGPL-2.1-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://www.lxde.orglinuxppc64le Pb|c-b|c.cadefc091de99f05a359a65e6c2118375a7afd4e7adddcb5c92c96dd14d7363dlibmenu-cache.so.3.2.0rootrootrootrootmenu-cache-1.1.0-bp154.2.138.src.rpmlibmenu-cache.so.3()(64bit)libmenu-cache3libmenu-cache3(ppc-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3_u@YZ@YX_VetV4@T)IT @SvS$@munix9@googlemail.commvetter@suse.commvetter@suse.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.com- Added upstream-libmenu-cache_Fix-memory-leaks.patch * libmenu-cache: Fix memory leaks - Added menu-cache-1.1.0-0001-Support-gcc10-compilation.patch * gcc10 now defaults to -fno-common, and with gcc10 menu-cache compilation fails with "multiple definition of ..."- Update to 1.1.0: * Fixed crash with invalid tag in a menu. * Added new API menu_cache_app_get_generic_name() to get generic name for application. * Fixed potential access violation, use runtime user dir instead of tmp dir. It limits libmenu-cache compatibility to menu-cached >= 0.7.0. * Directory $XDG_DATA_HOME/applications will be created if it does not exist so it will be monitored in any case. * Fixed issue when subdirectories added would be skipped in monitoring. * Fixed potential file descriptors leak. * Reduced inactivity timer to 6 seconds (from 600 seconds). * Fixed an issue with multiple daemons started: test if daemon is already running on socket before killing old socket file. * Fixed 100% CPU load by menu-cached due to invalid dup2() call. - Remove menu-cache-1.0.2-until-fd52af6.patch: upstreamed- boo#boo#1044483: - Add menu-cache-1.0.2-until-fd52af6.patch We need a6763eb which tests for multiple daemons. Other fixes are also important/related/good-to-have- New upstream release 1.0.2 * Fixed crash in menu-cached if cache regeneration fails * Fixed 100% CPU load by menu-cached in some rare conditions * Invalid empty should be ignored, see specification * Fixed crash in menu-cache-gen on if no file to merge found * Fixed showing empty Other menu in some cases * The option --disable-debug is now default, instead of - -enable-debug- New upstream release 1.0.1 * Fixed crash on generating menu with both tags and present. * Fixed crash when menu-cache-gen ran manually without CACHE_GEN_VERSION. * Fixed crash in menu-cache-gen on in menu layout with tag present. * Fixed incorrect processing of in menu-cache-gen. * Added safeguards against environment variables containing newlines. * Fixed case when cache was not updated while it should, it was claimed to be fixed in 1.0.0 but apparently fix was incomplete. * Fixed ignored tags inside of . * Fixed memory corruption in scanning addressed directory. * Removed menu-cache-1.0.0-Fix-crash-on-generating-menu.patch * Removed menu-cache-1.0.0-Fix-crash-CACHE_GEN_VERSION.patch- Added menu-cache-1.0.0-Fix-crash-on-generating-menu.patch * Fix crash on generating menu with both tags and present - Added menu-cache-1.0.0-Fix-crash-CACHE_GEN_VERSION.patch * Fix crash when menu-cache-gen ran manually without CACHE_GEN_VERSION- update to pre-release version 1.0.0 * A little code optimization * Fix compilation warning * Fix DISTCLEANFILES in docs - generated files should be cleaned * Add Log Domain "Menu-Cache" for better library logging messages * Fixed bug when cache was not updated while it should * Added new cache file format generation support with changes: - invisible directories (NoDisplay=true or empty) can be put into the cache too but with flag (not displayed) set; - content of TryExec field is added to contents of cache file; - the working dir to execute application is added to cache file; - list of categories is added to contents of cache file; - list of keywords is added to contents of cache file. * Fixed crash in menu_cache_item_get_file_dirname() for a non-existent file (might happen for directories without .directory file). * Made menu_cache_app_get_working_dir() actually work. * Made menu_cache_lookup() faster (do not load cache immediately but on idle instead). * Eliminated secondary cache reload in menu_cache_lookup_sync() - server response in such case will be ahead of idle reload (since main thread is in wait ATM) and therefore idle call will be supressed. * Added new API menu_cache_app_get_categories() to get list of categories for the application. * Added new APIs for applications: menu_cache_list_all_for_category() and menu_cache_list_all_for_keyword() that return list of applications matching criteria. * Fixed problem if some string in the desktop entry file contained a new line character. That broke cache file format, now it's replaced with a "\n" string and converted back into new line in the library. - applied spec-cleaner- New upstream release 0.7.0 * autogen.sh: do not do configure until $DOCONGIGURE is set to non-empty * menu-cache-gen: don't fail on improper menu sctructure when verbose=0 * Be more verbose on file loading failures. May be better not fail at all? * menu-cache-gen: don't fail if file isn't found, just skip it * Fix menu-cached crash after menu-cache-gen failure * Handles menu-cached failures more gracefully in libmenu-cache * Add a parameter for menu-cached to specify socket path * Fix unrequested empty directories in default mode * Fix support for tag - it should move not into but to instead * debian: add libfm-dev into build dependencies * debian: dh-autoreconf was missing in debian/control file * Fix './configure --help' formatting and update NEWS file * Update output of 'menu-cache-gen -h' command * menu-cache-gen: implement inline_alias attribute support * Take show_empty attribute into consideration in _stage2() * Add option --verbose for menu-cache-gen (quiet by default, max 3 verbosity level) * Support NoDisplay in files (menu-cache-gen) to hide folder * Update AUTHORS and README files * Fixing memory problems in menu-cache-gen * Pass LegacyDir prefix to menu-cache-gen composer using XML comment * menu-cache-gen: add support for tag * Implement support for 'inline' attribute of tag in menu-cache-gen * Fix check for duplicates in menu-cache-gen merging * Add support into menu-cache-gen for tag * Fix few parsing issues in ragards to desktop menu specifications * libmenu-cache: send languages list to menu-cache-gen instead of single lang code * Support for tag in menu-cache-gen * Check for mandatory for tags * First draft on menu-cache-gen, it works now it seems * Add main() function to menu-cache-gen * Make save_menu_cache() safe - rename temp file into it if no errors only * The 'menu-cache-gen': new implementation based on FmXmlFile parser- new upstream version 0.6.1 * Fixed invalid memory access after cache reload. * A little cleanup of dist tarball: removed unused files menu-cache.h and libmenu-cache-uninstalled.pc.in.- new upstream version 0.6.0 * Fixed few GLIB compatibility issues. * Changed default tarball format to XZ instead of GZIP. * Fixed build without --enable-gtk-doc. * Fixed crash on access root_dir with empty cache (no menu). * Allowed menu_cache_get_desktop_env_flag() accept colon-separated list in accordance to freedesktop.org specification for the environment variable XDG_CURRENT_DESKTOP. * The case if user deleted cache file is handled: it will be regenerated./sbin/ldconfig/sbin/ldconfigobs-power9-14 16523190221.1.0-bp154.2.1381.1.0-bp154.2.138libmenu-cache.so.3libmenu-cache.so.3.2.0/usr/lib64/-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-SP4/standard/726d5d5d73ddc948f24264cbb1038769-menu-cachecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9fd30e7d74e79c110c314181c5a1a5f40f8770a3, strippedPRRRRRRƴ ǁuHS3utf-86271202ed268e5aafe0db655cee6035ce022930b601c31d7b678ef2f15d03b61?7zXZ !t/ 5] cr$x#Fu3YR QJtVan+z-!k#ds;GhNFA=,ofbp$Cؠe:{ -wg"D!Kx #eI!M 껭i#,\:6\2 i%8=l=jfXĴФi jP8jxM5W )ҴKg5! 6 3R7tt: 3=Q~\u|Hdt]U,{ဌFRMfa%(.Xȥh9ϻhi*>ՠ}č=trrqbVJC:gqZ+BۢxIWsjGChT :ݾMDdžLDD]%02ɼ>Aә$'QgYwKk[{ʃE{!L) x ֍Xㄊ&=YEF',ex ͓F(+>l%AT'\O9@Qs)-s`kHK(򓣄$04Ȁen">dF"pD"i^Oy*'n&1Eb%rx;_aDFɯdǼ0]U-X-&\_rHCUlx4> ȕgJwF<$p.Sww}`vvZ/"RvNR72MYA=BBӉ۶۳`Y.(hC A%ڱ#;PÆ⽟޽K_^I_Z `fHI~okÝ h|j*b~b:{?ⲀkESgpגfyz񹲦 䉪%p%rS+m` \"oT + ewק`k`ߑyyʸVXAJظ|o"x?̶% ,p'^mc92V/ Mv.S;!~gEF_JxnGv8Š8ـ | h+7y?HͿBwyV5 E؟@BWnԂv?i'u):Ԙ>šD1iсJ|}7K~Zw9YRUt? *.B>|܌o^vC7'r O7\(l0 *L8MO^];T0,Z^?rUp  =&PcLG6PQ RLЧ8I5saJbp`΄A%$弈<̬TG[x ő@Y@h/n>;~a/ʆ:y,?Tqy|آevczuP.:Q@o'a˕&t+>TӴO>=殺'N&ҒƜ0kꧽH8 WU3y޼śOk FaLn0G&w(~ȅʡW>_ba\XNXv%{ n`b17bBQX00U&g; ebujk`ZA! )oG_.UZĨ|P8r5_! aNbW}68QOl?vdҦcf68}J+\zHV#ZFHFGDȚ&@3yݛ>5fa kC< PH{ę$ 1hA6ldIuyL(dنTU ܅m)5 tU\JdP@6n l<_yIX_.耏`ve?Gx7,^ ,awױN3<#PA587OϏVe̷, nFhѻ}eבK 7P-(F,&]j\G3}Hwy3*;#2U?8Zb -1(;.!t6|XS=skeVUQ6wϩqJ1GCk|ʇrOF7;p~wꨦP53qB"\R).w؄IXNRʉjwRh@$vI?\2/j۳>+p6Nt11QHNJ 3="#>& }_:3EC}G&hX`_rU ԱZ="lS kLcܭu}ܰVzE_`97<E'g:‡ " W( 6dBӠ0LF Ie#cWfZۚpN}X2,4l6~c*:?xGl 3LgI2ZH)RVh`%%;]\nh4jnw"JzP?;`gkT,IR2k:, R3EA[>gӔݺ}O8]ÇVl;B\{gQKarV 6CCܞ$􏈺8Cq "#`V305uȅ+yQUr0.=ɪEx:uc()2E >f%@#43ibH)Pm.YR=?o!cbύ ܣ]}*VKl j49t8iX(뼥OzZLjxDYУC/_!~/Q˟zdTQ+HtgAyaЪMuTs티V iLåyd&;he۱''΁ynnHKlRdSR{Ge*_تA@FT=!_byq8O” E9g*9F* <ߖ[>>;tٵyz{RLr?G=+5f͙.<q v2xеZ6sj#yNhج`1Ζ vA'(?x Xp _zpU > \EIܕ:CUYE܊$g=.'ižw;MoU*VZyaAܹףv:]QiY/_?ʔ|!pn1ip 7' XVjX7YyQٗh9&'@g *=:7eҧvg9Zxvd>XY(Z~@hlwJH(,ױ+m?goz_р-",p닢0yP, Z6c*lw iKK>Itz(C LqOVv,wPܪ̠= |([˧-HRKmeK!0 P [][d~vf;1?*ΗMq06@U:᫇aN}zjx~L/^B0 ? j슬N~PR Ym-Mc#/x3$H6 ;~J|e5QZ,)Ѿ" L%v0[fA3RTc:=-]K.X`&^?˔] $+v%QZIX"vrgiVc!ǡME/p@}9Z\qty6e>LT 92%r~A J,+W5G7M%?f5¡s|*y]%"ɹM|uku݊5qt+!q%'*>,dYH?0#(VY$ѾNP<龜5Gx1kšL=r:|/hU Zͳ3*ԚcQ.i)$VM.tͷV$XT:a&Nvx-:p{0Xu 2c>%^svﶕL~xsK&2^S)P{vgW2-1z CU,魷qV=>HCt ' ;VF'vhc׃ϾQzR!v8B ԮeF 6(R(4n⃨ӯbb;@q^@듷qFͩ}S%j'K.At>MD"JuJmh$p^[Tlrρo>ywOZ)m50AG J*baot; #8!e tU˴|I|ݻ2RL7Lx`X'EeZ7sbV CԒu:oФ9[[szlgdJOlD-_/,K\4/v֛?vnjm7٤N EniVzH4TM!'Q({8\o|ORf&Z*Fi=`}4 *:׶KT6u6Yz58d9r!E&FQ(e^G[\inBǵ*I㊉E.(G 89sgr_0vU@lI' b3\欌Ԧ !L{jQδ_e(r^ZAe7+k&DHe,xѳ iv^iǗΣg%I{KLzN "@nS[x`ߤzӸ,^h˫. )<^SIi <ΪzW,\G7SlS-bH،;a6Iē ޾&mB %7LNIF([_ V.-KvZ[ukyxS#TެU\oO#oz/귒 TȔDn,Dgݠ Sy8!04s-w!:e鳖+By wG\Mx^ {E2!בmYM5KdmO~֋]|.z$!aX|86iZFA6c! s=hH( < le * ^;y^!:+Z}|f%>_Nz;MG[%x,kF+C/9%C\Gr0vQUՑa4\x{ ezQHxnDݦגXR2%#K99{z!.vm L_u݇S`H##JL=y_q~yiZ-8ѴmF}RN3081v~_ŰCe7v,@)615Ѥ-nA( j;Kgː.9Xmg4hkiOhw|ԑ\fm}yZUVҩ*3q?hu 3~V+VRxħAϦ2gK%2@Tg6 rh^vDI[+unJk 4Be9b#:65R+9"y GJs=UadY.9iIfS|`O_Q{H_oSMeWL9Fff uW~}Q'A/uS{#g:sʷДsQ.k V݉wo.Fټ ^S`c4!KQխC C/$s!צlF?3!?k j+`*2Tuw&1Zq%_ ~QFŁЙXE 6!a]Wo@7Pݚˣ?zO~|T}sm'Q'@R[o;\kpSCo >\ m36U]S*VHH=u^W|M7L#f=2ٸqp>'ex4@bޖ P`ud6*]!׬i}&HӰGްK;v=U'Vp I!Eg׀*wٞ~äޮܚ&skd\)y9QAj 3ȠϤoI}XUe&T3M]ʵ\Q9Zs_g LQ3itr2OiHr 8 e%a"&9})JKR_þ[95%M㍕0(c {u NЯܵɾtŕ2(3ho^c >^|*Arė}3(,^×v)QnN (p&&#ا.3~cBoEݔ9z'<X.$%Fu5^ĵq[Ul+vF.6K͟\ aZV)**L .:xX1EKXٞٗHv&bw5+䔸]fypeȏ᭮ "iaW!=ޘNg&߁.4i{`Q+Ɯ]d<$_H8-pŲINEuP ^|/4W(lq'cNf)3LlrP$WV/V>d~1!1^-f?a[jne菦&'S:iPb/>$skbV[9kh:V "nMNdu#Ғ$YҘӇcF*'}Ѱ8d\9% xnpvSٓWvKMuHO#|87Iq)U5š=22c̆p_ͲG$q%y5_@R꫕w"/vKvg+?S}yE*{,VvdWkutG+D,>p˾#-ߓ?qOں\E'2yf}fB:>r;#ff+~\:צtdoֶ.=Y?Ƃ( Fcmau{]hxlqPT/J!LhU} ̼o/U*~x'mk4 ].QvA \ OߢvDw*C_H1n8eɮGEO CrRn @vqwCuX\:c"&$f3z+uSP췤_93: rkݦxJgFޞ!$,T-\oat)ZL*H2'\Yd@Xm*pP \)Ʊ΅gN=K^ڄOG1[38)|px7Ś^f |DsclBWݼGfE:V֫cGz(C2FV15%N bl2"O =12A#;Ɋn/K&',/R!#Ț{y!|4Iɒ9Sް@S?\t7W Lܤt~꺸Ê~.{Ȅ=(Řrft#Z4WVKCoSu7NyO6ۥ(q wC&T+9je6ԥő^aG4oݖCO*10$Qh hT=duC< n ׺e3N|{1! RծPzYMx]/YƞmIUxCg8>,.r?_GJYk\@*#FV( (Hq3q6s6ci% S O䞤GBDaB? &VzP_3(/V5H_K ypENhG0&F%EvUul~8 0~2?d[*)! gfZ@Ncq*f:_90{*S2ab2ȳ)FUkgոs= ]\[ @ jdhV \Z{mWKaaMlNZȒ09Q'KDG1jm)Ʈ.A;v AsN7"3LWH.Ja*1R=/ɺw72fyMN cwf9liU2Vu3;j*]їNB'<.g# #K$K{tqcs& Q$doԃU3dN)a#a!7%JCM͏l(r:`88+!a<&Obt!A/?a@K*eɨdn4E77Tats%چdQUEn-*m[ DE/ثɄN?a^ifd<+a"0'{_)/@o{q8o+Ihn4 {]Գ֝6"|'18 {c =9vQY廒]XONDAX BjrnALa4zjJ$TDԔ-@]#@Ow?P.c3>KZ `ru(q48Ohf+E(vza4A0~R^+jFx8 YZ