SHA256
1
0
forked from pool/libsidplayfp

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
This commit is contained in:
Takashi Iwai 2023-02-15 07:33:05 +00:00 committed by Git OBS Bridge
parent 85bdb4ace9
commit 857808f78d
4 changed files with 25 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aef70cc30648eb89d32f56c691a5a40cdffc7421f43b4aa242f4d123eb9258a2
size 797779

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62ebe085361eb2ee57f0f08abe2246599b180727703fc300101a8d1a97c6de7d
size 800857

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Feb 14 12:24:22 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- 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 <dmueller@suse.com>

View File

@ -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