libsvm-svm-toy-gtk-3.12-1.fc15$>TDZ]fN)N~>=,%?,d ! W  3]cj     )B`t#0#v#(8(9 d(:(>(@(G(H(I(X(Y(\(])^)ob)d*gl*lt*u*v*w+xx+y+, e,f,Clibsvm-svm-toy-gtk3.121.fc15GTK version of svm-toy (libsvm demonstration program)svm-toy is a libsvm demonstration program which has a gtk-GUI to display the derived separating hyperplane.O}x86-04.phx2.fedoraproject.orgFedora ProjectFedora ProjectBSDFedora ProjectDevelopment/Librarieshttp://www.csie.ntu.edu.tw/~cjlin/libsvm/linuxx86_64touch --no-create /usr/share/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || : fitouch --no-create /usr/share/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || : fiNp;j6큤A큤O}O}O}O}O}c7170d74f374b28c33e52c3f217c7fa21018c95c3ef86cc1c0e1ad1204e0bc2aa03fa7fc49ad88dab663551fe1c36c9a100f0c0827debb53beb94d2fbb1255c90fd01a1661e6a6926a581e5ea1ac2c7278f38758e801aeecee1e1ce01e094f6c1f2c6ad7d1fc52ef9f27363981127311e1339119592c54767cb3581f7a54093brootrootrootrootrootrootrootrootrootrootlibsvm-3.12-1.fc15.src.rpmlibsvm-svm-toy-gtklibsvm-svm-toy-gtk(x86-64)@@@@@@@@@@@@@@@@@@@@@@@@@@   @ /bin/sh/bin/shgtk2libatk-1.0.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libcairo.so.2()(64bit)libfontconfig.so.1()(64bit)libfreetype.so.6()(64bit)libgcc_s.so.1()(64bit)libgdk-x11-2.0.so.0()(64bit)libgdk_pixbuf-2.0.so.0()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgthread-2.0.so.0()(64bit)libgtk-x11-2.0.so.0()(64bit)libm.so.6()(64bit)libpango-1.0.so.0()(64bit)libpangocairo-1.0.so.0()(64bit)libpangoft2-1.0.so.0()(64bit)libpng12.so.0()(64bit)libpthread.so.0()(64bit)librt.so.1()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libsvmlibsvm.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rtld(GNU_HASH)rpmlib(PayloadIsXz)3.12-1.fc153.0.4-14.6.0-14.0-15.2-14.9.1.2O|7O@MAMAMM@MQ0@M\@L@LF@KsJ@JlJv@J@JjI@I"@IH GGGu@G#Gt@G"G8GGOGOG@GjY@GaGSFIFFֱ@FҼFҼFҼFōDing-Yi Chen - 3.12-1Ding-Yi Chen - 3.11-3Ding-Yi Chen - 3.11-1Ding-Yi Chen - 3.1-2Ding-Yi Chen - 3.1-1Fedora Release Engineering - 3.0-3Ding-Yi Chen - 3.0-2Ding-Yi Chen - 3.0-1David Malcolm - 2.91-2Ding-Yi Chen - 2.91-1Ding-Yi Chen - 2.90-2Ding-Yi Chen - 2.90-1Ding-Yi Chen - 2.89-4Ding-Yi Chen - 2.89-3Fedora Release Engineering - 2.89-2Ding-Yi Chen - 2.89-1Ding-Yi Chen - 2.88-2Ding-Yi Chen - 2.88-0Ding-Yi Chen - 2.86-13Ding-Yi Chen - 2.86-12Ding-Yi Chen - 2.86-11Ding-Yi Chen - 2.86-4Ding-Yi Chen - 2.86-0Ding-Yi Chen - 2.85-6Ding-Yi Chen - 2.85-5Ding-Yi Chen - 2.85-4Ding-Yi Chen - 2.85-3Ding-Yi Chen - 2.85-2Ding-Yi Chen - 2.85-1Ding-Yi Chen - 2.85-0Ding-Yi Chen - 2.84-9Ding-Yi Chen - 2.84-8Ding-Yi Chen - 2.84-7Ding-Yi Chen - 2.84-6Ding-Yi Chen - 2.84-5Ding-Yi Chen - 2.84-4Ding-Yi Chen - 2.84-3Ding-Yi Chen - 2.84-2Ding-Yi Chen - 2.84-1Ding-Yi Chen - 2.84-0- Upstream update: svm-toy: support loading/saving of regression data python interface: handle the issue of the "0th" feature if using lists tools/grid.py: not redrawing contour if c,g, cv doesn't change add setlocale when saving and loading model so not affected by users' locale- Fixed Bug 646154 - libsvm-python's pth is not set correctly- Upstream update: + Set max number of iterations in the main loop of solvers + matlab: new make.m for unix/mac/windows and for matlab/octave + matlab and python: fix a problem that decision values returned by svmpredict is empty if number of classes = 1- Fix the build error on EL-5- svm tools is now installed in /usr/bin as svm-*.py i.e. tools/easy.py is linked as svm-easy.py. - Upstream update: + MATLAB interface: + Merge matlab interface to core libsvm + Using mexPrintf() when calling info() in MATLAB interface. + Both 32- and 64-bit windows binary files are provided + Java: Math.random is replaced by Random in java interface + Python interface: subroutines to get SVs relative path to load *.dll and *.so + svm.cpp: null pointer check before release memory in svm_free_model_content() svm_destroy_model() no longer supported. + svm-train.c and svm-predict.c Better format check in reading data labels + svm-toy: fix the svm_toy dialog path + tools: Using new string formatting/encoding in tools/*.py clearer png output, fix grid.py legend- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- Fixed [Bug 661404] New: Wrong symbolic link libsvm.so- Fixed the spelling errors of svm-toy-gtk and svm-toy-qt - Upstream update: * Move model structure to svm.h * Two functions for freeing a model (content or the whole model) * QD from Qfloat to double (better precision because SSE on 64-bit machines less accurate than i387 on 32-bit * exit status for checkdata.py * old python interface (swig) is removed- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild- Fixed Bug 564887 - FTBFS libsvm-2.90-3.fc13 - Upstream update: * completely new python interface using ctype * new way to set the print_string function * Java: able to load model from a BufferedReader directly * fix grid.py so -log2c can be run under python 2.6 or after- Obsoletes libsvm-java for ppc and ppc64.- Upstream update to 2.9, change to 2.90 for conveniently update. + tools/*.py can be run under python 3.0 + svm_set_quiet() in python interface to disable outputs + check gamma < 0 + internal functions to be static- Fixed [Bug 524108] put libsvm.jar into _javadir + Move livsvm.jar to _javadir + Move test_applet.html to _datadir/doc/libsvm- - Buildrequire changed to java-devel>=1.5.0, jpackage-utils - Require changed to java>=1.5.0, jpackage-utils- Fix the building for EL-5 Note that libsvm-java on ppc and ppc64 for EL-5 is excluded, as java-1.6.0-openjdk-devel for them do not exist yet. - Change the Java buildrequires from java-sdk to java-1.6.0-openjdk-devel - Fix [Bug 521194] Python: 'import libsvm' doesn't work. By adding __init__.py to libsvm_python_dir- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- Upstream Update to 2.89: + reduce input/loading time of svm-train/svm-predict by half + pointer function so users can specify their own outputs + remove info_flush() + a extern variable libsvm_version + svm-train -q option (disable outputs) + svm-scale: warning if more nonzero produced + easy.py: popel.communiate() to avoid some deadlock (if lots of outputs when #classes is large)- Fix java BuildRequire and Build - javadoc have been removed because ppc and ppc64 do not have a suitable package to build javadoc in F-8, nor does javadoc provide much useful information.- Note: + SO version now follows upstream, i.e. SHVER=1, as upstream start to build shared library now. Be aware that previously SO version of libsvm.so is libsvm.so.2.86, which looks higher than the current SO version libsvm.so.1. + Replaced java-1.5.0-gcj-devel with java-1.6.0-openjdk-devel. + java sub-package now have javadoc. - Upstream update + From 2.87: 2008/10/13 * svm-toy/qt updated to qt4 from qt3 * fix a bug in svm-scale.c * max feature index of -r file is considered * Makefile: add make lib; add -Wconversion and -fPIC in Makefile * Add "rb" in load_model of svm.cpp * Simplify do_shrinking of svm.cpp * Change the order of loops in reconstrict_gradient of svm.cpp * save the number of kernel evaluations * Add python/setup.py + From 2.88: 2008/10/30 * better gradient reconstructions * issue a warning when -h 0 may be faster- Fix svm-toy-qt clear button does not clear. (from Hsiang-Fu Yu in National Taiwan University)- Correct changelog date- Fix the Qt path problem- Support both Qt3 for F8 and earlier, and Qt4 for F9- Upstream update to 2.86 - svm-scale for java - version number in svm.h and svm.m4 - rename svmtrain.exe to svm-train.exe - python: while 1 --> while True, Popen -> call - show best parameters on the contour of grid.py - LIBSVM_VER_MAJOR and LIBSVM_VER_MINOR are defined in libsvm.spec instead in- Fix build error.- [Bug 436392]: Fix by copy from right place. - Add desktop files and icons for svm-toy-gtk and svm-toy-qt- Move gnuplot from BuildRequires to Requires- Fix linker name (libsvm.so) - Linked to dynamic libraries- Fix svm-toy-qt build error- Fix svm-toy-gtk build error- Upgrade to 2.85 - Include guide.pdf in main package - Change the dependent from eclipse-ecj to java-1.5.0-gcj - Add svm-toy-gtk - Add svm-toy-qt- [Bug 254091] Comment 19 - Fix python/Makefile- Fix improper sed. - Change ldconfig to /sbin/ldconfig - Add gnuplot dependency for libsvm-python, as tools/easy.py needs it.- [Bug 254091] Review Request: libsvm - A Library for Support Vector Machines (Comment #12)- Add defattr to each subpackage - Move libsvm.so to libsvm- Split out libsvm-java - Add libsvm.so- Refined description. - Fix the /tmp/python.ver problem- Fix dependency problem- Fix mock error - Support Python 2.4 and Python 2.5- Fix rpmlint error - Move python related files to libsvm-python- initial packaging/bin/sh/bin/sh     pi3.12-1.fc153.12-1.fc15svm-toy-gtkfedora-libsvm-svm-toy-gtk.desktoplibsvm-svm-toy-gtk-3.12READMElibsvm-svm-toy-gtk-48.png/usr/bin//usr/share/applications//usr/share/doc//usr/share/doc/libsvm-svm-toy-gtk-3.12//usr/share/icons/hicolor/48x48/apps/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=genericdrpmx86_64-redhat-linux-gnuASCII textELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, strippedPNG image data, 48 x 48, 8-bit/color RGBA, non-interlaceddirectoryRRRRRRR R R R R RRRRRRRRRRRRRRRR!xz2?07zXZ !PH6Z<#]"k%ʽd戔 _thRﰹYc@x1QH?N ^4Nƶ$o|ZO0ϯ٥eW{T6&;?X>k!pf"f8j%j߫Mަ:+ŵ%]Vl+n^ x]Qy/fBb&ڄ5ip!c ǡ99aʑɠ{1OwL|'%{jeS 6F)/PAD9V\x;ҁR3ry`4 s2k`/CX- KDO&4|{`QZdqq7n _E'2W=M$Srt# Ѝ.MHg"nEMJ9D62<&"}P5xf(1kS9 vuKLc]{=q?Evbxzj.eiqc苒 y0ɓs<#,l0~{`\ l5x}2tUs~qṣc6S>As%M:“^B=e71yR5nzb~&TN>. 0bg=n9bM=&1vF{WXβ1#.ɋ\V<r+ 0\K]9evMa4;>/(ylLRU *Ƒ׍P8vTF6o.>kO69;aܡ: @fl4/W][af!K=f'$G,ږU2 4)Nj]k${Fⓕ k&k jW_\:iN xs2ÕBDd\xp9@H@uaTD P#2Da2zz 11wS4;\3>!6|H;Xi:s6MhP6!R.5`N?9%;/_Qb,WyH ?*!(܀j+ -ޱh e>[Nr y=YN?[sG4~Zr Q^ ! X=bRANCt77pn@EM`-RS@ǝ)x oɵ1tz#/3W#$уaM싲"Es<'O|XJ+,fCrTtv,UI&LSEʇf(QW ֈv˒/J>'6`piP.  ,u8W:+MQ'3[Ϥ@MhS6.ޟ&os}Tb6}c(Et&Nd(M_X5p%MQ4d>Mn7POJ{r4Zqge{IG)9-75SɗФM: 1hG)bg  .sx^ZkTWI(+tML-=GS5ڛbDfB _w~Y۷u:X(w+%-t}(?'_iSC t k7 /ZҎ@l vbҠPyb\}LrHOҥ"2ÔWfKjK&nc\ u )O;7>ϠuF*[橢B+/::vQ 4т@Ojyzw{V#o#ߖdw)?\A0|'o ׫}y-F~ ) nrʀXBC)< ܢHpG_JPh-{)sdqJQ .ju4NcLGWI@{P.@3~H}_ms3?% @>p K+_C+R8XΉc <&i 09P{U"oG|;fo=,M-,i\Vĕ/ Bbd]6vHpoi"o벧\[aPԻ9(QA u!,絛Wҍt=phgBWnRPŸ(PpsR_+>6dZ|ȶPFhw3_{v湔@U||Ǣ(\OZv,0ZĿ6]lZ߿f;ͩ@9ס-W8XMG5EϬ*CDN€[߆w>#ìQ10[`rU7Qg둕Dkgf_'!8Az# s.4XyunFAj1e5 ֭m>NXQky1C>e4!qK~~<5b-Dmڀ_|;'58D^<ٴx-# r?:|`q3GzL)HEc-z/7& !È¡%7'u9 ҹDLӟZL,%(T@V&>s!{Ym^8h>Q@hι!V5:&.dbt4~<esHMIp71-pãВ]j= bBi0yذ+I蝿\^wcNQ`̦D /I`d:9y{Mq?5D\voeT弯.q8xoڡP/!쿺>aXtfK=A_DXx҇eTv%#JS[{Z2>!VB6dixe?Tː>n%;X(7វu'$uH#54@"x$0nع]Iܙ> /^Z -ymaui| Gvew(lQ;ZCQ(& ؛b 8~>MZY9Yÿ!ר\p9׳wJh=\2\DtO9uANU|_c bW=+ Cu"~9Op@mJvKW\+$[@ɯQ0%^Ӵ)_q4.7Exsz-~^f`}q_x%غq҆..0GSha{vydtI+O,Ƨ㙮b( K)Bl9mR&9fİ4ûv|'է-||n)h\yD2CaSd[ =>a00/lWsku>_i0/6Y8#wx䚷Txō*sT::i禒7_@`B+jWeUNc{ )&@P5V)/tWثCںdUHQ $o"u@xMEK"{T׃%*@Fqb0cԯ@ͽ GZ}*pvpwGJ>AQq !QygrV>gvwis!GIR)j|[{P4U r]XG椄t5zz:_gKeoLqтsŸQ6vU3]E7d"T44Yl=pB6N:b<Ra)ƾ 6<=wI(:S_ܰePR2&iuasG ;XsI1B~Ky9ÁdS4 7 D/0`EwBXkۡt}dEîuKR?2yr,G 8wd9Pmͷ*0{-ofg&>pLTQU<>fGʡ"ĩ\}\JHe8ݪ,3$W,pH tHF_K! }Q'fZ1ˡM +9pWL?@}rS2܍FMv=gI_I|#͍hՑix6XxHpMZSce9(z:$+ rjsa{t9`fr|[PJM?^E|S?I_j2ՔNl2~tBzAi_q d !Y5YQBV[YC$ NO<:r6j*YZYcؼ%^ݥ mhx`#vWs#EO<79t{ޛy]1WıT|4D߾>"BM֧sڕG}hGUcIhH>Z)ai+uO#̸Uʼn:q_uD1w:|"|$a-zP;)*\jg9 6rOrI6aezpaط`|ˬa7un44q΍GՐ0VWPj4k+J)~=&H?żDM41pOÒur]h.Q$dxrSz;^n% ^Ȁ\tCP)Yue(3|ɢhEQwCD ؂l'|jb ee@4@nd'?ϙF&8٭<{Bt8H(vfF%4oVa]Fľ.z넔 ^O1?9#TgDoc@#jN͘@h jN7eby!,?͚+vaѰd0Ot5fB_7MCqFP8bςպMkx8.X4##N!kxClcVN8vOTth&ˏ`cܕge2SQYa]:[=1YeqH3n#8F}g,c?oB")'9x#?o'dق>1yo(ESxgVݕ.H{.F]?=AIm'#=oY#`sp zK"xZ$Id ᇥk/%ɼԗ3CHr?Wǽ`!0ozg/aN5z5GMo1 +^v5wT5<ܣW-1+Y Lx=igB&%<$8#C$o+ MIH˅ 6N/dF6ݶ4Q q:B(b` o۪~:FƃBիb ğTՠ) |NuuJDyZr\~I7аKW}q U`qO~.ZKM7 ^RWЖU+zr͚y6dC@zNXG \bػ@l*z̋OrĪ9i=?`a}2ŜpP ,/z~oL#N_)`o/_{-~M ӭq#}u>JTPl5Lฯ^ !¯#j7FS\]醇Zv鰟E0> YRvԍMfJlC;iM;Ζ}Sh'dŌ4"tYّ2bғ|}QR0*7#be B [q [煈T.Ga&/b.3׎:˹h%g5bO;BEPhM{N 5i#:!c= zF*6\ћ#[Jjя$7)X6PѸg$e DA]mB$ߕ X;$FҊۺ`k:g7Ԓs< ͅ5Уh]~O*7/ڧiEjHu$:3tvFPvɩQUG֛;`gQ~S쮚ZϴX[)VK ‡X*>ên:F;/JOuNeXT6GDكZ ; ؍ Uja6}rܿ1ymW9ij #j 䎣AԁѥVs|2e+ `{9Q*~ DI2!M3R+^ (>b@#BY_d, zSSTOPZ7^R RmqL f**C̉*hqH t ֝PC Qw#YKb JfږkN<&_-ELD mqrAV"z<F p)^.Cq¨6\:&,(G&ɼ ؓv905dHAL}tex9q8W(s`? UhՅ6\뻤Wcf{P eNFݼgU[]FFZ )2>p,/|'Lk݌N{ %pd_Ǎ 4WŲH)w5^g?AF2@A TctDA"'m$w .U2젖(kvѭ6,dM`a3 2;atٮ k;[l( z9`1pIWx(c`v93Nɭwm>?G8u]3֜AI,K]->5mɜ1y }9RApMo.(FcEFv]rv3rJZnY4ߖFc? !'Cb/¬uFypW.vߠ!=ļը*ބ[J'(v}uN U\ZL3}@6x-m^M,e~놸CU4ݱgB(V45H4 $ΔPfuWCUuI۪uf\%DeُE3оޣ&JSoQُc%Au֍BP̴g_fU!N;Ǧ^σ O%b %=k\AEnE!29eՔ[ijY&[LU`D~|^X4/k7e- b3G}.x YZ