From 00f3fcb07c8aa658fb0b9c5b5e7b7d4e11dfd42d6c0a589d6a4b325ae384ecf7 Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Mon, 7 Feb 2022 13:55:00 +0000 Subject: [PATCH] Accepting request 952134 from home:hillwood:branches:multimedia:apps - Update version to 3.3.9 * Fix a build failure with convolution raised since automake 1.16.5 and https://git.savannah.gnu.org/cgit/automake.git/commit/?id=f4a3a70f69e1dbccb6578f39ef47835098a04624 * Fix tinysvcmdns: rr_data_len goes beyond packet buffer OBS-URL: https://build.opensuse.org/request/show/952134 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=24 --- shairport-sync-3.3.8.tar.gz | 3 --- shairport-sync-3.3.9.tar.gz | 3 +++ shairport-sync.changes | 8 ++++++++ shairport-sync.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 shairport-sync-3.3.8.tar.gz create mode 100644 shairport-sync-3.3.9.tar.gz diff --git a/shairport-sync-3.3.8.tar.gz b/shairport-sync-3.3.8.tar.gz deleted file mode 100644 index 0aa2c97..0000000 --- a/shairport-sync-3.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c92f9a2d86dd1138673abc66e0010c94412ad6a46da8f36c3d538f4fa6b9faca -size 425524 diff --git a/shairport-sync-3.3.9.tar.gz b/shairport-sync-3.3.9.tar.gz new file mode 100644 index 0000000..7cf3875 --- /dev/null +++ b/shairport-sync-3.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17990cb2620551caa07a1c3b371889e55803071eaada04e958c356547a7e1795 +size 426827 diff --git a/shairport-sync.changes b/shairport-sync.changes index 4082356..74f5319 100644 --- a/shairport-sync.changes +++ b/shairport-sync.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 7 13:50:40 UTC 2022 - Hillwood Yang + +- Update version to 3.3.9 + * Fix a build failure with convolution raised since automake 1.16.5 + and https://git.savannah.gnu.org/cgit/automake.git/commit/?id=f4a3a70f69e1dbccb6578f39ef47835098a04624 + * Fix tinysvcmdns: rr_data_len goes beyond packet buffer + ------------------------------------------------------------------- Wed Nov 17 08:08:53 UTC 2021 - Johannes Segitz diff --git a/shairport-sync.spec b/shairport-sync.spec index 2d70d14..1776766 100644 --- a/shairport-sync.spec +++ b/shairport-sync.spec @@ -1,7 +1,7 @@ # # spec file for package shairport-sync # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.8 +Version: 3.3.9 Release: 0 Summary: An AirPlay audio player License: GPL-3.0-only @@ -29,7 +29,7 @@ Source2: README.SUSE # PATCH-FIX-OPENSUSE drop-user-config.patch hillwood@opensuse.org -- Move configuring user account to rpm spec. # Move configuring user account to rpm spec. Patch0: drop-user-config.patch -Patch1: harden_shairport-sync.service.patch +Patch1: harden_shairport-sync.service.patch BuildRequires: fdupes BuildRequires: firewall-macros BuildRequires: gcc-c++