Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sidplayfp for openSUSE:Factory checked in at 2026-02-25 21:11:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sidplayfp (Old) and /work/SRC/openSUSE:Factory/.sidplayfp.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sidplayfp" Wed Feb 25 21:11:26 2026 rev:20 rq:1335005 version:2.16.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sidplayfp/sidplayfp.changes 2026-02-16 13:17:37.786806147 +0100 +++ /work/SRC/openSUSE:Factory/.sidplayfp.new.1977/sidplayfp.changes 2026-02-25 21:11:37.824793583 +0100 @@ -1,0 +2,6 @@ +Tue Feb 24 19:10:11 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 2.16.2 + * Fixed crackling noise (#120). + +------------------------------------------------------------------- Old: ---- sidplayfp-2.16.1.tar.gz New: ---- sidplayfp-2.16.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sidplayfp.spec ++++++ --- /var/tmp/diff_new_pack.pDzEX7/_old 2026-02-25 21:11:39.324855522 +0100 +++ /var/tmp/diff_new_pack.pDzEX7/_new 2026-02-25 21:11:39.368857338 +0100 @@ -18,7 +18,7 @@ Name: sidplayfp -Version: 2.16.1 +Version: 2.16.2 Release: 0 Summary: SID chip music module player License: GPL-2.0-or-later ++++++ sidplayfp-2.16.1.tar.gz -> sidplayfp-2.16.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sidplayfp-2.16.1/NEWS new/sidplayfp-2.16.2/NEWS --- old/sidplayfp-2.16.1/NEWS 2026-02-15 12:02:27.000000000 +0100 +++ new/sidplayfp-2.16.2/NEWS 2026-02-22 11:42:11.000000000 +0100 @@ -1,3 +1,8 @@ +2.16.2 2026-02-22 +* Fixed crackling noise (#120) + + + 2.16.1 2026-02-15 * Parse float arguments as locale independent (#118) * Use secure version of getenv on Windows diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sidplayfp-2.16.1/configure new/sidplayfp-2.16.2/configure --- old/sidplayfp-2.16.1/configure 2026-02-15 12:02:29.000000000 +0100 +++ new/sidplayfp-2.16.2/configure 2026-02-22 11:42:14.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for sidplayfp 2.16.1. +# Generated by GNU Autoconf 2.71 for sidplayfp 2.16.2. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -608,8 +608,8 @@ # Identity of this package. PACKAGE_NAME='sidplayfp' PACKAGE_TARNAME='sidplayfp' -PACKAGE_VERSION='2.16.1' -PACKAGE_STRING='sidplayfp 2.16.1' +PACKAGE_VERSION='2.16.2' +PACKAGE_STRING='sidplayfp 2.16.2' PACKAGE_BUGREPORT='' PACKAGE_URL='https://github.com/libsidplayfp/sidplayfp/' @@ -1367,7 +1367,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures sidplayfp 2.16.1 to adapt to many kinds of systems. +\`configure' configures sidplayfp 2.16.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1438,7 +1438,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sidplayfp 2.16.1:";; + short | recursive ) echo "Configuration of sidplayfp 2.16.2:";; esac cat <<\_ACEOF @@ -1566,7 +1566,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sidplayfp configure 2.16.1 +sidplayfp configure 2.16.2 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1842,7 +1842,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by sidplayfp $as_me 2.16.1, which was +It was created by sidplayfp $as_me 2.16.2, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3332,7 +3332,7 @@ # Define the identity of the package. PACKAGE='sidplayfp' - VERSION='2.16.1' + VERSION='2.16.2' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -11269,7 +11269,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by sidplayfp $as_me 2.16.1, which was +This file was extended by sidplayfp $as_me 2.16.2, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11338,7 +11338,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -sidplayfp config.status 2.16.1 +sidplayfp config.status 2.16.2 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sidplayfp-2.16.1/configure.ac new/sidplayfp-2.16.2/configure.ac --- old/sidplayfp-2.16.1/configure.ac 2026-02-15 12:02:27.000000000 +0100 +++ new/sidplayfp-2.16.2/configure.ac 2026-02-22 11:42:11.000000000 +0100 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([sidplayfp], [2.16.1], [], [], [https://github.com/libsidplayfp/sidplayfp/]) +AC_INIT([sidplayfp], [2.16.2], [], [], [https://github.com/libsidplayfp/sidplayfp/]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sidplayfp-2.16.1/doc/en/sidplayfp.1 new/sidplayfp-2.16.2/doc/en/sidplayfp.1 --- old/sidplayfp-2.16.1/doc/en/sidplayfp.1 2026-02-15 12:02:35.000000000 +0100 +++ new/sidplayfp-2.16.2/doc/en/sidplayfp.1 2026-02-22 11:42:19.000000000 +0100 @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "SIDPLAYFP 1" -.TH SIDPLAYFP 1 2026-02-15 "perl v5.38.2" "User Programs" +.TH SIDPLAYFP 1 2026-02-22 "perl v5.38.2" "User Programs" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sidplayfp-2.16.1/doc/en/sidplayfp.ini.5 new/sidplayfp-2.16.2/doc/en/sidplayfp.ini.5 --- old/sidplayfp-2.16.1/doc/en/sidplayfp.ini.5 2026-02-15 12:02:35.000000000 +0100 +++ new/sidplayfp-2.16.2/doc/en/sidplayfp.ini.5 2026-02-22 11:42:19.000000000 +0100 @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "SIDPLAYFP.INI 5" -.TH SIDPLAYFP.INI 5 2026-02-15 "perl v5.38.2" "File formats" +.TH SIDPLAYFP.INI 5 2026-02-22 "perl v5.38.2" "File formats" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sidplayfp-2.16.1/doc/en/stilview.1 new/sidplayfp-2.16.2/doc/en/stilview.1 --- old/sidplayfp-2.16.1/doc/en/stilview.1 2026-02-15 12:02:35.000000000 +0100 +++ new/sidplayfp-2.16.2/doc/en/stilview.1 2026-02-22 11:42:19.000000000 +0100 @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "STILVIEW 1" -.TH STILVIEW 1 2026-02-15 "perl v5.38.2" "User Programs" +.TH STILVIEW 1 2026-02-22 "perl v5.38.2" "User Programs" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sidplayfp-2.16.1/src/mixer.cpp new/sidplayfp-2.16.2/src/mixer.cpp --- old/sidplayfp-2.16.1/src/mixer.cpp 2026-02-15 12:02:27.000000000 +0100 +++ new/sidplayfp-2.16.2/src/mixer.cpp 2026-02-22 11:42:11.000000000 +0100 @@ -121,6 +121,8 @@ m_buffer.resize(static_cast<std::size_t>(rem)*m_channels); mix(buffers, cnt, rem, m_buffer.data()); } + else + m_buffer.clear(); } void Mixer::setVolume(unsigned int vol)
