From 71a4681c6e0cd2999ffbc404a92e61b40b93210dd2de21f54db1bd464b1e7ed4 Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Sun, 19 Jan 2020 03:17:46 +0000 Subject: [PATCH] Accepting request 765517 from home:hillwood:branches:multimedia:apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update version to 3.3.5 * Fix a crashing bug if output format S24 was chosen. * Fix a bug whereby if Loudness was enabled through the D-Bus interface, the output would be muted until the volume was changed. * Enhancements to the D-Bus Interface * Fixes a deferred crash that occurred in Ubuntu 14.04 * Fixes a potential crash when an incomplete fmtp parameter set is sent by the requesting client. Thanks to Angus71 for the fault report and for the repair. * Fixed a potential crash * A fix ensures the hardware mixer of an alsa device is detected and initialised before responding to the first volume setting. * Fixes were made to the MPRIS and native D-Bus interfaces. * Fixes an error whereby the 'pvol'volume metadata was no longer sent if Shairport Sync was configured to ignore volume control information coming from the audio source. * Instead of returning EXIT_FAILURE, return EXIT_WITH_SUCCESS on early exit with either "version" (–version or -V) or "help" (–help or -h) arguments. Thanks to Henrik Nilsson for the patch. * Normalises the 'pvol' volume outputs so that when both the software and hardware attenuators are in use to extend the overall attenuation range, the maximum output level corresponds to the maximum output level of the hardware mixer. * Add the option of including the file and line number of each log entry's source. * Rewrite the logic for identifying missing packets of audio and for asking for resends. * Expose the advanced settings controlling the resend request logic. * Exposes two advanced metadata settings related to handling cover art OBS-URL: https://build.opensuse.org/request/show/765517 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=15 --- shairport-sync-3.3.2.tar.gz | 3 --- shairport-sync-3.3.5.tar.gz | 3 +++ shairport-sync.changes | 33 +++++++++++++++++++++++++++++++++ shairport-sync.spec | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 shairport-sync-3.3.2.tar.gz create mode 100644 shairport-sync-3.3.5.tar.gz diff --git a/shairport-sync-3.3.2.tar.gz b/shairport-sync-3.3.2.tar.gz deleted file mode 100644 index 9527f26..0000000 --- a/shairport-sync-3.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8f580fa8eb71172f6237c0cdbf23287b27f41f5399f5addf8cd0115a47a4b2b -size 411875 diff --git a/shairport-sync-3.3.5.tar.gz b/shairport-sync-3.3.5.tar.gz new file mode 100644 index 0000000..14fd870 --- /dev/null +++ b/shairport-sync-3.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9757dd7f19c0bc28cb06a6753305c3ed89da2d271d069b36d1b12173309c1459 +size 416875 diff --git a/shairport-sync.changes b/shairport-sync.changes index a38bbd3..bc2b899 100644 --- a/shairport-sync.changes +++ b/shairport-sync.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sun Jan 19 03:06:01 UTC 2020 - Hillwood Yang + +- Update version to 3.3.5 + * Fix a crashing bug if output format S24 was chosen. + * Fix a bug whereby if Loudness was enabled through the D-Bus interface, the + output would be muted until the volume was changed. + * Enhancements to the D-Bus Interface + * Fixes a deferred crash that occurred in Ubuntu 14.04 + * Fixes a potential crash when an incomplete fmtp parameter set is sent by the + requesting client. Thanks to Angus71 for the fault report and for the + repair. + * Fixed a potential crash + * A fix ensures the hardware mixer of an alsa device is detected and + initialised before responding to the first volume setting. + * Fixes were made to the MPRIS and native D-Bus interfaces. + * Fixes an error whereby the 'pvol'volume metadata was no longer sent if + Shairport Sync was configured to ignore volume control information coming + from the audio source. + * Instead of returning EXIT_FAILURE, return EXIT_WITH_SUCCESS on early exit + with either "version" (–version or -V) or "help" (–help or -h) arguments. + Thanks to Henrik Nilsson for the patch. + * Normalises the 'pvol' volume outputs so that when both the software and + hardware attenuators are in use to extend the overall attenuation range, the + maximum output level corresponds to the maximum output level of the hardware + mixer. + * Add the option of including the file and line number of each log entry's + source. + * Rewrite the logic for identifying missing packets of audio and for asking + for resends. + * Expose the advanced settings controlling the resend request logic. + * Exposes two advanced metadata settings related to handling cover art + ------------------------------------------------------------------- Tue Oct 22 07:50:44 UTC 2019 - Tuukka Pasanen diff --git a/shairport-sync.spec b/shairport-sync.spec index ad76a6f..d5413d7 100644 --- a/shairport-sync.spec +++ b/shairport-sync.spec @@ -1,7 +1,7 @@ # # spec file for package shairport-sync # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: shairport-sync -Version: 3.3.2 +Version: 3.3.5 Release: 0 Summary: An AirPlay audio player License: GPL-3.0-only