From 0b7d9913d16d8958e66da6f39258873c2841a5b7 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Thu, 20 Aug 2015 15:47:25 -0400 Subject: [PATCH] Update release. drop unnecessary patch. fix to enable systemd --- shairport-sync.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/shairport-sync.spec b/shairport-sync.spec index c2694f50..3e2fe663 100644 --- a/shairport-sync.spec +++ b/shairport-sync.spec @@ -1,5 +1,5 @@ Name: shairport-sync -Version: 2.3.7 +Version: 2.3.12 Release: 1%{?dist} Summary: AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation @@ -7,7 +7,6 @@ Group: Applications/Multimedia License: GPL URL: https://github.com/mikebrady/shairport-sync Source0: https://github.com/mikebrady/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: shairport-sync-systemd.patch BuildRequires: autoconf BuildRequires: automake @@ -33,11 +32,10 @@ Shairport Sync does not support AirPlay video or photo streaming. %prep %setup -q -%patch0 -p1 %build autoreconf -i -f -%configure --with-avahi --with-alsa --with-ssl=openssl --with-soxr --without-initscript +%configure --with-avahi --with-alsa --with-ssl=openssl --with-soxr --with-systemd make %{?_smp_mflags} -- 2.47.3