Hello community, here is the log from the commit of package allegro for openSUSE:Factory checked in at 2020-03-12 23:06:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/allegro (Old) and /work/SRC/openSUSE:Factory/.allegro.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "allegro" Thu Mar 12 23:06:33 2020 rev:7 rq:784180 version:5.2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/allegro/allegro.changes 2019-06-19 20:59:11.646023746 +0200 +++ /work/SRC/openSUSE:Factory/.allegro.new.3160/allegro.changes 2020-03-12 23:11:53.895314260 +0100 @@ -1,0 +2,37 @@ +Wed Mar 11 11:17:49 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to 5.2.6.0 + Core: + * Fix timestamps being clamped to ints on touch inputs with X11. + * Fix al_utf8_width argument type mismatch on platforms where sizeof(int) != 4. + * Fix building for GNU/Linux without GNU extensions enabled + * Some refactoring to simplify adding new drivers. + Graphics: + * Fix for OpenGL version selection and reporting on Windows and X (Edgar Reynaldo). + * Report OpenGL version in display options on Android, iOS and Raspberry Pi. + * Fix creation of the bitmap depth buffer for non-square bitmaps (Kevin Wellwood). + * Fix ALLEGRO_ALPHA_TEST_VALUE not being interpreted correctly. + * Fix reported bitshifts for ARGB_4444 and RGBA_4444 pixel formats. + * Fix alpha test with the GLSL version. + Linux: + * Fix al_inhibit_screensaver function. + SDL: + * Fix requesting GLES profile on GL Allegro. + * Add audio recorder implementation. + * Don’t link with dl, it’s unnecessary. + Addons: + * Add a whole bunch of al_is_*_initialized functions (Mark Oates). + * Acodec addon: + * Add MP3 support via the MiniMP3 library. + * Audio addon: + * Allow calling al_destroy_audio_recorder on NULL. + * Fix some stream garbage audio issues for high playback speeds. + Image addon: + * Add support for FreeImage library. + * Always prefer non-system image loaders. + Python wrapper: + * Fix a number of bugs (zachs18 and others). + Misc: + * Convert our internal Python scripts to Python 3. + +------------------------------------------------------------------- Old: ---- allegro-5.2.5.0.tar.gz New: ---- allegro-5.2.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ allegro.spec ++++++ --- /var/tmp/diff_new_pack.qajZtO/_old 2020-03-12 23:11:54.783314611 +0100 +++ /var/tmp/diff_new_pack.qajZtO/_new 2020-03-12 23:11:54.795314615 +0100 @@ -1,7 +1,7 @@ # # spec file for package allegro # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,12 +25,12 @@ %define allegro_so_nr 5_2 %define dot_allegro_so_nr %(echo %{allegro_so_nr} | sed s/_/./) Name: allegro -Version: 5.2.5.0 +Version: 5.2.6.0 Release: 0 Summary: A game programming library License: Zlib AND BSD-3-Clause Group: Development/Libraries/C and C++ -Url: http://liballeg.org +URL: https://liballeg.org Source0: https://github.com/liballeg/allegro5/releases/download/%{version}/allegro-%{version}.tar.gz BuildRequires: cmake BuildRequires: fdupes @@ -277,7 +277,7 @@ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DWANT_EXAMPLES=NO \ -DWANT_DEMO=NO .. -make %{?_smp_mflags} VERBOSE=1 +%make_build %install %cmake_install @@ -316,7 +316,8 @@ %postun -n liballegro_video%{allegro_so_nr} -p /sbin/ldconfig %files -n liballegro%{allegro_so_nr} -%doc CHANGES-5.?.txt CONTRIBUTORS.txt LICENSE.txt README.txt +%license LICENSE.txt +%doc CHANGES-5.?.txt CONTRIBUTORS.txt README.txt %{_libdir}/liballegro.so.%{dot_allegro_so_nr}* %config(noreplace) %{_sysconfdir}/allegro5rc ++++++ allegro-5.2.5.0.tar.gz -> allegro-5.2.6.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/allegro/allegro-5.2.5.0.tar.gz /work/SRC/openSUSE:Factory/.allegro.new.3160/allegro-5.2.6.0.tar.gz differ: char 5, line 1
