libmenu-cache3-1.1.0-bp155.3.15 >  A dk=I%z M8p0#_::s]r9ɸRTb}`UTlu!B\#\NAa+WkJh=~cF=lr1ry %6RDHdt&Y>nA}-tmbhFTj+ 1yMùY`" /XPdrxL*;DH# >J#$LliWDt0n\.~zB{1w,zbЇ+yfJUd/%ϕu2ɹ>H*C:mwUG=Q{јG&onjAGiIsFG`o27BĽhpF( C޾%|L@qѬ . С^p:OQ#߁ OORSޡ)+Np`K)3ќH2Zcq#8ip,W(,G@djgfZiNz`iŪāG2|o7ʼnzj|,^H~Sl?ʛQ %1!eW!3#w- | I32)K8` >p@$?$d " 7\`lp     $ f  @  (8 9 :s >!@!F!G!H!I!X!Y!\!]"^".b":c"d#Oe#Tf#Wl#Yu#lv#tw$x$y$z$8$H$L$R$Clibmenu-cache31.1.0bp155.3.15Menu-cache librariesmenu-cache libraries for developmentdk 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-arm-1 16847495501.1.0-bp155.3.151.1.0-bp155.3.15libmenu-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-SP5/standard/726d5d5d73ddc948f24264cbb1038769-menu-cachecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=335425fef93cbe9125c3a33a0852eb89ecb66f84, strippedPRRRRRRR~ĥ2Od8Tutf-880196e97656f9e1d8eb51165edf6b9f22bac4df95657824a443b962c7477c3be?7zXZ !t/ *] cr$x#H./gPF"ҸW_ZiQ@;/wX;ј3?qݶUn0Z)($Cyk^SOny{Um>`XzKa(Q0uU2B"ry,vJ/0ߩm^"n' jFtB&n MU;{F(]MaT!Om1~#'_CQ EE>5ppK2*;6 c||yo2gLNEfPyw` F Fagk vp)[^aJj1e\+Ԣac0o-$RWZ[PlTB˙,54noaT=p N<׊FN(jT+u8U[ִ$Iш]SGnVo@eo-YB q:76U"Dah-(Yfiy.@zވ2ފ cƅ0 iVh$&)u|U)bɪOFRr'ƁyĤHYu_.K?,XYt)b uW?Z'wO^_"=uFw\| `Nυ5w$0aQo6h}:",\v %Ţց<$իH7<\־: Ƨ[Ɉ,8^ysv"#$裼\E÷ q&*]û4fJ7 EٝcA@B8AN NaD=x \d.H  BPox-*>PPgPM&EoLJa?A!&W-'bZMʟHVm-/𑨎)y9wǏ_\fi"F?qI;Mz2m $U᫣Ȓ3PcZ\w]u* o#1,tO;c7焧3r3L\@܃$K`.xl:Iϵ) i? gn)T6wఛ7}+h>8SoL^Ɲ#9 ,)*A&󹫓EeUQ laB_G'K(fE$iCTuS[Ui ,MU]12ǙO&kn-6&0]; 05cH:K(8}PxթBi'L5\W ǡ:n(rm$[cGrfC52ےFM]񹙝N<`yPA_h(Rhf>#o/$A2jɋ;[\l,d?9RݏxuNz T"L&jb|I\dU;/6J. d 06".(pcT-xRu%67=m< sMܻ+ $0ƀU9 7\)7B\10q,.&Ox<-EԎiLxikDU(/(PIYcOhܳ?*FėU0=JM'M.֗0r-n6xGj'0'Xi!1==CAx1\Cg+*բ,vFnyv)"4D/M9ؒʎ[⹗ %sr|)694-E:CdHmh!y|zYUW8Je3lTM7IsHpY\Ih?*IIq=UTnh`m~RuFz7#.FV{m(yC  E/黄  nS|s=㷕/", AT(c nInu[9Iq$PCrLe8jKǮjo"~+"If_]'O_ %.S=^꓋HirkZ;86(dBiP-?y>xU\`RLu B?Xʇ{4ϝ_+0E} HPF[Q/\(C켿2um'sBad62߃扅?3?;9=Eʩ{'T[DUOdrA~C&(dFe'<[O^?[|2J ӸCa,&_YAlZ "?:$2dGKw ȹCHkbİ@-Q^ט0XXT#_{28StKϐ-UƈR0 ȧC_@ 7|kiȘ?Ƶk,(0A'/n >æH#YorB'?PUkBld;1W"U}+@h c> eBg5~=V vwosdkE-ɬ9j43/o~A沌)~8v`Kb) %b6 &ZvEʖ..g`XqҗmJ!Ev\Jz7t7Fh#.+ӏ=Y-pkoZCc# y4v"SaxXG64o(Y\1Ox̓=m'PZ4A||[tӕ3, Fo/dhuBf~V|_1䭫o:m'1.fjZ&@4Zlr<`w9fBAo.jxp @eOvt0q{gt[b}dH.R !\>|6jWo3XQ' ,4(/=vgɂؠ"㊀Պ`HE.o+g|p m>i0$a$w|c[y⛩\QdGɩ;iަ]i)C3ϋHM:5w D@=cNⰞV=)l6MੈQ58+HT!4 N U7:A5P.d} gA|Ui߬Fi^-; LL&Je4ů _ՃO}CO"dAsD؎0W[2q鞽D!N/[l!SQB 'dl0sMGYUCM V(#,o#u(G_ӞaBrFmWzUjrΓu1JhOF[C@I/q^8(x琂Z d(4I_p^_Q$*3 ǰ9% 7gy]2$`eNLt)l񼰚E <5?Yj-`?"&!hu5j 8 QoQ"|>wͮt4暗\KEw=y[DƮ}"4 VzIzݗ ?aAq.g]9ˣM匴dfZ# ';dȨm-DVi)j%~,xnU~cXH\t yƇ`'TK2;teNmcLeɥ1G\i-DMl . s$,`3dž+tu7QguxfIPy|ro^tXqGmԾ*+,bl%n )Fዑ[n"h-7.%k KjKC%!Q )ds S|jx]{W.F!"2ΛaOu9,MQ>VP ]S7_Oxeujs7|>n-6Jyu51>Vq/bwQ:-lŅȗc BAW#H@?qI o>lHJ{~z=lAX6aG=8GO+4$ͩ:)q›藦\L+a*z_%axQ1S39^@>!)Cd^c^c?!TW}bI*BÂJvv~F~ύXPLdޕ_T)گDvD'I_ 2 C8cs;.=*y,ȍ'n55ȑn͗ry0*pje^ضW ygd C7w hТH}pDc[yOonaʯߖ^ٓ/6saGEqh4jX%h7,dԊ쵎 W܁F%뚵 _DS]_SZ | Aq~L]< P.oQI idE}lNZHPXrNr%~dԢξd̼k ¡UWC=?H"\bpӏ&I5b 2YbQx֋;KvVww4{VO[9ZUYhxE ? ۷6q`pth-$g f@6!3$X!*4[}^V9g 'Jl'xo"^0 {6(&53]̳'*;JpNyP~C$X 4r5?0r&v\FsTA<3J¯?JB,oi۲Ī ti121&dR ܄W7fnN h@ݡVY۷f;M3:f!R)27U[;ߥzHԜ;c]]O<4 {VwԪ5txQ.A.( Z8>ÿ:MDMú17-+Gg=UcE ,CHb7Qf `d6dֵ(s[/kcIoɂsGp7 ff텳c\.Vq,;48 y]hl?Ug,wLf oBZOYG5''h3XD>}_`@6+ʙoLb OCSظ]alt"ɩM ޓ)m 1H˯'Tj j*w?ǔZB1-g xov 5oir1 #XB!X3퀑_9U j+biViԆͤϹ~}*&4G%?vkKwՃA834큙YZF0}, p { dsT8ūV>u6IGsYZ>YшF3/ODX$g=MMxmÁeF͢(At CuDF' xvYYcHI.T^B /FÀ%фF4v#a,1~)\,ʖݜkp JbibNle:z{~BO[w Ʒh[Xc* ~[`7Sw}%N }4+Gp|9Ο'i%s6G7'OۧL!g0{毚򄟝 rpIiIYh җl!8n_sm`R~mʌ '!,M%_IQq7ҟC>K9btǜ3ȃ]'` A@k/G0p4T@R,3+gn0a"de$7/[j}NeWQO@(ri(IHđg :/^^b=Y:ofD3(n C6DtOI Kedl Xa } 8+IKaߒd'H5J-,QUrF}c?l&)KXAb٧@mG yT ޖv>S)pvLcێos0- b=Z\aJZ sS<\W!z2ȳIEMuI)`T3oRLjm7@LՀZj/25XN`3SR(D^efȜus>'Gv&n$99(ЖG@z;sRUx&6d+F[ӻ>.ѮI|`|qBL-l(Ҽ6vQr+eH(TYWzn%oVhprr"3j <2:()wY0LyiMuh[d fPBp Rb1cz ?G |pKk vEx乽 LkșP!OTKY؀k P' 46AE /bPc 2Πyauxa艄T<*?.%h|gj}``䈹f9ɓ9Of>3GQAJ Pt#qdM)ɚI1ykN@:vMc+g^ӂf*6ȈB682SPZktQ8[s))𼉒40^7Z }N-kK/1.fME:"оpjI:(~|6u]D= )([%jq'^.žKf9[lK/'IN"1ÒCOjk[kHD{`<EwYb+Gm&*CxƴL zx2Wpgj &jԾZ 9ZS : u& -*7/37/a~x8R4ޏ#SjnhQiNiI B[\q_$4+g1">pnxCk4k/Kh56#)S3U4 `qو1^T_Y-&g ?(97V$' vѺz[_a?q7]00sII¸5{sw4ؔw @xZ1IHކwG(:`y.7H(jLpy}S:%N.R<fiA|AeA4T@1@h3Jt%΄֬JQS]폥#~xB6^l, ztvSѸe+?c~o0!f0\R:2ۨlj.x$}M8. k>>aW-.QYԔG,EhqTYp5Nڧ=mK ^#ggI#@N 9铝v $@v|Bpwx ˫'L"w?A!EBjĄWz.wZTR!e{f0DjQḁE_#V6$batk9HJ|{IbHעp'8(s,z '7!R~$9W5WǾW< l6Ys>ñp# ՛CզKЇ+Woюv|(ߥ@w|`{WRjmWR~F ӈ?Ha~R%XV͆}D dӿ.x*~t/|y8 %귍T`L}+'K'V YZ