libmenu-cache3-1.0.0-5.1>t  DH`pX̄/=„ZNh1͢DCXK%7ۥdZhI8ƨ/R"G|3 \n!(+t \Hg_G Kqoatv9v(N!Fc·3^n 4V/sO}eRrL DW" q ^tXIij…>>F늫gh>zƏC_)LݒSTD\Ti 瓀J;4a41822ff79d7aef8946881190eaa44b9e6e7e63PX̄/=„62"s; FϢЄ֕*iʏe D+vjmP<4YcX ʹʿ@8}xD M,,?z9vḨZ;g㹴!2lyl)sYe>6! Yu3k`< ? d  0X\hl     & @HR\|  B (b8l9:>5@DFSGhHpIxX|Y\]^bcgdefluvw x y z Clibmenu-cache31.0.05.1Menu-cache librariesmenu-cache libraries for developmentX̄cloud135openSUSE Leap 42.3openSUSEGPL-2.0+ and LGPL-2.1+http://bugs.opensuse.orgSystem/Librarieshttp://www.lxde.orglinuxx86_64X̄X̄5250f305d01873b1ecee25e17a958b2blibmenu-cache.so.3.1.0rootrootrootrootmenu-cache-1.0.0-5.1.src.rpmlibmenu-cache.so.3()(64bit)libmenu-cache3libmenu-cache3(x86-64)@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2T)IT @SvS$@S@RI@R' PѬ@Oĺ@NLV@L @K @K{@K"4@JJ@trcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comandrea@opensuse.orgtrcs@eresmas.comi@marguerite.suandrea@opensuse.organdrea@opensuse.orgcoolo@suse.comandrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.org- 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.- Spec file clean up, we should not provide and obsolete libmenu-cache2- minor changes * Fixed build on systems where MAXSYMLINKS isn't defined. * Fixed menu-cached crash in some rare cases. - Complete changelog in http://blog.lxde.org/?p=1057- update version 0.5.0 * Added a possibility to include NoDisplay files into cache file * New macro MENU_CACHE_CHECK_VERSION() * Added new APIs: menu_cache_find_item_by_id, menu_cache_find_child_by_id, menu_cache_find_child_by_name. * bugfixes- new upstream version 0.4.1 * The libmenu-cache is made thread-safe. Thread-unsafe APIs are marked as deprecated now and should be never used in any multithreaded application. * Added creation of HTML developers documentation. It is triggered by configure script option –enable-gtk-doc. * The libmenu-cache is made more responsible by moving some time-critical operations into thread. Also it preloads saved cache file if it exists so it is available near instantly after menu_cache_lookup(). Caller still will get updates by adding notifier to the cache. * Added automatic shutdown of menu-cached server after some inactivity timeout (i.e. all clients were unregistered). * Fixed few memory problems (referencing errors and memory leaks). * Fix for bug #3501347: use g_get_tmp_dir() instead of hardcoded “/tmp”. * The libmenu-cache ABI bumped to 2.- New upstream version 0.3.3 * bug fix release - added URL tag in spec file- fix license to be in spdx.org format- fixed libmenu-cache1 RPM Group- changed RPM Group to System/GUI/LXDE on main package- new upstream version 0.3.2 * several bug fix * API changes * soname changed- new upstream version 0.3.1 * important bug fix * menu-generation is now client side * speed up and lower memory usage- clean up spec file - used chrpath to purge from rpath linking - bzipped source code- new upstream version 0.2.6 - Security fix- new package/sbin/ldconfig/sbin/ldconfigcloud135 14897983221.0.0-5.11.0.0-5.1libmenu-cache.so.3libmenu-cache.so.3.1.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/c016e59299bc18857e67e7be242e2d0a-menu-cachecpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=752494b11afe4b3c8f44ec8229b6b43ced5e727f, stripped PRRRRRR RR+k{ގ=Շ;T?@] cr$x#̡4-} tqi*``8dkϸZV7mRq!@Gk>SJ B9kwqt^=,.:]v}@O>W-y[HJ wp0WFf#BӽF!8V .FA-ͫе]3 zT .*b0- #z\I2WϕEEpFwy!+o(̸2{5!0CDMc<5U`iZ0<#"${ѠB*8he {o\ָD,^1+g;ÝZ;IRjlA.[.3>yF-ozP4TH'ښ6[7Z chyl _ZIIޔN^}l@|I<4Zt dSۚ\f9˄N>oxF6x//^[) 6ܹT1XY%dqf i/S}70zo)M|%}M lxiafFH'̩!r>В _Pu(Tzhn=$CI^ }&DNCsqY4]mQ2J?n]Y3xwM8;_y0,"%όg̺1WpLl2^[_&uT2+P~B1Z6Ġa9lGGQw+8 }jXДlޜC!@;4W:R]f A< lߔ $z|hA{SǩA4ч*2Ha;(4Ć5[ d("ժ-L ) 4'V2W' > s0ųCdeܒ$㆔yHq;S (#: y=- ռ}bGnf޴ܺ_BҎ2.ӾʖY:xC΢MnkGz3GZ'=~pC,:EM6 dJuiCFC8P{颒KK'8+ b@l`CoĿ^] $N6\6Aoԫz/zsQ6CxV]_GeڎDsQ4O"hՐNi+VfVo!EZ+m Jv7M6˒7}}F4 T-57:;<;|!.^q3`d1"O?͂O"\貟_I(KN^ hPg( T?T6ߍ/rI>!<{}) |܉_ 7bt#N2ZCTؽ>HP3lb䀞DfϭDt&h4nj8&/F׺"[ǽ^+I =L%:Tz$@okNѷ`|R!7 0Y-\NF&Dps͇hlטKH엛Š7,L?߬-z%,7/;+> ^~Zlbܗ 19].hy`_Z˾URoMVU nL,P}굵/n?J5£a>&eni%^9wiMnMr&tit2O`XºLw=qL6_k2^| L!Loz ۧREJfsO&@nׂȵY <y{6Fs.rXV+~Є*2`oᬣtЅ;Y$"4uoX%r1So_ G32< )JRsQ ピ66Cޭ,c .;+WNS{cCQ<yw F iꝅ{|86ȯD|ph߃{Ťڕ|:#y&a~M"~7Yf~[(Lg̉GN!vby># pjGQT0vP}"jo.BH`nG})`j B+ 永QUl#D+CD?vݵ<)lyx;5Y'p}r]q#g} ʐc\V@FFFf4P_l~'zJwRg۱})3q\%vTžj܀S"_I`[x fKt#lL;{0=ZߎT4K_ۺi_bTqHcjxWMm4%[J[ q~^6.}TM#npqyd_G*}u |* NJ U{KXkI@(щsgUc+6Vo@ K'tQ[Մh6 ʀGPǀ5O D@CV[GP+h"NaJNeʖ۾kn$;؍X5f-;IƾP@ˎk/My̺m~o2[MWO(稹CZ\z~s˟Ml"|}Ӷ fVwR:WD._P!۠f@. {*^߀JAb%%4c{eg?pMh>ʥ F]N Tlp#cn|mBS w WAKuM!}qj&͘MEiUϿxp*e9Q̓O$@j[WH{(g:ٳ˾nB:Ş'^Svc6qcCR_i;~[@ ÆEO7{XGDҀDMJWkV@ԫBE*{~8"kED7Tr†Z;\ ]4ՎH\=ߜOL\Pڈfc}|b0D `q|ت6rg&\0+54Du{P1&ex4t|W`XBgH6[@x7JoȧE$ѹQj_0\N_̅N.LhWc& x|K^S wCYv"Sb [_>)"PT>.ic+׆s&ot7D /@giL9թX( HcLv BWa]Jjy`t&"4_k[kZ~$&1(>ednu̲QC/ݏ\pJWN _#+qsEjezꞈ]^Eե 9u. F7zy?`RJY;0Y'!A zzn؛<>[vֆ'9J {NKK$Fl-$& 0ml;Tek Sq%\w3 3(ǡUP7PH r QNti֫Ɲ*OL2C[a.,V[Ql"۲!FoQ[!̤fe<BiZc"Y)Ld|'&.:"b1 Tmħy1Ӧ=ސ$\= <.G9a`+W;YKbgjgK3ƥA[xxzީ?O, |t)Hv dT3Q51Dhlv5mQ}h8{C7L4e!"W}~$_6Kdlʴ*#]'luV3Y>C!"G|eQP ddqXkjħ^2onf§ݶ{bЈ1=Kܢ)Tݽ61~_6OAZ2ɵݬX48;& N_"c%nx^qY\ݡr4T=O}P؋x#_q[(hp(U9 df!Ӡpvxx} ѿh{[f%{9(f>yMX>p~MR䈈huA($"/~݌V4=gn/,P/bX|*9,Mմ o&[Jɶ?JڿS:CALkmæ*CuIw|~y6oge79 OaʗۿGyESbeq|(UW0Y]Oٵ4MȠЀ2zmGҩ{֋Ǒwz rvC cVŷ`[i4֗T#ye4(V6's>"䪬|܄6ՂhӐK1&-1V`q}Z/uQ]NZ]鍒U8N:p׻eOcj{݀Xo]lsl 6364ְCk9yL]Vue8v~3m#t m32k= ؄Lh=O7z'۰2v5F+Ҵ9MHjZop8t~@8Ûw\G q8''̬Qt{G3Wᛗ'~# b wnMwܚJi(*OVA h06?u9?c{Zzd_pZ`W&K!Sdۭ7"$z֕_P{v?v;".d ʜ7vj'MkF}xȸ.0# Cn`['v׆h8 Bȝ{GӮCѡMi=?EYl~YA 'D Aؔ,OүbQ+B3U^!;|d4ؖ3\ r\H{z.QQdZ6MMG. w*o8 eߨ(:9N7M}T"˘̡rև544i<7~2 Y _nБ.s-9mj/vGFmgD`{4`!)QS[C "9Yࠠ6 (x#jn }5vh[WCkq.0F m^-RQ.ZĢR%WYCPe ҁ**} ߑgb{:4/˃֠qNj5tqXS'3JnH7 f7:^܏7k)6`EahB$f{Ϩ]ª;O7W髩t:xC$gqdK =e=ND!*=nu۷z0 _x: z5\Sl$+=݌$S y=c11Qlryjt75(xZf:yg zt X ># Ğ4d:{]zP nMkHRm*WSDo- WC >-z5Q 6wK{nZ;&Ep=!vG5xxt$B#r{S0b GMj 3y.(p;$3+;]'`?. s`q)opd]_CpZ(/Ht򝉴P)0XK(|ݸr_M2ԝHy1xC/?<5O2yc TNICu-)Nm;)o|kOy=#צ\ Ј//J[۾6Vj*6]L33{fQ{^ذ/}70L4kq5LH̿ Sy 䕪~lDB ҮpkAbgvI][9;ݟLzYZ&ֽsRiNbp4,HoZj 8xo*@#[lh_xe,k_\'HQB'_EH儱n4 y|m:{:rE W^3t>$\^A?Lߓ8,M[APP eyqiw`mIJ#1ێVԵ${~BrjuZ-ݬ:.*f,'P*ld>DEzd8xRoP֋[13\R2\ z m5 /N*ER#Y竫=LvPCc2Pmȳ;o`=7vgdGoۙK.b*Ulo1ia g(Ջjn~Lf/FĞ uw E !;r4]zO8K%)ô9L?˚ hXd5S,TtrGċeܙ9Kmx_5yۚ6ɹ( &m QC3IV|nYTYB+Ŕ,`2j|NjȝKK=Zu^..#@p)A eG7w.Q_pPA.PN$K${+$Nл#dM%ɉKPI:qEVp@}~e.ւ>H`co&ˉ_Z|801sg Tϻc/!3Or2JeMg822f~ p߭ܨADvL OsNZ^怙Ijkpiz<<vQW1O"^z z`'a6ߟ8zZƷpk}u Ne*5T%)"!RC(,b7 ܣ-4(+\ D;8(~PgbWô\6 RZjHAu {ߦl^b8ʱq)iP j墀7 f:ْ AIk+X~$sZ럽O;gx]h; A5}/ph]{,ȏ4ǒRnPaPW%KCL曩b0'KrTkt֞[<۱:Z ) ;']őimnOJ6O8Tb'6AKMұ6;a(b$y9=Mx!}oCO`1yu;}kP +g"wpC|IG=%~ZIXjSe[98&x9W)ƸVbb65՝~>$SgFvV95UN?4 OUlnS)dKFĩN@eH#g"vV3$Q >YXc