Hello community, here is the log from the commit of package allegro for openSUSE:Factory checked in at 2019-06-19 20:59:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/allegro (Old) and /work/SRC/openSUSE:Factory/.allegro.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "allegro" Wed Jun 19 20:59:10 2019 rev:6 rq:705875 version:5.2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/allegro/allegro.changes 2019-03-19 09:58:39.952096373 +0100 +++ /work/SRC/openSUSE:Factory/.allegro.new.4811/allegro.changes 2019-06-19 20:59:11.646023746 +0200 @@ -1,0 +2,58 @@ +Tue May 28 10:26:33 UTC 2019 - [email protected] + +- Update to 5.2.5: + Core: + * Try to identify bitmap format for unknown extensions. + * Add some missing OpenGL 4.3 functions. + * Add ‘al_create_thread_with_stacksize’ to create threads with a + custom stack size. (Aldrik Ramaekers) + * Add ‘al_get_system_id’ function, letting you disambiguate platforms + at runtime. + Graphics: + * Add ‘al_get_monitor_dpi’ to query the DPI of a monitor. + * Add new API for making blender a bitmap-local state (like + transformations), which can simplify some code. See + ‘al_set_bitmap_blender’ and the related APIs. Also see the + ‘ex_blend_target’ example. + * Added ‘al_transpose_transform’. This is useful for rotation + transformations. + * Rework internal GLES support for better portability. + * Don’t force POT bitmaps on GLES. + * Fix repeated bitmap locking on OpenGL. + Linux: + * Improve linux joystick detections. + * Fix a number of memory leaks/crashes in the audio addon when using + pulseaudio/alsa. (Julian Smythe) + * Fix compilation with Mesa 18.2.5 and later. + * Fix OpenGL version reporting after display creation (Edgar + Reynaldo). + * Fix requesting specific OpenGL versions via display options (Edgar + Reynaldo). + SDL: + * Sebastian Krzyszkowiak has spent a lot of effort to making the SDL + backend usable as a nearly fully featured Allegro backend. You can + use it on platforms native Allegro implementations do not support + (such as emscripten, etc.). + Addons: + * Better logging when failing to load a resource. + * Fix a memory leak when destroying a mixer with attached streams. + * Fix a memory leak in the audio destroying a mixer with attached + streams. + Acodec addon: + * Allow modules to loop properly when the user hasn’t specified loop + points. (Todd Cope) + Audio addon: + * Better support for big endian. (Douglas Mencken) + TTF addon: + * Added support of HarfBuzz in FreeType (Arves100). + Documentation: + * Source links now point to the correct commit on GitHub. + * General improvements and clarifications. + Examples: + * Add ‘ex_blend_target’. +- Remove allegro-5-ifdef.patch: upstreamed + See https://github.com/liballeg/allegro5/issues/987 +- Remove allegro-5-mesa.patch: upstreamed + See https://github.com/liballeg/allegro5/issues/987 + +------------------------------------------------------------------- Old: ---- allegro-5-ifdef.patch allegro-5-mesa.patch allegro-5.2.4.0.tar.gz New: ---- allegro-5.2.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ allegro.spec ++++++ --- /var/tmp/diff_new_pack.j91AJZ/_old 2019-06-19 20:59:13.046025000 +0200 +++ /var/tmp/diff_new_pack.j91AJZ/_new 2019-06-19 20:59:13.054025008 +0200 @@ -25,15 +25,13 @@ %define allegro_so_nr 5_2 %define dot_allegro_so_nr %(echo %{allegro_so_nr} | sed s/_/./) Name: allegro -Version: 5.2.4.0 +Version: 5.2.5.0 Release: 0 Summary: A game programming library License: Zlib AND BSD-3-Clause Group: Development/Libraries/C and C++ Url: http://liballeg.org Source0: https://github.com/liballeg/allegro5/releases/download/%{version}/allegro-%{version}.tar.gz -Patch0: allegro-5-ifdef.patch -Patch1: allegro-5-mesa.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ @@ -272,8 +270,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build %cmake \ ++++++ allegro-5.2.4.0.tar.gz -> allegro-5.2.5.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/allegro/allegro-5.2.4.0.tar.gz /work/SRC/openSUSE:Factory/.allegro.new.4811/allegro-5.2.5.0.tar.gz differ: char 5, line 1
