libgtop-doc-2.34.1-3.1>t  DH`pYa9./=„Rk!s #f_BB+6*7_}FOY{ͫ猠hrP9ufJȩՔ> Y;3.gsý ϥ3"lh\[1f څx]L"IޠVP.085ƌ.D' 6{<)韇3o3bF|lŽ@(+x$) +ZߣfS;:׏qJ)i4@$2M:030ac07e9b07dd478fec16ff03a28bfb7a5dd505c Ya9./=„!Ph)fs;"&%mN ᔄ3$?t'oML[.ݛ.K윮ԉC7Qt[ObW{;վclmKKg;p#jnKoYx}~uzALal?RFdĄpWbj01UCȥ–)պ蛉hQpl[!YFDTaX^9 v@5,e }j_>>< x? hd  )48@DW`i       @\(8 9 : >?FGHIXY\] ^1bBcd )e .f 3l 5u Hv Lw Px Tz XClibgtop-doc2.34.13.1LibGTop LibraryA library that fetches information about the running system, such as CPU and memory usage and active processes. On Linux systems, this information is taken directly from the /proc file system. On other systems, a server is used to read information from /dev/kmem.Ya9$lamb05=openSUSE Leap 42.3openSUSEGPL-2.0+http://bugs.opensuse.orgDevelopment/Libraries/GNOMElinuxx86_64 ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/libgtop2.info.gz) NUM_ARGS=${#ALL_ARGS[@]} if test -x /sbin/install-info ; then if test -e "${ALL_ARGS[$((NUM_ARGS-1))]}" ; then /sbin/install-info "${ALL_ARGS[@]}" fi fi ; ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/libgtop2.info.gz) NUM_ARGS=${#ALL_ARGS[@]} if test -x /sbin/install-info ; then if ! test -e "${ALL_ARGS[$((NUM_ARGS-1))]}" ; then /sbin/install-info --quiet --delete "${ALL_ARGS[@]}" fi ; fi ;=Ya99628b9f81ea1fc67b2bac371349c3ac3rootrootlibgtop-2.34.1-3.1.src.rpmlibgtop-doclibgtop-doc(x86-64)    /bin/sh/bin/sh/sbin/install-infolibgtop-2_0-10rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.34.13.0.4-14.0-14.4.6-14.11.2X@X@WF@WV3VՄ@VvVy;@VBUYUUL@U>T+SES`RNm@N\Mx@M=L@LKKf@KVJ@J+@J*@IzI?@I@mgorse@suse.comdimstar@opensuse.orgzaitor@opensuse.orgmgorse@suse.comdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgcrrodriguez@opensuse.orgmgorse@suse.comdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgfcrozat@novell.comcoolo@novell.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgjengelh@medozas.devuntz@opensuse.orgdimstar@opensuse.orgvuntz@novell.comvuntz@novell.comvuntz@novell.comsbrabec@suse.czmboman@suse.de- Add libgtop-bsc1020294-cpu-buffer.patch: dynamically allocate memory for buffer when reading /proc/cpuinfo (bsc#1020294 bgo#323354).- Fix build on SLE: pass "po libgtop" to translation-update-upstream: it fails do detect the correct gettext domain.- Update to version 2.34.1: + Rename --with-libgtop-examples to --with-examples. + Use gettext instead of intltool/glib-gettext. + Added Language headers to the translations. - Drop intltool BuildRequires following upstream changes. - Remove obsolete clean section, and conditionals for long gone versions of openSUSE. - Make translation-update-upstream conditional, only apply on non-openSUSE.- Update to GNOME 3.20 Fate#318572 - Drop extending-max-cpu-number.patch: fixed upstream. (bnc#885202).- Update to version 2.34.0: + Stable release.- Update to version 2.33.91: + Fix building on musl-libc. + Updated translations. - Drop libgtop_spec-update.sh as source, and clean spec of it. No longer needed in the obs. - Move %install_info_delete for doc subpackage from postun to preun.- Update to version 2.33.4: + On OpenBSD only PID 1 is special. + Call setlocale in main.- Update to version 2.33.3: + Fixed broken compilation on OpenBSD. + Updated translations.- Update to version 2.32.0: + Stable release.- Update to version 2.31.91: + Darwin: Fixed build. + All: - GI docs fixes. - include fixes. + Updated translations.- Update to version 2.31.90: + ABI changes: - ABI was inconsistent on platforms like FreeBSD which make use of glibtop_machine. The ABI was actually different between the library and the server. Fixed this by simply always defining glibtop_machine in glibtop struct. - Add Pss and Swap members in glibtop_proc_mem. - This is the second ABI breakage in since 2.28 (the first one was bumping NCPU), there were no release for 2.30. + FreeBSD: - proclist: exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE. - Remove extraneous glibtop_init() calls. + Linux: - proc_mem: implement Pss and Swap. - Remove extraneous glibtop_init() calls. + All: - Propagate the change that machine in struct glibtop is now a pointer. Hope that change doesn't break build on other platforms, I can only test Linux and FreeBSD.- Update to version 2.31.4: + Implement a proper --enable-debug mode. + FreeBSD: - procstate: set process name for kernel (pid=0). - procmap: get dev/inode for ZFS (no filename yet). - mem: rework memory usage to something more meaningful. - proclist: don't report threads. - proctime: fix CPU times. + Linux: - mem: . Use MemAvailable when available. . Match `free`, report Slab as Cached. - Support for x.y versionsmemory to match `free`. + Fix a lot of GI tags: it now works without crashing. + Server and daemon binaries are now dynamically linked against their libgtop. + Update a lot of examples/. + Clean up some very old code. + Updated translations.- Update to version 2.31.3: + Numerous OpenBSD backend fixes. + Fixed FreeBSD build issues. + Implemented procaffinity support for NetBSD. + Updated translations. - Add pkgconfig(glib-2.0) BuildRequires: New explicit dependency.- Replace xorg-x11-devel BuildRequires with pkgconfig(xau): there is no need for the whole metapackage.- Add extending-max-cpu-number.patch: support more than 32 CPUs (bnc#885202). - Adjust package name, since the patch introduces an ABI break.- Update to version 2.30.0: + Fixed libtool versioning for ABI breakage. + Removed useless override for LINK variable. + Fixed FTBFS on kFreeBSD. - Change the name of libgtop-2_0_name defines to soname, and actually use it. Bump from 7 to 10, following upstreams soname change. Also update baselibs.conf to reflect the new soname. - Remove the check for the library name in the install section: this is rpmlints job.- Update to version 2.28.5: + Fix numerous bugs in the OpenBSD backend. + Updated translations.- Split typelib file into typelib-1_0-GTop-2_0 subpackage. - Add typelib-1_0-GTop-2_0 Requires to devel subpackage. - Change group of main subpackage and libgtop-2_0-7 to System/Libraries.- Update to version 2.28.4: + Fix numerous bugs in the FreeBSD backend. + Split off OpenBSD code in its own backend, and fixes. + Updated translations. - Stop shipping .la files in devel subpackage.- Update to version 2.28.3: + Fix build issue for strict linkers. + Add Introspection support + Updated translations. - Add gobject-introspection-devel to BuildRequires, to enable introspection.- licenses package is about to die- Remove libgtop package that was empty, and add Provides/Obsoletes for it to libgtop-2_0-7. Also move the Requires of the lang package there, as a Recommends. - Remove unneeded Requires of devel package: glib2-devel, gdbm-devel, xorg-x11-devel. Only glib2-devel was really needed, and it will be added automatically via the pkgconfig() way.- Update to version 2.28.2: + Updated translations.- Update to version 2.28.1: + Updated translations. - Remove en@shaw translations on 11.2 and earlier.- Package baselibs.conf- Update the way we remove the la locale for old versions of openSUSE.- Update to version 2.28.0: + Updated translations.- Update to version 2.27.3: + linux: - fixed format error.- Update to version 2.27.2: + linux: - glibtop_get_proc_map: oops, fixed segfault. - Changes from version 2.27.1: + linux: - glibtop_get_proc_map is ~40% faster. This should be noticeable in system-monitor. + New cygwin support.- Update to version 2.26.1: + linux: - glibtop_get_mounlist(...): also hide "none" fs.- Added support for translation-update-upstream (FATE#301344).- Update to version 2.26.0: + Cosmetic version bump - Move gtk-doc to -devel package/bin/sh/bin/shlamb05 14995438442.34.1-3.12.34.1-3.1libgtop2.info.gz/usr/share/info/-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/c378d895627fd95644f47c2822bb2d84-libgtopcpiolzma5x86_64-suse-linux[w'U*?@] crv(vX0DTu-EX$ĉϜђsz{ TWQW9栥/rq tajQ r~b2FH2w{kb7 06FP&fFc;;66.9^SA2b6FlV8l8ڧ0ZU<`Ms6; ~&ƶQefz krs5pL74X T'c@ F,`>s&z9Vxw#c~#b =!)T6.nE2dM=35S+-$6swD:< pL.O`|WΤ߿|&ީ<R7՜zivPh j܈()O/"t'm*4nD${&jyTv:8FO"Tan1M .g_ [BH3])nF.60~J Y\pORFLH "z{RNQn37:hỳ hآbX-h6^ui ۯnVTOBXd9^}״nFQ]E3= Z"F5!vEwQOB1/_!|DT7f?yaȾL 6C#0A@'/1գQ 2Wnز͏r->0>RzrwS[syusHO ]J߃'LcIen*!\,RŃDL+H繉n1:4zk], + j6HFz&C8V[T!Z 8S{zTpLSȝ[^\HklL_uJtΝG_ķk.{Y- ],^H% d;$" kj$%`fؽ̠lv?{oؼO2QNFT#-px8fvz}/p|(\#2K0AbLj(BG43f LOݖXbPkhD^ ?"d[,@K4-$BHtj';Rr ců~,[T@LJ*Zh?j/V1Cvx_l*`<^R.2U- ,~_*<&]`Bga" [gޫS_)rLl#[$R|WQV4zPB8;)7s#7Pk!3hcv̮*+'=–6uRM! eUGhArn[26bRSCPڲnԮ,|ㆫP괗NJ. pٛzL~\;*Mt?-+H+uվ=|锶PJoA|"90ǿ{Y]W\ZPlUHJA!Vl\[TpkД!\O]Hr[Ǡ_*娥dh/Ͽl"UwoYi<5Kv9{O-n̋s$7Nv#.9F8 jʛN&ŵOuǶ3h#%}\wYo6*J)QVF[NCw,wE _XH'0=@ٙΖVX"){@p8[E˾Fn*,y=roTOR(#Ōːr ]P1^FbûI T8IV̰md}#йeַxWan{u(^TMq?*rF9KX΀pAOaGІ'%ƈL}.m ?d#1gB3\u ,៝͜4ZPQu.;UNk}w2Q$|O x\RedЕ!ꟗV 0)yRg#:/Mzv;{phyجfY%j&R+p CE?^@! t8f>33wlLt {v u@mIgwbB2'F@/ egtW"%;e05öv*/ fXE#DJ ID{< ɹ}-{2$KFXZoϋ#,y/(~ 4WI$|.|S8wG2m7CޑܣXcA1rt PKDް>^X"+Wl|c+#_~r_"BruPAAYԪQ/O,zvv2'3KQuuzYed%<^v}*$q9]W#DчO˧Sq0|4daiHĸ y9| r)^1:9L͵(f' dN˻6:d#CKr %}%|3JFVOc[3mFmFmoeDxPW7nQUD_Ll_*>(2")J%#j_@r 2}(?(Յc08_%>G> _dﰜL;UBu^Me7┸iP}MԐ@"dOԹa>y X= lQ= O*>|:.^0dKccʽ >>w,2X}?a!܆ mő_gHP2d590!\:[੢`bL_ n3[׸q`Uiv[\|%h+!P`/ܚ0g3غp<0q֮)Wt / 1O&y-ۊEk:syY]6Ekʃ"Zْopv_&E:EKR(cdktkjڱ~^ v:㾃R Pe]'!SҌ`OO;]#T)Rfn>>Ŏ1[JR-7ڭk:;HC2$Uoq`r5P|YI`0_*vP-*پ%C";Ljb +o/l`(+)=Ϛ*~* 0=:! RY7/'S:)lMilR,T-b~vANJߥ0΢5ݿ9!ō5I`#CgWK8=8+cd+vyy \LΈ&x 7#㳢T`.q՞JEТY,Gia AOwa8Qˆ>(b1,o4K)sꊁX bNCt97/[^cƟ/˜559/ f_ц̥`E#Pڙq=_E(C紤W^ īY0bEEey=sq ~ I*y1c PVECòz׫;GupmJr 2$\jNCT&٪x! Ơ[hk1B2L1:B?7g엂ğuS۝1=Q#F.^k#ߗjXAW$=T, (SN#)QɿP#&[FrFfm>UAa% m|j$$vCS=@{v+Un}luŎ6K$7Qz7aԳشH!LkԌ h▬FUnCi/[⾾yQ G1CNmֽ:c~+YJ8qȤkF!pNC;þc5*Hdva4L3ap>zKe9A~D[KQ/==3ւPb/0{|*r_ц 4(-N^zErf):U T*O&, .r4-d;~[i|J>DӋXK!t (DI粚A'37h50Cmھt+,EiNU7 A/2g&.O(/x|VRh@3D.>ꋴ>lfqNq 3eRPI Uv%8BwO\g-3p۶@mmpsc՗Fm'ޒOjz,;-+Cޱ,UZ^l  $$~ %op)LU?R,Z5t$/cz?`!ψgY K^laFwsG띊sz`;-qJ.#(4ٲ]%@2KޟfjQXdQz8gE@rاB%F֕((r{X2gs(x,OD5C:ɰ7:_'^3S}R"y 48Nl,x xr/ou *ʼcqNk*l9S=Nz~:)ޡI Lp)!E(o L2t7%5u)Xqz]\j:y@.C*?@{0;ܾFwF '?1z"3(v䃝oqo)~Ѐ*ټagIjºN ]{*3E }0GXU ~ ,:uscuVX^"P-Q]3:!F[q@cˇPrq9ݦ3\[~\ֽ\2&OIoѮ++ ~Vk8 VX0>b5hGvG(xDŽL)Q>t4}iA@mM=9:3pi:' k"lu<9Y? |az곓,Pt6 GbH@آ&ut#; ±ZMP%Lm&C&-pO_fgS#.McI6_N)n,I{ϰkkf |bKsX`6"JA`HnT>Iϑ`!UX-$Ԇ?-g,aoۨnooB7:钛=$#&,(ƚbv1_%  >y]e8hO >Z5aNez"E~5D:(>z榕dKE/+-&f'%> x$:x(@W2N )':og9vP)ZM#H+X_iwO|Kޜ|y%d ؊/ L<(v]%`Y dNs&-rRl&H: lm,PX=E^ixfq䦜Gqģ@N=/ZmNQ*U( lc\_'Z쯯\دNL-bB )t nIҥ/+%NQ'6!O\Ƶ1^w a`IQn+>-tP~h5N1vě08$STsƂ LF|$Ki;6{&s0 ?K:{6=SBc)[cG\:gHK'Z:zD\~h 7φ*fR_M :xf>]Ph )j3y*3ɹ@lN JPbu hq-a ܮRIP%K%L>rCAwn"hh!QF6P4MO| ˳FղcWLu5gHIl cʴ\5M\s~/F˽eP<՗TcCm˃u/cx#(C;Zf㛸'U|Q 7=Y)D}4v,%2kU.ڭ7%S|ܠ,g 4߈!pɱ N-<[vB 6︮Zg/GqZ=9%JBDO-A|x%؊-b+L\^&c~,F~Ptycne&+twM8TLng"ܬqKPjqeUIԳ y3tL CF3XS#1(޷^ Aco`3]8L:˂_~o7$.OOu3rrL#ta"*~0IẼnly;5[Ȳ(iIz&Nb(Ǜ4Թ6o+R 3XqQ75﫿|ž "Mh6UՏ GSk!0?c(6ekarBڏ|psZsr~RuB7 Nᥓ΄ rwu W7>zQk?]̺ؓc6S便ЦSNEc>a*oxi<#y~ R?ߜXm_D&N?T/+r R>*EMh:֫1m9jp]˴± IIKNY'"qG0/_nH_[ֱ,QB(ǔRZEbC;H/O *-ד%dTJu8.o8YV%l/eĉY*wݢ uXQj+5szpb| 1d#(iR#U#S4 5n͸{Q:W,wY]c$X߉Vpk.DsAdjxNt yyCkhT|N;x1҂=SӴ^faCF*:أ5A7^{Ew 3/N@YeDJ۪SXw㿛D朦s;7Xc6X&LwR]÷u=O>h 0Fn0&τ)qG+TH⇌?JyGEim8]yZr$}MQvũ{Olٹ ¥!&A5ύ*cQdEN#IQ/K gӤٸUdf^ӱAs=n^:3Haxg(ĉfrr`a#=@` 7f[Ө6jZEѹy;ov2Kvx)e +(3dwr0$h^L }S `: ,L~r6/i1ǐ+P8jGq>vQIo:!hqk(iŝw}1fnՓ )wHsU]E`خ8x;eMR7$3cbRc k".]Y U$(%h%]])Q~`Bk|u $&p#r*" dpxo+1CmIl6ʜ'ѯn Z 'IY:81fO 3%^1T$_ӣu`v Sn'1)IS;6C$hA6ƧzqF Ȃp[/Oa *Zl`!}\ TLI`*ա_" %auJ0B}>rKFhTk{RcMtĮTQi5z ~|}m_ilmd."EƓH)iG(0"YZRM4_àVcd?5殾W"Sgh/е(f*$lj^E-fBݤJ<؈P4HB{m |⽶KWG wa辩|r@q%L&\#=d0md3TH^J8H N$: j[_Z&b™l4L; @pt_`d0"jr@N 5kxU«L,q_͇Ӻ6ǴR uׂ_eluZIB*)\ #n?Ϧxk)LͰt`~R[bxJ1TB TN޶n6 TfpM1ӊ8rYDXI[tգ+.?@M[4$h@ ؀2X5(9qۃڣy'2#1 koM#J[_ϵwpA e h}yˣ&(d+A6 cA(lÛܣ C<чd|r3n˷f 0pW] #[\zÖD#}iy$XǞ)ΝQv.j1#vYCRZ s+y:/4ʉ%MT{4DfQL?6B:xۖ O )Q(?^qHe'I'rIҿPU1 ٳj *f@:ċT8!ۘ 1+Cx$8 -|Í0Ck@9u =*KRA=C6$-F:kJ0W$fD8~RܐFWiW {v udӡ&|߼Y2ܐuPV|PUP)wpU~3eTSY!$3T"3wwbG48pAdqoz!S )^MI\k6fs|>*FWEyEJK8 j!^VqV'GzwtE<,iN9|\|8X8 .aRpId4RCh rqc %d$Uy"VV#:6m1᪼Tr9I)@j\*=ÊAql>ܑ9"T D=Sϛښ[DD#cU>XWPLH!s2Hkq}k++{EYe1=֩6ᖇR$p q+ 1U$+ѽjXR[vC5%DQNoy!U=zܲoV[6"I s-:K;Mۉ*K ħy)+Ey\"?_YPtHHQlP7Eob(qy4mпri˯u݌=1-VR,Yv4X}qo= ɧME#}u)]µer\Keʉjđ1d8a-=&rpʊސDap* ޕRTSA$7\='PߞUW:hlxIorZp<~PWJ`7}56e`TvL3E4,vӡ!& U\\7/҉}plyWx[CC/F,bD7>  j+sʡ tk'MS~B~:sAc< ߊFE'x~j񟣄μksz+H-ە|&9auR}T] (DOS9\Dv,}U`t`[M"Z7aD\.KٷsROhU`AZ~= 'OMX3bn8P /vغ2tHLK2ҍT?\'PXc_ӱbݧ:g?hi ĜI}^%SBAgIZxi'DTn~ j\]Wn TtDP87֞#c6ߨ*{TT tC^vrF;x8nD _OY*f:s JQ+1VSlmۋҲ !' QZ ;OXPF45ES_zT:{ "mh"׈ӼƾYt.>4G) VN!qs4ٵ*98L5GmTz5NRQT|NCCp BVr꬛&nOje\eXΜjەx/lc/Y! kgo^Ks ~ oWJ;⢶)PPkt-wN}wgXL{ ޹ɭް1C\gÒ"Q 8JGb b'5*%EÔ8 83K @>"ٱ0MIT֘q݊-PI8@nrd)@zVe1f$"vt- ENc*L@TJޗqOhoOL7!XmΔ!dһvN0E GoQMBxx24ʤrw7¹e|PR.'T+"D8x.(kv@d6jJl۶x*BӻIYO[`l9 T)nYdH'|NJcZ 9iS[~oy{ :UdiY u{ņ }p x-|RP3ībk"v)k/NUV?1PV9y,{@g7j⅓7CrP9#6kʃRweAc %mvtCbY=Gț|*$)iRAK;I{T5 rLk-I`WҼSS`TU_!D҂ dq-.aB9N2N⍟&<$nCh秜KOֺCx>ߡv[fZy4 b u?D–̔o ;}%8oXpnN& Jxgg_1EM~T֘'`ֱmȼ H4`˕s Q(v RDdmHTă[=7ڇ.|JHʫKJ+ CMPT|ch͌y܍Xf=$Y:C#yi+'kB0 &usvmft.#Rdb]R=BF hF#@C`7DbeG7$WCv&\ua@`rj vep{: CT;ߠ