Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package allegro for openSUSE:Factory checked in at 2023-02-16 16:56:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/allegro (Old) and /work/SRC/openSUSE:Factory/.allegro.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "allegro" Thu Feb 16 16:56:08 2023 rev:10 rq:1065998 version:5.2.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/allegro/allegro.changes 2021-09-13 16:25:39.278822640 +0200 +++ /work/SRC/openSUSE:Factory/.allegro.new.22824/allegro.changes 2023-02-16 16:56:27.822847352 +0100 @@ -1,0 +2,26 @@ +Wed Feb 15 12:58:26 UTC 2023 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 5.2.8.0 + * Allow configuring bitmap wrapping via al_set_new_bitmap_wrap. + * Graphics: + * Reject creating bitmaps with negative width or height + * Add a minimal shader implementation for GLSL. Minimal shader + supports fewer features, but is faster. + * Emscripten: Fix usage of SDL_Init for emscripten + * SDL: + * Ignore touch events from indirect touch devices. + * Use SDL_PeepEvents for event handling, to improve performance. + * Improve joysticks support + * Fix mouse axis setter + * Use clock_gettime with CLOCK_MONOTONIC instead of gettimeofday + * Add al_play_audio_stream, a 'simple' API endpoint for audio stream playback. + * Allow identifying and listing audio devices via new API: + al_get_num_audio_output_devices, al_get_audio_output_device, + al_get_audio_device_name + * Color addon: Add linear and oklab color spaces to the color addon. + * Fixed TTF rendering when using transforms + * Allow identifying video files via a magic number, exposed via + al_identify_video + * Many other bugfixes + +------------------------------------------------------------------- Old: ---- allegro-5.2.7.0.tar.gz New: ---- allegro-5.2.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ allegro.spec ++++++ --- /var/tmp/diff_new_pack.MaW05u/_old 2023-02-16 16:56:28.410849702 +0100 +++ /var/tmp/diff_new_pack.MaW05u/_new 2023-02-16 16:56:28.418849734 +0100 @@ -1,7 +1,7 @@ # # spec file for package allegro # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %define allegro_so_nr 5_2 %define dot_allegro_so_nr %(echo %{allegro_so_nr} | sed s/_/./) Name: allegro -Version: 5.2.7.0 +Version: 5.2.8.0 Release: 0 Summary: A game programming library License: BSD-3-Clause AND Zlib @@ -278,10 +278,12 @@ %setup -q %build +# Tests require a graphics card %cmake \ - -DCMAKE_C_FLAGS="%{optflags} -fPIC" \ + -DCMAKE_C_FLAGS="%{optflags} -fPIC -D_FILE_OFFSET_BITS=64" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DWANT_EXAMPLES=NO \ + -DWANT_TESTS=NO \ -DWANT_DEMO=NO .. %make_build ++++++ allegro-5.2.7.0.tar.gz -> allegro-5.2.8.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/allegro/allegro-5.2.7.0.tar.gz /work/SRC/openSUSE:Factory/.allegro.new.22824/allegro-5.2.8.0.tar.gz differ: char 5, line 1