From 857808f78d10a6f647ec31e001117a865019e9713215b5ac98f5952afe6cba93 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 15 Feb 2023 07:33:05 +0000 Subject: [PATCH] Accepting request 1065742 from home:mnhauke - Update to version 2.4.2 * Fixed a memory leak. * Minor fixes. - Update to version 2.4.1 * Fixed a memory leak introduced in 2.1.0. - Update to version 2.4.0 * Use pkgconfig for UnitTest++ and libgcrypt support. * residfp: correct 6581 volume gain based on schematics. * residfp: fixed more PVS-Studio warnings. * residfp: refactoring, changes and cleanup. * residfp: updated the combined waveform model. * Synced resid with upstream. * Fixed a "comparison-with-wider-type" alert in the MUS loader. * Other minor changes. OBS-URL: https://build.opensuse.org/request/show/1065742 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=11 --- libsidplayfp-2.3.1.tar.gz | 3 --- libsidplayfp-2.4.2.tar.gz | 3 +++ libsidplayfp.changes | 18 ++++++++++++++++++ libsidplayfp.spec | 7 ++++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 libsidplayfp-2.3.1.tar.gz create mode 100644 libsidplayfp-2.4.2.tar.gz diff --git a/libsidplayfp-2.3.1.tar.gz b/libsidplayfp-2.3.1.tar.gz deleted file mode 100644 index 4c04bb9..0000000 --- a/libsidplayfp-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aef70cc30648eb89d32f56c691a5a40cdffc7421f43b4aa242f4d123eb9258a2 -size 797779 diff --git a/libsidplayfp-2.4.2.tar.gz b/libsidplayfp-2.4.2.tar.gz new file mode 100644 index 0000000..2480a20 --- /dev/null +++ b/libsidplayfp-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ebe085361eb2ee57f0f08abe2246599b180727703fc300101a8d1a97c6de7d +size 800857 diff --git a/libsidplayfp.changes b/libsidplayfp.changes index 97cb00a..91c07fc 100644 --- a/libsidplayfp.changes +++ b/libsidplayfp.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Feb 14 12:24:22 UTC 2023 - Martin Hauke + +- Update to version 2.4.2 + * Fixed a memory leak. + * Minor fixes. +- Update to version 2.4.1 + * Fixed a memory leak introduced in 2.1.0. +- Update to version 2.4.0 + * Use pkgconfig for UnitTest++ and libgcrypt support. + * residfp: correct 6581 volume gain based on schematics. + * residfp: fixed more PVS-Studio warnings. + * residfp: refactoring, changes and cleanup. + * residfp: updated the combined waveform model. + * Synced resid with upstream. + * Fixed a "comparison-with-wider-type" alert in the MUS loader. + * Other minor changes. + ------------------------------------------------------------------- Fri Feb 11 22:48:23 UTC 2022 - Dirk Müller diff --git a/libsidplayfp.spec b/libsidplayfp.spec index c74b18c..873442c 100644 --- a/libsidplayfp.spec +++ b/libsidplayfp.spec @@ -1,7 +1,7 @@ # # spec file for package libsidplayfp # -# Copyright (c) 2022 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 @@ -19,13 +19,14 @@ %define soname 6 %define stilview_soname 0 Name: libsidplayfp -Version: 2.3.1 +Version: 2.4.2 Release: 0 Summary: A library to play Commodore 64 music License: GPL-2.0-or-later Group: System/Libraries +#Git-Clone: https://github.com/libsidplayfp/libsidplayfp.git URL: https://sourceforge.net/projects/sidplay-residfp/ -Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.3/libsidplayfp-%{version}.tar.gz +Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.4/libsidplayfp-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel BuildRequires: pkgconfig