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-06-01 18:00:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sidplayfp (Old) and /work/SRC/openSUSE:Factory/.sidplayfp.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sidplayfp" Mon Jun 1 18:00:04 2026 rev:23 rq:1356220 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sidplayfp/sidplayfp.changes 2026-05-25 21:59:19.763198938 +0200 +++ /work/SRC/openSUSE:Factory/.sidplayfp.new.1937/sidplayfp.changes 2026-06-01 18:00:29.521579129 +0200 @@ -1,0 +2,7 @@ +Fri May 29 08:09:10 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 3.0.2 + * Fixed reading config file on Windows (#127). + No changes for Linux systems. + +------------------------------------------------------------------- Old: ---- sidplayfp-3.0.1.tar.gz New: ---- sidplayfp-3.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sidplayfp.spec ++++++ --- /var/tmp/diff_new_pack.8NU5vh/_old 2026-06-01 18:00:30.605624087 +0200 +++ /var/tmp/diff_new_pack.8NU5vh/_new 2026-06-01 18:00:30.613624419 +0200 @@ -18,7 +18,7 @@ Name: sidplayfp -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: SID chip music module player License: GPL-2.0-or-later ++++++ sidplayfp-3.0.1.tar.gz -> sidplayfp-3.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sidplayfp-3.0.1/NEWS.md new/sidplayfp-3.0.2/NEWS.md --- old/sidplayfp-3.0.1/NEWS.md 2026-05-24 13:45:02.000000000 +0200 +++ new/sidplayfp-3.0.2/NEWS.md 2026-05-28 18:51:54.000000000 +0200 @@ -1,3 +1,8 @@ +3.0.2 2026-05-28 +* Fixed reading config file on Windows (#127) + + + 3.0.1 2026-05-24 * Reset the terminal only at exit, the cursor is now properly hidden * Link with pthreads, fixes build on BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sidplayfp-3.0.1/configure new/sidplayfp-3.0.2/configure --- old/sidplayfp-3.0.1/configure 2026-05-24 13:45:04.000000000 +0200 +++ new/sidplayfp-3.0.2/configure 2026-05-28 18:51:56.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for sidplayfp 3.0.1. +# Generated by GNU Autoconf 2.71 for sidplayfp 3.0.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='3.0.1' -PACKAGE_STRING='sidplayfp 3.0.1' +PACKAGE_VERSION='3.0.2' +PACKAGE_STRING='sidplayfp 3.0.2' PACKAGE_BUGREPORT='' PACKAGE_URL='https://github.com/libsidplayfp/sidplayfp/' @@ -1350,7 +1350,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 3.0.1 to adapt to many kinds of systems. +\`configure' configures sidplayfp 3.0.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1421,7 +1421,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sidplayfp 3.0.1:";; + short | recursive ) echo "Configuration of sidplayfp 3.0.2:";; esac cat <<\_ACEOF @@ -1532,7 +1532,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sidplayfp configure 3.0.1 +sidplayfp configure 3.0.2 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1808,7 +1808,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 3.0.1, which was +It was created by sidplayfp $as_me 3.0.2, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3298,7 +3298,7 @@ # Define the identity of the package. PACKAGE='sidplayfp' - VERSION='3.0.1' + VERSION='3.0.2' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -10408,7 +10408,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 3.0.1, which was +This file was extended by sidplayfp $as_me 3.0.2, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10477,7 +10477,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -sidplayfp config.status 3.0.1 +sidplayfp config.status 3.0.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-3.0.1/configure.ac new/sidplayfp-3.0.2/configure.ac --- old/sidplayfp-3.0.1/configure.ac 2026-05-24 13:45:02.000000000 +0200 +++ new/sidplayfp-3.0.2/configure.ac 2026-05-28 18:51:54.000000000 +0200 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([sidplayfp], [3.0.1], [], [], [https://github.com/libsidplayfp/sidplayfp/]) +AC_INIT([sidplayfp], [3.0.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-3.0.1/doc/en/sidplayfp.1 new/sidplayfp-3.0.2/doc/en/sidplayfp.1 --- old/sidplayfp-3.0.1/doc/en/sidplayfp.1 2026-05-24 13:45:08.000000000 +0200 +++ new/sidplayfp-3.0.2/doc/en/sidplayfp.1 2026-05-28 18:51:58.000000000 +0200 @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "SIDPLAYFP 1" -.TH SIDPLAYFP 1 2026-05-24 "perl v5.38.2" "User Programs" +.TH SIDPLAYFP 1 2026-05-28 "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-3.0.1/doc/en/sidplayfp.ini.5 new/sidplayfp-3.0.2/doc/en/sidplayfp.ini.5 --- old/sidplayfp-3.0.1/doc/en/sidplayfp.ini.5 2026-05-24 13:45:08.000000000 +0200 +++ new/sidplayfp-3.0.2/doc/en/sidplayfp.ini.5 2026-05-28 18:51:59.000000000 +0200 @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "SIDPLAYFP.INI 5" -.TH SIDPLAYFP.INI 5 2026-05-24 "perl v5.38.2" "File formats" +.TH SIDPLAYFP.INI 5 2026-05-28 "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-3.0.1/doc/en/stilview.1 new/sidplayfp-3.0.2/doc/en/stilview.1 --- old/sidplayfp-3.0.1/doc/en/stilview.1 2026-05-24 13:45:08.000000000 +0200 +++ new/sidplayfp-3.0.2/doc/en/stilview.1 2026-05-28 18:51:59.000000000 +0200 @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "STILVIEW 1" -.TH STILVIEW 1 2026-05-24 "perl v5.38.2" "User Programs" +.TH STILVIEW 1 2026-05-28 "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-3.0.1/src/utils.cpp new/sidplayfp-3.0.2/src/utils.cpp --- old/sidplayfp-3.0.1/src/utils.cpp 2026-05-24 13:45:02.000000000 +0200 +++ new/sidplayfp-3.0.2/src/utils.cpp 2026-05-28 18:51:54.000000000 +0200 @@ -38,7 +38,7 @@ return std::wstring(); int size_needed = MultiByteToWideChar(CP_UTF8, 0, str, -1, NULL, 0); - std::wstring strTo(size_needed, 0); + std::wstring strTo(size_needed-1, 0); MultiByteToWideChar(CP_UTF8, 0, str, -1, &strTo[0], size_needed); return strTo; } @@ -49,7 +49,7 @@ return std::string(); #ifdef UNICODE int size_needed = WideCharToMultiByte(CP_UTF8, 0, wstr, -1, NULL, 0, NULL, NULL); - std::string strTo(size_needed, 0); + std::string strTo(size_needed-1, 0); WideCharToMultiByte(CP_UTF8, 0, wstr, -1, &strTo[0], size_needed, NULL, NULL); return strTo; #else
