libnuma-devel-2.0.14-1.1 >  A `ptp9|W`DFX-J`u)ؔ<ĩ3!8p/d˵LgK)犵6Bfw0l}жʴ2K6409485a1275f1a1cb2c4060c86152a482af9fb1c46f2b88696a6cfd190deccc272bf08e0662f6f45562967c7d661f0fb1afe5a7Xx`ptp9|8Nzl&o> e 842+*KfzLHǐ.[C`qvva{F_P'5.8q~rŠbҚq? `HE6ev= 4T(= ;C|"@lA!}Ez;y>+:9t!gi[ ~TLiHW::*>WNW(7}1se6,Kk)Cz ?"#egg>p>?d  / .Z`h      $B`|d(89:*F#G8HPIhXpY|\]^b4cd6e;f>l@uTvlwxy(z0@DJClibnuma-devel2.0.141.1NUMA Policy ControlControl NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications.`pibs-arm-2cSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://github.com/numactl/numactl/releaseslinuxaarch644#`p`p`p`p`p`pc99115754248890ba461c1722eb4a2c7ab684613e326284646a5101673a8604ecfe32ae7891dd0620a6bd80605e0c52db34be4dedd855329452b4a6cece220a4d51824f24264e5727612754344a8d35422352efe34e3cad2984cec4155bc0d0263404b03f3cd0680690b4be0c8f040f79230c2e32d54164eb7efca68961ab7651da4d5e628fbf9ef27f97786beee8a7dd914f2e1091a5b229518d6a00bfd7f43libnuma.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootnumactl-2.0.14-1.1.src.rpmlibnuma-devellibnuma-devel(aarch-64)pkgconfig(numa)@    /usr/bin/pkg-configlibnuma1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.0.143.0.4-14.6.0-14.0-15.2-14.14.1`m_إ@_xg^]w@\@\@[[aZOhY_wXCU@T@T}TC@Tw@Tpzdmueller@suse.commliska@suse.czdmueller@suse.comstefan.bruens@rwth-aachen.dekukuk@suse.detrenn@suse.demliska@suse.czegotthold@suse.comschwab@suse.dematwey.kornilov@gmail.comfschnizlein@suse.comfschnizlein@suse.commpluskal@suse.comcrrodriguez@opensuse.orgtrenn@suse.detrenn@suse.demeissner@suse.commailaender@opensuse.org- include bugfixes in SLE, to enable 32 bit systems (SLE-17217)- Enable LTO (boo#1133098) as it works now.- update to 2.0.14: * manpage update * numademo: fix issue on 32 bit systems * drop custom cflags for libnuma * use symvers attribute for symbol versioning- Update to version 2.0.13: * Release numactl 2.0.13 * Skip `test/move_pages` if we don't have at least two nodes available * Add license files: GPLv2 + LGPLv2.1 * Handle cpu-less node for bind_range test * Convert numastat.c to standard numactl coding style * Disable clang travis targets for now * numastat.8: clarify that information relates to resident pages * Fix all declarations to be C prototypes * numatopology: Add check for cpu-less nodes * Update INSTALL.md * numastat: when reading no-exist pid, return EXIT_FAILURE * numastat: Add KReclaimable to list of known fields in meminfo * numastat: Better diagnostic when find unknown string in meminfo * Enable building on s390x * Correct sysconf constants * Removed unnecessary exit from memhog.c Solves issue #50 * Synchronized usage function with man page * Added memhog.8 to Makefile.am * memhog: add man page * Allow linking with lld by deduplicating symbols * numademo: free the node_to_use on the way out * numademo: free test nodemask * libnuma: cleanup node cpu mask in destructor * numactl: add va_end to usage function * travis: add build matrix * remove kernel version check * add missing linux version header * make MPOL_ macros match linux kernel * add missing policy * Fix: Add ShmemHugePages and ShmemPmdMapped to system_meminfo[] * Fix: move_pages test for non-contiguous nodes * Correct calculation of nr_nodes and re-enable move_pages test * Fix: regress test numastat function and few test fixes * Fix: distance test to include all existing nodes * numademo: fix wrong node input * Fix: node_list with memory-less nodes - Drop autoconf/libtool BuildRequires and autoreconf invocation, bundled configure is up-to-date. - Drop obsolete revert_date_in_numastat.patch, gcc sets __DATE__ based on SOURCE_DATE_EPOCH now. - Correct License for devel subpackage, same as for the library (LGPL-2.1-or-later).- numastat doesn't need perl anymore since 2012- For obs regression checker, this version includes following SLE fixes: - enable build for aarch64 (fate#319973) (bsc#976199) factory has an extra patch to disable ARM 32 bit archs which looks a bit misleading as %arm macro only covers 32 bit ARM. - Bug 955334 - numactl/libnuma: add patch for Dynamic Reconfiguration bsc#955334- Disable LTO (boo#1133098).- Update to version 2.0.12: * Release numactl 2.0.12 * Cleanup whitespace from *.c and *.h files * Add Travis build status to numactl README * Convert README and INSTALL to Markdown * Remove `threadtest.c` * Remove `mkolddemo` script * Remove file TODO, which has outdated contents * Remove file DESIGN, which has no contents * Remove changelogs from the repository * Revert "make clearcache work on x86/PIC" * Add "NAME" section to numastat manpage * Allow building on ARM systems * Add pkg-config file for NUMA library * readdir_r(3) is deprecated, use readdir(3) instead * Avoid filename truncation in numastat * fix coding style in last change * Fix: numademo test between sparse nodes * Fix: allocation of dynamic array * Fix: numactl distance between sparse nodes * include sys/sysmacros.h for major/minor * make clearcache work on x86/PIC * Fix regress test for invalid hard code of nodenames * Fix end of line check in distance parsing * Optimize numa_distance check * affinity: Include sys/sysmacros.h to fix warning * numademo: Increase buffer to avoid theoretical buffer overflow * Check for invalid nodes in numa_distance- sysmacros.patch: Include for major/minor (bsc#1181571) (bsc#1183796)- Disable building at 32-bit ARM. NUMA is not supported by 32-bit ARM Linux Kernel, so build failed with [#]error "Add syscalls for your architecture or update kernel headers"- Update to latest HEAD (ea3a70681c2f523fe58e1d44527f478ca76db74e) * Fix usage of __GLIBC_PREREQ for non-glibc toolchains * Fix usage of __GLIBC_PREREQ for non-glibc toolchains * Clean up numa_error() calls. * Handle sched_getaffinity() failing with errno != EINVAL. * "Further more" should be a single word * Fix for numa_police_memory() * Segment fault when numa nodes not sequential or contiguous * Update prototype of get_mempolicy- Update to 2.0.11 * 150116 libnuma: numa_node_to_cpu skips over non-existing nodes (Petr Holasek) * 151210 libnuma: supress warnings for non-existing node (Petr Holasek)- Cleanup spec file with spec-cleaner - Use autoreconf to update configure- package fails to build with PIE globally enabled, due to error: inconsistent operand constraints in an 'asm'. Turns out there is a GCC builtin for doing the operation cleanly. (numactl-clearcache-pie.patch)- Change license from GPL-2.0+ to GPL-2.0- Make latest factory version build against SLE11 as well- cleanup, also build for i586 - remove move_pages.2 , as it is in manual-pages rpm.- Update to version 2.0.10: * 131123 numactl: numactl check for NUMA available (Elena Ufimtseva) * 140715 numactl: fix numactl --show and preferrred node (Bill Gray) * 140722 makefile: remove warning about missing .depend (Filipe Brandenburger) * 140820 convert the build procedure to automake (Filipe Brandenburger) - Cleanup spec file * use RPM macros where possible * remove redundant %cleanibs-arm-2 16180042192.0.14-1.12.0.14-1.12.0.14numa.hnumacompat1.hnumaif.hlibnuma.sonuma.pcnuma.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/man/man3/-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-SP3:GA/standard/c5054989f4733d54dc120a43373ba6df-numactlcpioxz5aarch64-suse-linuxC source, ASCII textASCII textpkgconfig filetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRNM][)n R45utf-8a1cdb3a86695d81f9a0a6c932106b312f39301d987524fb0686b1e1e4881d880? 7zXZ !t/g4] crv(vX0o;1TܯO3Z{D?X}RsG7Ǚj m oK~8)rór")vIk=C"C'#V\Nr/z=hQC~>K?ͅVdberT/Cg3 vM99͑^eaʣOͿnzdlQ1cbvq lK1*>;MK^0>gT֚O?Q/l[}:2SC!n(.on)@ePz8=`0&|oC&1C79'z:k(;4K؀_ +YfHaBjqqK+Seq7)>NRF_9j0ӫ8ЩAXbܜ5`+ EoYW,a:ۅ=b&7s)лm}rpЕqTJ V9G+;ik7kR{ǞAmP U cC9AC1⒍|_1T!0N?J)e~?ӷsIlXW^gnɓhQ*w50B/au,5Q.gE:L˸Y sHy]6}?|@Ey94;Ge5^YL\q*q|S*py͌(-rgK$xo5 +iJ+9/]VXOmK “I hQʍ&h M!/kg7bM(Yń`P@6xȪ D**{;D*3hc&ŒSl/٧ĺa\ nxtlV2ɮ",.oK6PC15 ?B6BpƋf@) ;؛v -8.r-gԓ 7Ma(Z q $(4M`NO=S-u β/km8/sd Z8B `C&a5!) >ڋɶdvʨ꠬8f4.|ۭ3s;`x-gPdek.RY>Ns7M Ōb|O)l?pcDf͛ ϫgwdXCR$'5֗E2O)- 5CRgjjZeG釶.7K* =3O[>WY` e16*J M$ܺiW,ϤLL$"Au} *O0Kr*p1d񡥺{ilf/Px Y/fwk4D_ʏP0n wׯ..3,_)~6]yOsٻ\JV[)R;_M>Y ,2S_˿M}#ٴ,xiȤC/*MP A1 TXV\MM.xBz@ט]w}Smes&汶+GcTWzp ="-0Y"e|kp>ߡ Sm0,X;&)/ ls;k]2owa'dn1֠g!nwWasecZpV ] e~l}ď3]}\GwΕ%aDE"^7xـݒ*fS ilY}P~<`m#1U60~xj7ERR*9iA}38`gr-iE2Ao"3lT$(o ;7C <1'wyaq'( Q_]Θwz5hަZY^9Jq\2'Pc$XqOvmY7rn152bhu'TQl7c)}qָo2.%m$tj v'_ѥl22.Ϥ+;!8wUf#PK\3T&EC'=jMVyZ 4rXd~vo91> 9XR ̟],8 ~ )98~ sf.uБL&mcCLΜx!7jF%ZlȢG"Cz=NXUTHLFYzjqkLKu=,^4 Yî@ MH+ b50e7T~y`Cìl9"{/ y3I|&V`QDB ||rFcp'ʘ0zd?5*׸RF#*4 ϐTyFn&W]/ߊre7% )d.#8weL1~E~|:\:N\2[eᶅh+8P0AZ=)C"Le~/qN})-IU;vcs"Y/ !c8KH>\P q@dw]y,'Pb! ."6?Ly8MV؆R)ТϏvoob`+p('_/x6Wb67c#z|V  v/n{?Sg84ȥcCӳs4#l:qsDj]ooUK9b>MG.yx/@\[Q0®X մAlX]e+7W@znj9]=]>ye[w~twL"$i#HqF̹Y2Ǹ@ ǷىCsQu8ŬGdG0_ҔwcɆkԆ ;}ZГ, ]0:'і 3q9S(; @F#tvyFrzːG#D?szIsFRˉwT"MAhE f(-:Mc)RY|v0t _$zAOg"12YxW?T[ 9n\d5+ÌMLr TpKP.ȪRR`pU' P3 aD'$N2[$u6B/)Oxbs{LJ~i'}.ЪȗF<ѨzG+}D[`NG݋ycQw{ftm_!ZJY(EGh3`@T؍^ȋ`@쀊KZb+bK, lQ.q$_BtD R[O҄m0qk?HIƹ)~.k8PH%'cq8AmA== .+BR$? w_Br'=aAùvD^ߎ8V>|"ψ ."gJZvayQQOG|\•;ES&$uЮvx_39/݆Aǿ$"ػU &d򕟑s-)17⢖ʼng7W^02Y KQs6"^KaNi1̎3ֲ&Kp+;q:*fBocYSӅI،hPF_sE}XL.dAAb*uij*/E?P-v# ŗ8o0a%[{^ }N`z78 }Hez!2Zja:Aoq\<%nЊ2S1k;(Z_Y*2x'ͪشǼ0RGKb,yo:REKoֶ_ZC8E纨X{X 뼃;hH73q!bӀȱaj86t`j^ع}M 7ZKٌnfxy#/ NI+eCdԆW3]mFg4NT4f/ D|F_' u펄УLcVY07[('a];HGmiIh[/QbѯIs$qjo.iL]b] $ˎ)!(tQ_=o625Eb 'vY*M1H㎵VE3?='?F=aCÚ֠bz-2QZ3Rw޳*EfT$5/j6x lo/9\ᅏ0CmD }5a߿xGG0M,σ=&!Ytp72rCeXk"ALdxWqJ;wkK ˏ 6gh2lƖ20<6;,{u.`o/Vx(([GaIƮ\ ˈMqcEtKc;S`mf N\{$q WT*ᾬG~j18'HOi8לlWus:A4ӁCtSf6H^R<배Q/}518~CM1.OUOs"`/ E- ?$q~Iq/Q ?zGjW8cFaͤ;\dꝺH1k0UUO#JXIh+LC 49dN gRG'+uulrkޗA?6xkUe~\'0!ݩfSy6gm v#j2N"b7 ;i᩽/=Y>1﯎nH=LO!`c&ָvYmf;E4/pur 9r*MD&/ [!Wg 7e8)qBևZ@aEÒJ_7eXIS/fcTpNN% oS(lƼ>Y(eRQv+_v?09l!Ԡk={N &}fp\( nbbi- Mѱ|ؐGn+{VI(H($sF78"HDִBb- =4,K*,`"|$ި)ɹ:s ^q]Dp (qaw?e\&̏\ynV9vdiA`"Mx6q]en ٬ `qDH!}-q ]|aIN=E z]:2a&OUbtӴێP!ie˫fӓw[-DЕ0$QT_uK5NDc99_x Д7$'4A`0`E0Uyid ޾OP.7M=.[%lg?RKb*Rk>~!o?ZkJevXi))mMOjߐOp$kh=%ΟNXm6u֩-RU:O|`Iw] r6>`&|g56^Z{G e6+2΢b3X%+$V3&.>쯊e@7:ffkJ۟ 6-Y[6^yBb z#U#9[,sY] SyIE8.U"Q›B$xwp6P8Z>Mckژg@BKOV9We4Af(Xh>bLQ"%PsŢX_/͌VcTЩ47d%k.µЗF{nv>+|-̿\L\B8t IO$qeRl^b¸fMĝ%ZOm/!@.s>d"]osXHG %+.u`Sҹ?-|[QC8EgGw[J54oc_tu(2~ "R{'G C .?kqlE/ZT_uRjD,Ԅ1tw8yp.QY {C̦02"V2Ȕ9%y&вĐ} :rR;3 ,-j*ph3-GWFDr[=ADj)v1{+?P 'ljw-WJX7xC)p+k5*6 J&.ޥW1|ni6wtjz4.a-kp- YXpKXE;BxHV=`_o{f }9} 2 -8P #lu?D+SU:b`I1YXךڬ_"W}q7VmJ"+1oBd |=Zm%Iv{%E\!eg`JUu eD$-Wl{a^ ӊZոyUK J?)ﻊ"[iQ;B$5 6"aU`P`sP Ϗ[aYh띒`}6mxw^[>A r.灶D/^-rz iEq/[)UYP4_oֽH@9;*VUS)`v@<_n(xTwWUX£uXƨkщͻ@բXe٠UzoLt!$-;4Ym[BJio7D⺿#kߛ6`]YRѻ `{TVk x|~3yw̾ePkΎ'( $^ "#>tjp/0Lj%g)qk>)J:*6e[Jb@1X^kIba %S!RˬG,s0}DC*o5:CXhwM\e,3Zu)T4LplxKw$)$ڍGbiI2Ãpik]C/-OÕ"848:YMSop6fP#.9QRPp{8A]\lj֚)νDW/On$xe'gw]U\1Z.8|+CAջ+؂J^t"J?Q2b MJ΄I[zJH;t5oRc /%K17Ms:tYT ¥H'z$*JT\q*۵sw#G#b4Ty:u ēĝ qȩ/5{۔8Hy2E"Ao'$+#`W3;9jOs87DD= QjGہzxX_ I)IN2kWfyw?#ۡa_%e,hN~./ 0o%djbT %s`U /L ?}HUXYh<}xud9(ɶCwc<fځ-Ό}@۫jSuЅ!4G`;, M)ͽv<e􉂚[!!D\NשּS H0 h;lO w.`8в2nDB,q s [ r钎S4CF+A9%M=d>-2wEw[="\](t$hh<Ɇ8E[*ksW4j-J<3'FMXA7S/,1;,?],V #C'eh|`&nq]]q]5( F`uB 鮸# OS$`:2'_ލVzKC"ެ M1p}Mಂ+#M!.R}b P:`3Yf޵b oK&qcX<1fYV v?޲^_t4tc)?Y08G>U|!WS> n&`? .ϯF7iXOiy"BJ;)+Q.8d&7eʺ0p;;nm0ph[WޙJ7LgEevmɄ.ُHHQׂ.@QV$8snNH#R c3<̴NwOx6%J{Sɿ[6JTH5!5)S:; ȍ}IKlhA9I}sZlUziÎ~(ęڱ>J~hSacr`SFRɬ%9Nh0*mqe'*nԏ؉`H|Bod8E#nc q@jy4Zйa׸Ve$AImG^ȱw, ;DN|#E][>;X7O?#tj!&?&A{ F&G_ +nQNzl.mͯsI꺌-uNH _Z(]A:X88+a> ~5Wn#ʉƶ-36)т/> fo8EMdb:h=kDbQF vD;CSUAPqtjhA38׈^fDHϜKI*EBaDm|&+^ReChc*걝F&m?ƙ168|k[;OI G Gd$2PN'p>E?Ԭ 3f/I8 %%5.U]u Qma1Vb_1?.bQТ$:&I%Y/nOdS .ԗhêz-]tpaWx(ex? rU0㧤 |ܹdم2 f^εNkW7WAj rEP%GG57$y8>kXAHVXa D5*]OF6hu4S"-uǿsin%7??:9hw $l'&UP_d`(jKD&5i,:6f*+u\diId+a#l폢|-2o ©Q}t07nn_S ]g=Aß0ӕ}Y.kZ\+{m~tJ`4V 4gҌ@ $K3lvE]?= ^|<-فnחռP\+`XcċZKtYjdkeAװj~AlpPkf,ߚ(Cfy7:ڇJjlҎrHjهE0f> ԞkT pˡ}b>(OϯOBQuY^Y! JDU\3oZgQSu:($Sk3Msjal3PU (+b1LRU{a֥وh?.3ۉJ" }s̓HS䰾i:]f. I0h' PD jR$7)/aeNb`//Csʉ;=-C&v+t;bM2g{3t.tiZ 樸di݃B`Jm(! iJNuX9|zh +\ $Ja[J)2POs=m %;fڳ{@}f!4 TA'15"-)Ӱ[Iff8[Zhԙ 3x%q F "O3 钚2~. ='|4:K:8촰raKT@I PH (ߐQ{z".dߌ$ b졶;?z1$)[NK"1\