Hello community, here is the log from the commit of package shairport-sync for openSUSE:Factory checked in at 2019-02-25 18:01:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shairport-sync (Old) and /work/SRC/openSUSE:Factory/.shairport-sync.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shairport-sync" Mon Feb 25 18:01:04 2019 rev:3 rq:678921 version:3.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/shairport-sync/shairport-sync.changes 2018-07-31 16:04:21.080051746 +0200 +++ /work/SRC/openSUSE:Factory/.shairport-sync.new.28833/shairport-sync.changes 2019-02-25 18:01:07.774093879 +0100 @@ -1,0 +2,29 @@ +Sun Feb 10 10:27:18 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Really use upstream tarball from the source url + +------------------------------------------------------------------- +Wed Feb 6 13:16:47 UTC 2019 - Tuukka Pasanen <[email protected]> + +- Update to release 3.2.2 + Version 3.2 introduces two big new features – MPRIS support and a "native" Shairport + Sync D-Bus interface. MPRIS offers a standard set of facilities for implementing remote + control and the native D-Bus interface allows local programs to interact + directly with Shairport Sync. + When used with either of these interfaces, Shairport Sync offers access + to the remote control commands available to control the source, and also + offers access to metadata, including titles and cover art. These new features + are experimental, but are already useful. + + This release of Shairport Sync contains important bug fixes and stability + improvements and is recommended for all users. If offers better synchronisation, + better compatibility with third-party AirPlay sources, greater stability when + used with YouTube and macOS system sound, faster resynchronisation, better + performance on noisy or congested networks and many other improvements. + + A quick INSTALL guide for the Raspberry Pi, a how-to CAR INSTALL guide and + a note about installing to OpenBSD have been added. + +- See https://github.com/mikebrady/shairport-sync/releases for details + +------------------------------------------------------------------- Old: ---- shairport-sync-3.2RC10.tar.gz New: ---- 3.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shairport-sync.spec ++++++ --- /var/tmp/diff_new_pack.lIsfre/_old 2019-02-25 18:01:09.278092710 +0100 +++ /var/tmp/diff_new_pack.lIsfre/_new 2019-02-25 18:01:09.278092710 +0100 @@ -1,7 +1,7 @@ # # spec file for package shairport-sync # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -%define rcversion RC10 -%define _version 3.2 - Name: shairport-sync -Version: 3.1.99.10 +Version: 3.2.2 Release: 0 Summary: An AirPlay audio player License: GPL-3.0-only Group: Productivity/Multimedia/Sound/Utilities URL: https://github.com/mikebrady/shairport-sync -Source0: https://github.com/mikebrady/shairport-sync/archive/%{_version}%{rcversion}/%{name}-%{_version}%{rcversion}.tar.gz +Source0: https://github.com/mikebrady/shairport-sync/archive/%{version}.tar.gz Source1: airplay-server.xml Source2: README.SUSE # PATCH-FIX-OPENSUSE drop-user-config.patch [email protected] -- Move configuring user account to rpm spec. @@ -39,6 +33,7 @@ BuildRequires: firewall-macros BuildRequires: gcc-c++ BuildRequires: gnome-common +BuildRequires: pkgconfig BuildRequires: systemd BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(avahi-client) @@ -49,10 +44,9 @@ BuildRequires: pkgconfig(popt) BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(soxr) -Requires(pre): shadow Requires: firewalld +Requires(pre): shadow %{?systemd_requires} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Shairport Sync is an AirPlay audio player – it plays audio streamed from iTunes, @@ -68,7 +62,7 @@ video or photo streaming. %prep -%setup -q -n %{name}-%{_version}%{rcversion} +%setup -q %patch0 -p1 cp %{SOURCE2} . @@ -94,9 +88,9 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} %pre -getent group %{name} &>/dev/null || /usr/sbin/groupadd --system %{name} >/dev/null -getent passwd %{name} &> /dev/null || /usr/sbin/useradd --system -c "%{name} User" \ - -d %{_localstatedir}/%{name} -m -g %{name} -s /usr/sbin/nologin \ +getent group %{name} &>/dev/null || %{_sbindir}/groupadd --system %{name} >/dev/null +getent passwd %{name} &> /dev/null || %{_sbindir}/useradd --system -c "%{name} User" \ + -d %{_localstatedir}/%{name} -m -g %{name} -s %{_sbindir}/nologin \ -G audio %{name} >/dev/null %service_add_pre %{name}.service @@ -111,7 +105,6 @@ %service_del_postun %{name}.service %files -%defattr(-,root,root,-) %doc README.md RELEASENOTES.md TROUBLESHOOTING.md README.SUSE %license LICENSES %config(noreplace) %{_sysconfdir}/shairport-sync.conf @@ -119,7 +112,7 @@ %dir %{_libexecdir}/firewalld %dir %{_libexecdir}/firewalld/services %{_libexecdir}/firewalld/services/airplay-server.xml -%{_mandir}/man7/shairport-sync.7.gz +%{_mandir}/man7/shairport-sync.7%{?ext_man} %{_unitdir}/%{name}.service %{_sbindir}/rc%{name} ++++++ shairport-sync-3.2RC10.tar.gz -> 3.2.2.tar.gz ++++++ ++++ 2389 lines of diff (skipped)
