libSDL-1_2-0-32bit-1.2.15-lp150.2.3.1<>,lh\/=„jg?;sNQ蟺aI7zR=t*E(iaҁ>U5|1pyae1{!:H.`bRO{Ge'(\MWޑˎHx\s׿D@Y:bLzŨy-ZMlYT*i^c'Ұջt6wUeңHceQ3 J7Q'Ku$4?AHaG-KK m Td]оO_і^u;=7>A$,?$d ( I& ?Pcip      ,4|"""(8%9%: [%> B G H I X Y Z [!\!]!^!5b!?c!d"e"f"l"u"v"w#Dx#Ly#T###$ClibSDL-1_2-0-32bit1.2.15lp150.2.3.1Simple DirectMedia Layer LibraryThis is the "Simple DirectMedia Layer" library. It provides a generic API for access to audio, keyboard, mouse, and display framebuffer across multiple platforms.\cloud130Oqzheng qzheng qzheng qzheng qzheng qzheng qzheng@suse.comschwab@suse.deschwab@suse.dejengelh@inai.dejengelh@inai.dejengelh@inai.dedimstar@opensuse.orgcrrodriguez@opensuse.orgjengelh@inai.dejengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcoolo@suse.comjoop.boonen@opensuse.orgcoolo@suse.comcoolo@suse.comcoolo@suse.comjengelh@medozas.dePVince81@yahoo.frreddwarf@opensuse.orgmeissner@suse.demeissner@novell.comjengelh@medozas.delnussel@suse.decoolo@novell.comprusnak@suse.czcoolo@novell.comcoolo@novell.comro@suse.deprusnak@suse.cz- Add CVE-2019-7636.patch to fix a heap-based buffer over-read issue (CVE-2019-7636, boo#1124826, CVE-2019-7638, boo#1124824).- Add CVE-2019-7635.patch to fix a heap-based buffer over-read issue (CVE-2019-7635, boo#1124827).- Add CVE-2019-7578.patch to fix a heap-based buffer over-read issue (CVE-2019-7578, boo#1125099, CVE-2019-7576, boo#1124799 CVE-2019-7573, boo#1124805).- Add CVE-2019-7572.patch to fix a buffer over-read issue (CVE-2019-7572, boo#1124806).- Add CVE-2019-7574.patch to fix a heap-based buffer over-read issue (CVE-2019-7574, boo#1124803).- Add CVE-2019-7575.patch to fix a heap-based buffer overflow issue (CVE-2019-7575, boo#1124802).- Add CVE-2019-7577.patch to fix a buffer over-read issue (CVE-2019-7577, boo#1124800).- Add CVE-2019-7637.patch to fix a heap-based buffer overflow issue (CVE-2019-7637, boo#1124825).- libspe2 doesn't exist any more- libspe2 only exists for ppc and ppc64- Avoid bs_sched computation failure by expanding %power64- Drop old soundserver support (also arts, after esound). Remove --with-pic, building defaults to PIC anyway. Use pkgconfig names to slurp in packages.- Remove gpg-offline leftovers- Drop esound-devel BuildRequires: esd is really no longer the way to go.- Update SDL-lfs.patch, after a recent verification I found that something is not including SDL_config.h (config.h) therefore not using large file offsets.- Add libsdl-1.2.15-resizing.patch: resolve an issue whereby window frame corner resizing emitted no resize events to applications (bnc#855639)- Some metadata spruce-up: add current URLs, softer wildcarding in the files list, more robust make install call - Optional signature verification in local builds- sdl-lfs.patch: Ensure library is built with large file support/ 64bit off_t in 32bit systems- USe OS byteswapping macros that are optimized for all platforms directly by GCC. - DO not use dlopen to load libraries that otherwise can be linked at build-time, this is a _very_ bad idea, starting with the fact that rpm dependencies do not take account of dlopen and will break profiling/debugging etc.. - SDL-devel now has strict requires, so it will only pull what it really requires, as it no longer requires metapackages, it is very likely that some packages dont the chain will fail to build those must be fixed in the respective spec files (not here)- 12.3's Mesa doesn't bundle libGLU anymore- build version 1.2.15 * SDL-1.2.14-wesnoth_clicks.patch is now included in the source code * SDL-1.2.14-joystick-crash.patch is now included in the source code- add autoconf as buildrequire to avoid implicit dependency- own aclocal directory, there is no other reason to buildrequire automake- remove _service, too fragile- Use %_smp_mflags for parallel building - Strip %clean section (not needed on BS)- applied patch from upstream for joystick related crash [bnc#632271]- take patch from upstream to fix Battle for Wesnoth- disable video for ps3- buildrequire libspe2-devel on ppc- add baselibs.conf as a source- new version 1.2.14 * Fixed flicker when resizing the SDL window * Fixed crash in SDL_SetGammaRamp() * Fixed freeze in SDL_memset() with 0 length when assembly code is disabled. * Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal up/down events for Caps-Lock and Num-Lock keys. * Fixed audio quality problem when converting between 22050 Hz and 44100 Hz. * Fixed a threading crash when a few threads are rapidly created and complete. * Increased accuracy of alpha blending routines. * Fixed crash loading BMP files saved with the scanlines inverted. * Fixed mouse coordinate clamping if SDL_SetVideoMode() isn't called in response to SDL_VIDEORESIZE event. * Added doxygen documentation for the SDL API headers. * Fixed potential memory corruption due to assembly bug with SDL_revcpy() * Fixed crashes trying to detect SSE features on x86_64 architecture. * Fixed assembly for GCC optimized 50% alpha blending blits. * Added configure option --enable-screensaver, to allow enabling the screensaver by default. * Use XResetScreenSaver() instead of disabling screensaver entirely. * Removed the maximum window size limitation on X11. * Fixed SDL_GL_SWAP_CONTROL on X11. * Fixed setting the X11 window input hint. * Fixed distorted X11 window icon for some visuals. * Fixed detecting X11 libraries for dynamic loading on 64-bit Linux. * SDL_GL_GetAttribute(SDL_GL_SWAP_CONTROL) returns the correct value with GLX_SGI_swap_control. * Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11. * The SDL_VIDEO_FULLSCREEN_DISPLAY environment variable can be set to 0 to place fullscreen SDL windows on the first Xinerama screen. * Added the SDL_VIDEO_FBCON_ROTATION environment variable to control output orientation on the framebuffer console. * Fixed DirectFB detection on some Linux distributions. * Added code to use the PS3 SPE processors for YUV conversion on Linux. * Updated ALSA support to the latest stable API * ALSA is now preferred over OSS audio. (SDL_AUDIODRIVER=dsp will restore the previous behavior.) * Improved support for PulseAudio * The Network Audio System support is now dynamically loaded at runtime. * Fixed crash with the MP-8866 Dual USB Joypad on newer Linux kernels. * Fixed crash in SDL_Quit() when a joystick has been unplugged. - most patches obsolete - enum patch removed without replacement: http://bugzilla.libsdl.org/show_bug.cgi?id=854 - dynamically link ALSA instead of dlopen- fix requires of 32bit package- fix provides and obsoletes [bnc#544957]- we need to obsolete all old versions of SDL (bnc#539543)- readd implicit dependencies of arts- drop arts support (kde3 is fading out and nothing else uses arts)- follow Shared Library Policy/bin/shSDL-32bit1.2.151.2.15-lp150.2.3.11.2.15-lp150.2.3.1 1.2.15libSDL-1.2.so.0libSDL-1.2.so.0.11.4/usr/lib/-fomit-frame-pointer -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:Maintenance:10004/openSUSE_Leap_15.0_Update/e6b47acfb4aed07f128795f250d9979d-SDL.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=53f62bbe380824943688c4a85f581efec3ca3d6b, strippedPRRRRRRRRRRRR RR R R RR RRRRRRRRRRRutf-8c329adc569ec2075b4823f936b88eb37708f51d0a8918c0605b21d668cfa4189?7zXZ !t/bUC]"k%fkֺtPV/2NHd2kwDR$y94C]Em޵r{RPR܅:XaCȈegO6 ~@,)5Us@<qrt| ?1>h<`w{^@zF%`O{#LCn؟ʵq7gA5m̈́mAjy2480"WۥXnrKe@@o<%nӭvrNQ4b?# 2urx(+DxO(99 1fin+0pj4$YpnԶ w6c2ɦ ?ɲNziqh}oVu KBOGݬ/^Wq f*& ]WF q>(#I]ʖgRǢSa2"htYt/v[?+!O $xXȷ@zh6 &t <}tSd9nUGYbGۡ)-y@d!GXJ^ƠLd>2G0/`K#J _L)$~݇R5!Td Mx\`!3l5y5sVf)F*gT5#%'ƯY0nUL0g$ݘy  2 coR-i 4SK[42!YiQOtAq8$< x\aN-t{C"@+ቍIZ}TQa{R@JaKADfay A?A٢I^I%>IILYvvx0=zѿm'6*Po{y:BogE鈴7[iKgo<SB,^5^`9`J r Vqo~iCh7 mYM8x"Y&71UȄTi\ U:zK;gO\O|>*CQ0e)\+ Lɦ3Ѡ]Z_m^{S-XL(]5IUi?yoPd2qdG`@<D${TWN BW`q]E{փiE/!9a+o›-%3k:կ2`0CԖF%fk%Xwer4ǨFzGВXD$g0ZcT+@W2I͕Df`wSiD>;) 9PǔK~U0PO݆>*nyBS6UkPNW %i=T$ĵ[gŇ$FUc$8*3N6G~^0pzc5i1.']uOq]F(rm.cQC,J'!4o&OQ|8G噐"pXWAoNYt9^|}mgN$1'"BnL&\g8F]3HC?|k 74jE R)uͲ %E"BoS+}z u21dDg;T}XT0?Ld`I5-5D~t[鍴jyUgoΟ9=ݽj-Nqpn8YK=} B>8|F3(w9AwBKvXvBoOmC 4\"P`Q( `\e"GɵNGD+`e)2HoD P5b#g4 d,U4삨ralpRw~FHTro,KzRw6X\˭q8dLTq0"jVHc%=>' z\!o:@/``T@׆`MfdTd:VZX;Jr'1 U,XTn@]~IR˗+1̶슚 Cf>hM^y4XfFXG&MKZubY&dJ@L$M}@-ndS1 YՒH'١K0Zjv5HSDI*C1!ؘܲd;Z攮O|܍Lѱ0e4:GۇqԌ* ,L}UPˈ˖8Hqgl;hJx{CVD#SӗC:+LEr5]UzIy-R)'Ϙ5PdÙ+xRPiұ/sTgRXr1/0z!#;!i[&)XOƃ՝3@AQ ijQPpjSZ28Ͷ_`9ukg CG/Xȝu3cr\:t/D<4mu|)1˝- ,A &o῵۞ +;"ٵ<"<Bp9|TzҘժTRT~nQ׮{sD4X&vF8'g %(WUΎȋ[.jITti&Y[[ )EcycU% s ~^if <q"+U x[f% t L>HgsS\=Q m&RY0Y+ i\cOOl[57/o$*mT|+uJYϪiNJ;-j1l]ܐfL Is7нua0u6<8ÕuqA)nSXX0*#A]'ԉFJC]!nb Q+ӆEg[AfsZLрC9zŦTB1yoýUVI::50u:y\dpK_յcn~(8YfkT"ރ/2N~Up-o >iLqYț=KRjIX>BjdB+} J>6k#Ms|wnʣua*Bq0'J65 K/1Up0Ǐ#^uŖ+J 5 P%',0jgxCV1pk uu/7~v!'dHb5㶍6pW}&I` =IJQ1Ƞm?Od=jxpvUU#שWt3X@awD*zgMQzkĭKPdt~ 3%^5TqB9zBڮKQŠp!YUf/?Cn9ƉW~>+aH `.v ٽ13< M2Ya-`KBM5| C\L_FL.Zge_6Cy۔"O>U.-eS }W<dD@G~9d&zU| Jyq`BmVTlZ獇{t,>Ʒ@#2EXyXlŇs,<Ǽ,Rz3*e%$vk@[2A\ ^7C+}/ \R|(~s1Ӄ$h Ʋ^wdp&UD6\/ht3z-!w}h$XqSuV2ߒz ̗ 揈؊df% QE وVC_iX$钩}ݹ\SA4Uy8Sk2s1U!emt:2wžMpmm RZH(y٧sg+^#J>ƊG jh3וkd!!ԊX+{Jx,:,D $+bq7*JzqB|%T{<3f=n9ChᦕkG?)p>kKV4` K*+K⥀Qe.jQiFPE_VJW & AfͽKnfAҵ0*l>Iy5R@Q~Jo|],؅VG?m;]]kqԉqk1ӣ;F%g)q0&w#k3U2 YmO&Xbo"wڟrV֮5!Cf#c꿿 \d'ӵR !E"KG -GḰTw||M+{y@]mu.yN7}C*]0=硟Kc; <\!й7, }>-! Mi}˨j4/ ?myn0sX im_4m94^pr=MRzAܦm`̱6F&ѫ J1pL $A(T b`}NԔޗbsK u\IvA|3 O\&8EJqvwVʞ+ب&ɃkN$T՜'|\>-kV#foGY+DDXyFb&b.d%G"0xn^%Œ3 @!֧P%[ܛA==Nb\ xTCLÃ`i%UY5qM$z F<b^ß9\"W?Bܯ&4tF mlt{U%FC{tXn, 2YluY,uEUsi )Lp5!rxEaS 3!\wtLaf@)iCj@TI B*#}Io~p($_~ϳ*L ڝLu‡sJC7cPtBak(=455/" lPFT7^cZs"6nnK` 43au " K`xNǸb."EkM1 }XԬ1k33|YX4OJsQ/@n7M&A$V:Fڞ/9V26p#UosB(zV[FD> 1/rC0Wz ߟF=Q܂ǯ'Ox }EfG(i?6ngB<7) |^sEJXyp;lpvsZYMM$g..Б~b+%%KH lYGd4CTfk Ba,r9p SI_0-2?0ȦLvR#pH 5 EƯqRf*vZO @ \-龍?c1CTgl8ӆ߫O5H\; 0~"ſXUae@<>2"tnJ~)Ngk/h3!RuӝcmBY7=ZfoQ@rj) /X^YOStm=-4Fj`֎ܬfo|,zuI;}FT50@~Mey9﫜Iۏԗ'wP⼚ (DiҔzg\G`:','<0Vʚs(C:gwᄤz,[0!b3וȮaǛL].f$})wʕJQF_Ҭ1`}s #(]*@f} r-izPߎwbdG#.bpL 1L^dqo'[UZc hA{xf՚Dq1e[kSr^:'j6҉_QK,'͆8v $j{g]d>)rt6 C>H y-yh[8wV{ʃeO/AZiNV!O:/EU},b~bjYbJO`8̶w,&f}Z\Gp4^;[́I[:[oDd|Gm"&5s pw /Ƅ{ KKrӏ~쨥:Tщ'9'*r_ٕ~SI '@3O"wӐ]BB='զM-l;Yw3Pie"4瓮6KnBOR?IpƸD@@7UVS8] TfFSڿQU(\'sF(Q/,TћApoS7 H]fXO/  {xѤS;ېWs@H7?P~ l4SY)JܭɉL%!og=(cvQA*h bxSsw`H^[XQV3Ŗw|]6%u_37fuizjOV>@7j(zGg,=[',u Gӆgu&,ґWb\{ĂUR׵yBluY><"Sb҉@\8?$A~x#0Ige;͙N$U޵G*j9r7p08Bp"{ ;r,q^F0e=V?1:䕸ТK[Z(UI%X-$O@qS%0-?ے.zN*&*L6DJґBÜnlxl~!mώCaO.J6Vl=ʷ>T7;h~,KV~6P \/'GvREl̚LG@pi2di^?H^څUМ45Ύ=/D:DcYt<|NDq9EGfjl''\:Cͮߏ,e~ 1S'Eq[d{$EE k='s-EBc`Mdȹ嶘~^-tJ*F{6o'|6{ߢӀjϫID>H [[KpX29L#`#Eo]@z›^~p6֤{j{Gv8-6/%s툕)3+DV * kȑ߰S̿,vxU8hpk/>{e$kpJZ@Q  jssYDjkǴ^ X "o/;Nb,pONf[M&[3$v' {zO#/v"= &9n*k'O[..7e_XQU$~5^3j: 5*_LT>밧1rrê5r'iVr="4a9o6rG+,ƘG~cѦ~]%Nk V|(74IN R ."G&sCRZanrU榩ksBE'i&TB"pjD(KpB5݂/?E:g58RGcϥ)V)ov* {!FO^aZQ6u{֤?t|4phTò7M)VoO}o .{ V}++y̍vc-]VUQL@B7@K Y'yY !doh`:y I1Z=W$Z e _>9o !|'0Щl4Wpo%kΖ, 2QgQ{p늧g&KVU%ΞW8iUeep0CpMV<TT࠙Kq|8Y5 툳óҡDP0d}O:(gc="$s`= sGzуVWȎw:mv:Ưj8 ߑ|PпMjM?p_f1.MZ/~~hQL照0NWZeioeC-EE8m%ȏ3KeVȍז;1ѽʾ$S*mKZmռǬK鄹Y>ⴠ}Č>lnROl0|jlVn 5aӞ8(E#Vn Z G-W3QY3 Lx9=" 0k"2wo3͞,@);؎ x~ՈRy\ەAh*%ņ5wQ D7\@*mζO| h\tXcY Esgv0`|h\ㅉ34IEQ V$7;'ivr ߵc5b6O,]ۡ PrgҝJ(S|}?/bl.{62=Z='ZcP>CpB}A `R5^fﹱgT~,>BNg=-z٤DlJ/߇ b`3~>dXêls`3zlt5U> &pVL{{?>>E,->]v_a,"/صL$%TnT opVU'C<+an՚*X='ՓD~+G؝6A?}G;iVԳ lL}JiZz°01T<,㌮;'if1l;(]zIjkvً?J}~/ARf/ ?`e$YƘr@:!/mHKzq \J9~4aoVΆ-22*'w6X×|7L+]ht4[vjQ"ѐ5!ia$vjTvtg8 |lCɎ6*t}Cn ͑ ߦprm5Mr1SP9w0WCX;{d ̡:t6љܷ\^zL12s:%'|5R`Sܯb&&:U{ޢQ $f{AT NӉNvJ[fu9﨧bR Im^l __  (i묀R;y@5>a..rymG[ ugJب%7LZ}:;W&e9@RMXC>/En k;˛7}nmi*6 &s#(BR R),mI>(s~oȏc_gJZ  wηKVvq' kaٹ1aY?sy"LWA*Z"?NGإP^. Nw{ N;IdK|7-@0hgWI}0ChT:5y9 s&fY׭G(i$& _KNɿbh$,A*@v/IbOZnNxTvݬJ]?q }kȤxF,sg(?}H~J@Rk#ѱdd* @$yԧMV5C`j\d