gambas3-gb-gsl-3.10.0-lp151.3.66 >  A \Kb/=„r4M/G!줂ʮ ?ِG W;Fڮqt%sY"=Ɨȃ_ּfP\L\7!%<3T8ZoL2ՙ/8]Z:YHZ[V+k Q$iyrѣrzKIX1yT=ZȾRǣј.}Z}_4ڑ"!8`cN%t-;L'=n9}& _r56d97db547b0b8d0e0373b7b16f7f5fe3d56f43206160b00aabaa362c909b59228ce8f5605000690b61001496c084c65135e799f\Kb/=„F +NI>ڗgͅ 2,WF4 S[[+ϱg w5R0iOAXj 7)5-d 5.>yg-RNѠ&wobѧsw^y>.~ŔSDc#;Qxi?=5 9r 5fGs g9I.g<TLKH#F85&K+sR(qc:Yg?K}=A?6-^2Wj~ =sM>p>3(?3d # O 4:D` n |    Cf  = (m8t9:F/4G/HH/dI/X/Y/\/]/^01b0^c1d1ee1jf1ml1ou1v1w2dx2y2z22223Cgambas3-gb-gsl3.10.0lp151.3.66GNU Scientific Library interface for GambasThis component implements polynomials, matrices, vectors and complex numbers completely.\Jdlamb26I gambas3-3.9.2-llvm.patch- Update to 3.9.1: * Release includes various bugfixes * See more info: http://gambaswiki.org/wiki/doc/release/3.9.1?nh - Change in 3.9.0: * A new component gb.web.form and gb.form.terminal * A new IDE output console based on the previous component * A new and better project argument list interface * Project creation is now based on project templates * The Expression class is now inheritable and allows to customize the interpreter evaluator. * FileView and DirView controls automatically refresh themselves if your project uses the gb.inotify component * TextEditor now can display thin vertical lines to emphasize indentation * Menu can have a proxy, i.e. pop up the children of another menu * Paint.StretchImage() is a new method that scales an image to fit a rectangle, keeping the image proportions * gb.net.smtp component support PLAIN and CRAM-MD5 authentication * See more info: http://gambaswiki.org/wiki/doc/release/3.9.0?nh - Use default Qt5 on openSUSE > 13.2- Recheck the required dependencies- Fixed Tumbleweed build- Add Requires: gb-{markdown,util}- Fix: Installation of Gambas [bnc#969744]- Update to 3.8.4: * Release includes various bugfixes * No crash anymore when running the IDE through a terminal server. * Support for time-only values on recent PostgreSQL databases. * Support for PLAIN and CRAM-MD5 authentications in gb.net.smtp. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.4?nh- Update to 3.8.3: * Source files can now be dragged & dropped in the IDE project tree. * Project directories are now movable. * Support for line cap style, line join style and fill rule in the IDE image editor. * Array accessors are faster. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.3?nh - Build with llvm on openSUSE <= 13.2 (gambas3-3.8.3-llvm.patch) - Clean up functions for configuration gambas3 - Add a new package for openSUSE <= 13.2: gb-jit - Remove files: gambas3-Fedora_16.spec, gambas3.png- Add a new package: gb-libxml - Don't use fdupes: symbolic links can be empty- Update to 3.8.2: * Support for dark themes. * New logo, project, mime types and control icons based on the breeze theme look. * Project creation is now based on customizable project templates. * Logical set operations on selections in the image editor. * Relative paths now can refer to files located in the main project, in the current component, or in components crossed by stacked function calls. * The ODBC component is usable now. * Includes all bugs fixes since the release of 3.8.1 * See more info: http://gambaswiki.org/wiki/doc/release/3.8.2?nh - Change in 3.8.1: * This release includes all bugs fixes and little changes made since the release of Gambas 3.8.0. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.1?nh - Change in 3.8.0: * The text editor has been entirely rewritten in Gambas. It is located in a new component named gb.form.editor. * Support for QT5. The new gb.qt5, gb.qt5.opengl and gb.qt5.webkit components have the same interface as the QT4 components. * Automatic support for KDE & Unity tray icon DBus protocols. * Important fixed in UTF-8 string handling. * Searching inside native arrays is faster. * The SQLite3 driver has been rewritten and is faster now. * And of course tons of bug fixes... * See more info: http://gambaswiki.org/wiki/doc/release/3.8.0?nh - Use pkgconfig(foo) style - Use %{version} macro: its use is highly recommended - Update Requires in gb-image-imlib and gb-sdl - Fix build with v4l support - Do not compile in DATE and TIME - Build with Qt5 on openSUSE > 13.2 - Del old functions for configuration gambas3 - Add a svg icon instead of png: use %icon_theme_cache_post(un) - Use %mime_database_post(un) and %desktop_database_post(un) - Add a new packages: gb-gmp, gb-form-editor, gb-media - Spec file cleanup- update to 3.7.1: [General] * A new software repository made with Gambas for Gambas. It allows to publish and install Gambas softwares. All Gambas examples will be stored there now. [Development environment] * Projects can be published to a "farm server", and installed from there. * The database editor now automatically store the description of the database into a template file that can be used at runtime to initialize a new database. * The text editor now can handle Unix, Windows and Mac end-of-lines characters. [Interpreter & compiler] * Array accessors are now faster. * Two new functions for encoding URLs: Url$ and FromUrl$. * The child process interface has been fixed and optimized. * The USE instruction of Gambas scripts is now part of the language. [Components] * gb.db got new methods to create databases from templates generated by the IDE. * gb.db.mysql is now faster, as metadata requests are now cached. * gb.db.sqlite3 now supports common table expressions introduced in SQLite 3.8.3. * ListEditor is a new control that allows to edit and reorder the contents of a ListBox. * Completion is a new class that helps implementing automatic completion. * FileCompletion is a new class that implements file automatic completion. * DocumentView is a new control that allows to implement a viewer of any document. * ColorPalette is a new control that allows to select a color among a predefined list of colors. * MessageView is a new control that implements an embedded notification panel that is automatically hidden and shown if there is a message to display. * Keyboard management and input method nightmare have been fixed in gb.gtk and gb.gtk3. * The Border class is now creatable and allows to paint complex css-like border where you want. * HttpForm is a new class to help submit forms to HTTP servers. * /wiki/comp/gb.report2 is a new and better implementation of the reporting component. * gb.scanner is a new component based on SANE to help dealing with scanners. * The same Settings can now be shared by several running applications. * gb.util is a new component written in Gambas that provides utility functions to the interpreter. * gb.util.web is a new component written in Gambas that provides utility functions to web applications. - spec file cleanup - removed example sub-package- update to 3.6.2: [DEVELOPMENT ENVIRONMENT] * BUG: Control properties containing a database table name can be modified again. [GB.DATA] * BUG: Don't use forward typedefs as some compilers don't seem to understand them. * BUG: Silence false positive compiler warnings. [GB.DB.MYSQL] * BUG: Try to reconnect to a lost database server when listing existing databases and the fields of a table. [GB.FORM] * NEW: The SliderBox is now in the same change group as Slider. [GB.GTK] * BUG: Fix an uninitialized variable. * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. [GB.GTK3] * BUG: Fix an uninitialized variable. * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. * BUG: Paint.Reset() now works as expected on non-cached DrawingArea. [GB.GUI.AREA] * BUG: TreeView renaming works now if the renamed item is not visible. [GB.MEDIA.FORM] * BUG: MediaView: The Control property has been renamed as ShowControl. [GB.QT4] * BUG: The Menu.Checked property now returns the correct value for non-radio menu items. * BUG: TextBox: Workaround a Qt4 weird behaviour that sometimes lose the selection. Same workaround for editable ComboBox. * BUG: Fix a compilation warning.- update to 3.6.1: This new release fixes more than 459 bugs, adds 465 new features and 22 optimizations. Some of the main changes are: * A new open project dialog in the IDE. * Support for session management. * Offline help automatically downloaded from the wiki. * Single-file mode for the IDE. * Support for transparent windows. * Shadowed text drawing routines. * New controls: Spinner, SwitchButton, DirBox, FontBox. * gb.gtk3 is a new GUI component based on GTK+ 3. * gb.inotify is a new component to monitor filesystem events with Linux inotify interface. * gb.markdown is a new component that implements the Gambas Markdown syntax. * The gb.net.smtp component has been entirely rewritten in Gambas and fixed. - added sub-packages: + gb-inotify + gb-gtk3 + gb-markdown - adapted file list for latest changes and fixeslamb26 15569577963.10.0-lp151.3.663.10.0-lp151.3.66gb.gsl.componentgb.gsl.lagb.gsl.sogb.gsl.so.0gb.gsl.so.0.0.0gb.gsl.infogb.gsl.list/usr/lib64/gambas3//usr/share/gambas3/info/-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:Leap:15.1/standard/0e1736956162587c58da9852b405de7e-gambas3cpioxz5x86_64-suse-linuxUTF-8 Unicode textlibtool library fileELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b72581b16648bd5ef4dc301c79eb71a6b8a96448, strippedASCII textPRRRRRRw>zۤutf-830ab2f1cdba8ef87c55aa11c486d7517e9dba150f1298763997f2fa89206d402? 7zXZ !t/MTJ] crv(vX0~]6gE`a癈\OQe_7ȍC@"$NrȸM(#7o Ty~<)r n;vib&ob0xƨΫ*:WǜڹCkk[kiZ_ΏCµfV!87ަ`F-0K5*CSՆqވ3] KT+"k(/;q鰃b?2c|K**BYI c'2x纅pqDDuH$ND;q~hv-tF"(e[qɷʽPuafL/J꯵e_cX7H}vi^f\15Iwfc-|,jrY0_tenw33R\7g:?," \} ~&,V WLu$u`^Cɔݯs9J摪PD5?TMG4.bп';kk ~䑱$bW,x&V''& kgݨ LYQ6*dzJn&@us5jU;#.6wd =-#$UPJEʃ*)I'rd^42Z3+)dH:me JҚEx;[%:LAf@%^fhz(6Z2K-esVwM!~00A:րu <@<z~Yl.P)9R;$pln{pyR0&?[R^O0D'(m iIaL-hiN ZQYY1RxXXR<:N`R># |1LNpvyB2Z8] ( "V)LC ]1f6pt_{:nMs8]h&rV' +8A=p3 SD76ǰ3$;+jv t/}gN_ n".z7_5tzHl;o=6n)r#!:u$1\ öc2J}/^`:bzCp. jPhC@ r|@"j= 6^/KKdH{\4 [|:e57S$4j /HHEU#CǦMb|T5ė(Ssp1&og܎"7퐾ƜS:|ϋ@5:VcOtha0bF Fb2c[*|%=5!ΰ[P(aտڕdд::eG1p±V vKxZ^Q,"=YAIf!OXebP<T%~'Jˬ⨊w`R=(͋ᨌUvAh gu~ݷ^!^ёn;)ʑ"D.^] V]hL?SQ|TdrUpho@'c?-S&)tlaYS _!VK80}G=1.?l\%JAྸ\i)g>+۠u^3x7e>MQE*KJaP}'ݜ{gȳ&Y%lQ0רq^8]K%;€Ԁ;*<ZX%ȜlvZxYBnlۘ;> @ZP {`ܷަdՔou7{U:nnOo0%YN@"my)m^5%T8`vtєbc1)Y\KJ:t%hv L1hCFHL,d]te!) ʆd%<4 U$NP`N2'u ??ǔ9lGU:C:oxϔ2C .BH?.]i"/ThT۵SOq*ϵ6D{$KH4EWnrSLjFx$(Ŵv|jDB'0;Y zPO9ļ=~'ǫࡇh Aєt/tq|p`3!k:4Ka_P~iiD/ Y$9|A*eLw -K1Y3rC~{B-[{xN%T . NXÑ2RI[]dݪ= QTWlcĂ}R7D|i@۩K"FLe~]bCgjU+]_B 18;<_yDB"dpc)IF3nv5'hY g AFW,_6^ [΋ߞiXwOJ?):Y:cC<%NzmI9QP[zRYZa Z|GqlҥxW'@autA 2$ϒ(x.RWpxr89MVN &‚õ.WHp =R-JVH fz}:ZOxL&W8$_)tSH L(n2jkJ,ŏP=~=z.]Ug&VwcbO qE-3mO*ŗyJ̓jozDEn#޽i] ,$|MPUk w.fPD A#zu."z<8=5g)OG{| 5Jx4RL;`+}}aP`VRl.y+_;~Ye>4*jc,Heq u%E 2A̿M/ښM(SXCjƟ97ⰏRyDt0N :pnBD~D-g@Ҿ.=B9.]}ᙓZQ*:VӨЁVYE|ŽKWTvB;1TTd`YxYs9,`q*r3K#<3L(ql7MyPCn?+YhΫ%~D/cP܋08u;[샾kX=/aWN+2U|RO#k /~4l~ ye+l67H=,?>Ymcer'L?{ʼ*1vfuʑ ȦgpBBVX ,X(ʷG-mFSKjHIs*.f&KL[jf ߜlkB.iOf,S ތ#Y gA'3ɛȳ=VVPEYO&)v#Г\~`@ rw\ $G{?pU[(af>V”JDUojVQIXJ;M,w_]M rP'?lV K~3ʟmAO#q0?+o g'%}@r9֨{v@)k@PN%t_L:d)é1XNNxg _2•2VϾ;`?ؽ(yhR...F`%Þz^d_Ge;WJ^J섙xL77t_GrZ8b)toTE)^ѽO;#+d>=y{QsG=2V+N{(KѢŇ!iI:jA,8ft Kضte"6-wq +^IzOM69 6VUFed "jpe_T jr$WܳjbPR Fa,rƿ*K@LoLWvs8 ݴ |U|9UgwvM6Qg!O8.L!~,=LH+a"j T&45eXgbzj eqMc[-͕`%hK~ӛI+m @tdQjDk[VA|ba8!lӖ>ↈYDόf&XM=P$ .f+A/}Jsx\ -6:*VE,8nJiErl*j[ y)8xSCGGͽa)ߍZ0r5$odk0`~+Nj ܿ2%6WyxfxC't~m\#ݣ{%c-N)S#ρ|zKPɎ.KKhRNဗ`]+[ob7c Ӱxؗ1#u[ɫR)B)ꏰJwEK..s=;)* ?"Gx9K.+ϙUf;9gi5fql=w/,"rRCہjФ&5)ynl.$ QV45x51s "!*Ӿ\-2$G{gq﷍ze8v5Amʀ75`g>Ǯl rM˼2D!G<*'G-"n;y/~~=D:iT$iN%ZVl"O Ck lmZ؀~}f>8bCN-U-j26Rc 3M0{;MVu#bR4}^9E[4f2f Whr},h6Zk"Sn| J G-!'Ro :|gd}6 xu>b%~DӍǻ(Cqk8.HqJ> WfeC:S-Mqy P_ +y*@oqPd[Lsv{w"=a/`~@3`(hʳ2+d_Z|`7rOLHo@EDyt{OU, ˈS%NH%Y.N>㱑Bֈ:viEQ@GřF<ݺI6E{&fn\27%w"凡0Qǣg zx|uOӈɣf)S~Ue~ܩ_Q@ *"u[\ 37j!炭YIsWo}^bI7 $3mY5Kp9s؞k.2gmZ ?镹=mzxC߷@nYͨCe1?TMTW%:Q7OinI(>9mCXҿrtEi~G"vKUgVy$ш,"J%#jrBEUjjXW S$c+ 3E؞\,*>} A'fS8,>#}#Q ՙi:nmR^gtD;'gϣ$-Jmxr0qO'V}Ȓ9g2_\e\V_S X3NYh{\mo|0MS46׃LrNWoKq &̛~^m`K6Sg;)+0%KB.$5bSpXR5P m!{x S_U DNQX-sRS rNK}k09؟C!)k>3 u(I@ Ͱ5(3\lfaL(X' .#0~OI_r 2|,F=4]^42J!7O@C]M*á  X*K(C7;.&Bm|E{uѧȕ,͌8kRi , te4s'F~|DηOG$P35<%GZh}5}CҳTQmfxX C?$y}gX&-ZJ3ڕDS/=[4+KXѧs3/Q ϹAv_"r+YY;G]"e 4Lkϵ ?i^?okx%ai.6EV!x E:L& 3לv48ޙC˘l*S^O+]9ɦra+ #K_H+oeǰΎf>e~)呧+7)TnO̖_6vFfkQoJ[~Sǰnj3`;ς89$9[qn/fv[XԺ}$\W'4Ŭ%f5_ٮ\-fݔ>!o;my{ţ#4Z-VL<f~̉Ȝڱ1Lwym/JK\axr>>=$(nS>7,nd(m8/1#> *sT(` cuM4u6sv=`QQ%毊3tIC}=>.^"LD A1vވ>ӿ`,ٶe{K0פ-ZK5"ݛ."wbV,\ll#Esc,  yA$K5wqߒ+zyNxmyO ګ 61'6}ơz7OkB.S}bP";3 u^ÅDOJhWIGGn*M%Jŭ-h>D f&Oh^̶slf_9#&i{> {QO=Nǫ0Q=wnpzab.fM2i"Ľ, `lE!tjMyp8Jx^VPc蜉טbfsاt3$  õ;x?UNs"*UWkm;vczڸRot}DɹO;WFr0  ڸzw/UvUWϡ[HJW)7s|M1UY"Wޅ8&jbwn3rB1kJ N_[j#ګt$0o?2u82G~WEm~hq;ָpx0V?Yb~DT@' )0"iv3gYFbZV-#rLU o5}XIⳬD21s] 4Ftհӭ&'aY *{F_v$Ć5V&. vSp4x(=EϘڌx{X!V|wX;P=1=D2! ʽ œ*诖"pW)Y h !Uvm|"Z3¢0p42a vԄ?U؋f Q:{mOϘQF )̭>&!'>Sf:ԅ~ӟ~mrYLC^hP!b8ۮ6kD1w33i$C0UԿg ϣ"PXA_E a@gFJ!ƈ/V'x_@_B䷟%s}^M~ן<Lj? #-郬D_*Bx;x!VCW2WWY"**(g1!~bJJev,7n9Vm2'U‡eSV o4ó^Ö.YR'@)2}W<:䗷ӳuS[L\b VKLvr S>&Bnn1E`!\)(!#S?&ojJ7- +b>II"켅3X#͈PYY8߾y{[1 Mm||,H@̿K+?BWncS1sl?+m 2M'gud5) KB!CBR/aYrTݘ1J]37N(lH\h*QBF9MT.Ƞ93 B,yyx3'ь$1ׅ֗ X_.O#SdJ T=/Rmٽ8ƀ/Y0ñ;υ.~ɉˋoPu{5-QVjrZ}\ʯQ{NdxD|gP^S6>.;;i{C yF7&K;űb7aѴ \8neuRj@!Q')T0S_~sf`4'dbEbLXfZ[FCS\6OZĜTM3"?ܣZ+&a.̂STI@ևK~c!ZB$OpJ: W֊]2_ XlrL${[g8- ?~(!\? Z4> {6uDdi"EI )ө:R|#r l,nP0{un8\ :7."QP|T`[v+\h`At9H ŗ]LI vבu7o#ojͬ(OG # $,ſy )LOW͂<588%j%OtP )jɩԪE$$@NIB<JD᭾B^( hGpj g.`U=|Hix5_?DH)m訢N ;Yb$GJdpFZ}OFIf.sD(TT0⎩&(EvQ$'>-v!4T6*Fl fi i$+#(W,(J_M;D}0B%hL#mU Or]?fW!(#،_`j!L9ˆץhKOHT3r`7(u=xfc-ɋ2O-&4@Bw><3SX]oJ^mewu섇jh6Ve-:x<PS’r }mMRh|~1xL<3WmƦ0٠)_IJ%⏣|$1z^~.Rv鸭9QSpIv;={Hg]4Ս\DdFCJ@b9/px0p=Qm3kp";NiβL2L体 Ƀ6IbBRYfN։8eyox7G1^ky{NICסEP|lV_!e8Zq͐@Eg+xC:!,EqpISJLB ׊ jU0j1 yc,mdb'K t /&ڦ*`峇9vE7.V{~ ؀–jAoA2oB tێL5b>~SخȡDFXq,R/) Δ^0T~7nx)4^뼖$)НY}z(}-(u|*Yl!EWf3ffﶙ{4^odKIE߆ؓLp"q Ηq7v2̪4$"a>;t*O8_FˡE>L f)5)Cp/s7 HQ;uecq6C+ȸ8ic_إ'Lվ9rƈ A~K-ǻ^}E #sL|~5??bes{C÷)zk$KLw])Z6ɍqV3C0=GP rܔj5r(WHQįe:U!FgT8>A3 ZhIXn) ѶX7IZ \7[볅`1O Kc3 mU @g :|}>D[-s3l#ŏ^$Xdzlh@%5JYQ@K.  ӐMc&(Pw( @a}@%\*(uV ʭ@>JtZW%/y,/eL-hg&6}K!jRn۸޿p- Y(Xieލ7B W> s-(S'T%\VUifyH֏CS[kʗ.5+OF0Ɩ'0z,iP޶d݂mk%&VuP\+yPz1ZQIf1*{:E4ԬF /] VR0^:&u;Ϥs^6 =et(uKݡqe2[݆2 h4Fנ\h@S ڰq*\aTO`ŎCjq O$͡/ï&׬v~7%qA.䷹0DmZVAgBRc7U鮼w+[ (:7yII#iTwtwthy;=}]yw\t2[!ɞSYJͿ <+KMG4쯼j}Mhj)(qNߝ+Y'JM%"@5?a}[̝̂IZ̒bT]s" *c)FfOR7"QќҀm Ռ#ՓQO&1X,- KԓxF(8AțD LyA߶D*Ls1@mp8L:`So0ǹğ9TLmȬ/pkۿK.P S3w.Bkx]aM띒\}َ6tzT_ϩgNu5R7Bo"T%, ^Vk.o+09(3&q4Aϖ)TQd½_FqHA^ ݅Ka,N[iA*ρ~-v?UV΂6c:7<>oXIbʻ˟!EґԪR+SjmRigh@ †|yv'C+=gXV:J5z uMr2m,wlEPX vP!'pw ДjB-"{IB\<QAoT x(K -FP߀}CrWD2V.MG `^{}?wLƚmJ+LAH]0z8rgBͬ J9~6#q9Ƌ}Ðe{kPeAmee4.ID gM >4/h-%4wi^Cjc,ec!BdVk374wcw!&, bAnَf驟dL>}U7\ƀ<8DT 38 R-0ЀN&TE-v#0U%쐴c~5_2 Z1Fǽ%ٻ7v*DOwk@b q;9gRiBݕ?L` 6mxKPuZ w0w˜}t<>K= ZAdzXGf%NS,:蓑Op][G&u{Y&#CYaԲ9sN\Y(z0>tMaedݿ/&!+OԱxclΌboJGڞ @׫ͦ/KGľFIx+Hw۩vL(ܔlY. =_>0 +`BC.^bXyQ.Un](nV7lY;ZG^Kݰ@ JqO`)1*ҚE+Ud~T{FljYS:u1,5[:1n8'tzH.2tY zWFQr;J |vl߈ΡƏq _Eo$к'9Xp*l Ǹ9oTZ'r/0>p7;ArZ-B1{ElL(9t0Y[-V ™2@:MM^>}4NZJulx\ Qٽ*H?ŲnL|RtU0uqhSK&h!UZo?_:d,Ԗ"V)MSd+6j El{, 5ņ^B)5NJhE9Yt͹sʔ2-yvo'eV Q;DGuZ()SC%_٭X6#QvI'ԅMܺp|]8iA`^{'MO m $* L L`/ΗQ|{VAڔƱ ao&G=wtGW16ݝ}8b