Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libadplug for openSUSE:Factory checked in at 2025-04-08 17:52:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libadplug (Old) and /work/SRC/openSUSE:Factory/.libadplug.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libadplug" Tue Apr 8 17:52:10 2025 rev:2 rq:1267832 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libadplug/libadplug.changes 2023-03-08 16:50:16.103360211 +0100 +++ /work/SRC/openSUSE:Factory/.libadplug.new.1907/libadplug.changes 2025-04-08 17:52:59.914941439 +0200 @@ -1,0 +2,31 @@ +Mon Apr 7 17:10:38 UTC 2025 - Martin Hauke <mar...@gmx.de> + +- Update to version 2.4 + Bug fixes: + * Many fixes, cleanup, and refactoring across all players based + on fuzzing tests. Huge thanks to Alexander Miller for these. + There are too many to list here - please read the commit log. + * Fixes to SurroundOPL getchip(), fixing missing note problems. + * Many code typo fixes (thanks to luz paz for these). + * Make SOP player endian aware and many further fixes across + players. + * Fix RAD2 player crashes with files referencing unused + instruments. + * Added stress tests and many build fixes across platforms. + New formats: + * MUS,ADL: Add support for Coktel Vision game music files to + Visual Composer player. + * MID: Detect MIDI Type 1 multi-track files. + * PIS: Beni Tracker. + * MTR: Master Tracker Loader. + * A2M: Add new player for A2M and A2T (versions 1-14). + * D00: Add support for reheadered D00 songs. + * PLX: PALLADIX Sound System. + * LD0: Add support for old LOUDNESS files that don't have MIDI + instrument data. + Misc: + * Updated NukedOPL to master 730f8c238a152cb3314e46919789a666c9d81d82 + * Updated ADL player to ScummVM version from Dec 7, 2020. +- Run checks + +------------------------------------------------------------------- Old: ---- adplug-2.3.3.tar.gz New: ---- adplug-2.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libadplug.spec ++++++ --- /var/tmp/diff_new_pack.wlP37Z/_old 2025-04-08 17:53:00.782977852 +0200 +++ /var/tmp/diff_new_pack.wlP37Z/_new 2025-04-08 17:53:00.786978019 +0200 @@ -1,7 +1,7 @@ # # spec file for package libadplug # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ %define sover 0 -%define soname 2_3_3-%{sover} +%define soname 2_4-%{sover} %define libname libadplug%{soname} Name: libadplug -Version: 2.3.3 +Version: 2.4 Release: 0 Summary: AdLib Sound Player Library License: LGPL-2.1-only @@ -81,7 +81,7 @@ together into one single database. %prep -%setup -q -n "adplug-adplug-%{version}" +%autosetup -p1 -n "adplug-adplug-%{version}" %build autoreconf -fiv @@ -95,6 +95,9 @@ %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig +%check +%make_build check + %files -n %{libname} %license COPYING %doc ChangeLog NEWS README ++++++ adplug-2.3.3.tar.gz -> adplug-2.4.tar.gz ++++++ ++++ 7891812 lines of diff (skipped)