Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package shairport-sync for openSUSE:Factory 
checked in at 2022-12-28 10:54:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shairport-sync (Old)
 and      /work/SRC/openSUSE:Factory/.shairport-sync.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shairport-sync"

Wed Dec 28 10:54:35 2022 rev:13 rq:1045499 version:4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/shairport-sync/shairport-sync.changes    
2022-02-07 23:39:55.937688272 +0100
+++ /work/SRC/openSUSE:Factory/.shairport-sync.new.1563/shairport-sync.changes  
2022-12-28 10:54:41.780161149 +0100
@@ -1,0 +2,10 @@
+Tue Dec 27 13:17:00 UTC 2022 - Hillwood Yang <hillw...@opensuse.org>
+
+- Update version to 4.1
+  * AirPlay 2 support
+  * Improved libao backend for better compatibility with HomeBrew installations
+  * Improved MQTT and D-Bus facilities
+  * Metadata improvements
+  * Automatically-generated Docker images
+
+-------------------------------------------------------------------

Old:
----
  shairport-sync-3.3.9.tar.gz

New:
----
  shairport-sync-4.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ shairport-sync.spec ++++++
--- /var/tmp/diff_new_pack.wp0WcH/_old  2022-12-28 10:54:42.300163848 +0100
+++ /var/tmp/diff_new_pack.wp0WcH/_new  2022-12-28 10:54:42.304163869 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           shairport-sync
-Version:        3.3.9
+Version:        4.1
 Release:        0
 Summary:        An AirPlay audio player
 License:        GPL-3.0-only

++++++ drop-user-config.patch ++++++
--- /var/tmp/diff_new_pack.wp0WcH/_old  2022-12-28 10:54:42.356164139 +0100
+++ /var/tmp/diff_new_pack.wp0WcH/_new  2022-12-28 10:54:42.360164160 +0100
@@ -1,15 +1,19 @@
-diff -Nur shairport-sync-3.2RC10/Makefile.am 
shairport-sync-3.2RC10-new/Makefile.am
---- shairport-sync-3.2RC10/Makefile.am 2018-05-26 22:27:11.000000000 +0800
-+++ shairport-sync-3.2RC10-new/Makefile.am     2018-06-11 15:28:37.222509735 
+0800
-@@ -146,8 +146,8 @@
-       [ -f $(DESTDIR)$(sysconfdir)/init.d/shairport-sync ] || cp 
scripts/shairport-sync $(DESTDIR)$(sysconfdir)/init.d/
- endif
- if INSTALL_SYSTEMD
+diff -Nur shairport-sync-4.1/Makefile.am shairport-sync-4.1-new/Makefile.am
+--- shairport-sync-4.1/Makefile.am     2022-10-28 23:31:18.000000000 +0800
++++ shairport-sync-4.1-new/Makefile.am 2022-11-13 22:24:22.869613507 +0800
+@@ -262,12 +262,12 @@
+ INSTALL_GROUP_TARGET = install-group-local
+ 
+ $(INSTALL_GROUP_TARGET):
 -      getent group shairport-sync &>/dev/null || groupadd -r shairport-sync 
>/dev/null
--      getent passwd shairport-sync &> /dev/null || useradd -r -M -g 
shairport-sync -s /usr/bin/nologin -G audio shairport-sync >/dev/null
 +#     getent group shairport-sync &>/dev/null || groupadd -r shairport-sync 
>/dev/null
-+#     getent passwd shairport-sync &> /dev/null || useradd -r -M -g 
shairport-sync -s /usr/bin/nologin -G audio shairport-sync >/dev/null
-       [ -e $(DESTDIR)$(systemdsystemunitdir) ] || mkdir -p 
$(DESTDIR)$(systemdsystemunitdir)
-       [ -f $(DESTDIR)$(systemdsystemunitdir)/shairport-sync.service ] || cp 
scripts/shairport-sync.service $(DESTDIR)$(systemdsystemunitdir)
- endif
+ 
+ INSTALL_USER_TARGET = install-user-local
+ 
+ $(INSTALL_USER_TARGET): $(INSTALL_GROUP_TARGET)
+-      getent passwd shairport-sync &> /dev/null || useradd -r -M -g 
shairport-sync -s /usr/sbin/nologin -G audio shairport-sync >/dev/null
++#     getent passwd shairport-sync &> /dev/null || useradd -r -M -g 
shairport-sync -s /usr/sbin/nologin -G audio shairport-sync >/dev/null
+ 
+ if INSTALL_SYSTEMV
+ 
 

++++++ harden_shairport-sync.service.patch ++++++
--- /var/tmp/diff_new_pack.wp0WcH/_old  2022-12-28 10:54:42.376164243 +0100
+++ /var/tmp/diff_new_pack.wp0WcH/_new  2022-12-28 10:54:42.380164263 +0100
@@ -1,8 +1,7 @@
-Index: shairport-sync-3.3.8/scripts/shairport-sync.service.in
-===================================================================
---- shairport-sync-3.3.8.orig/scripts/shairport-sync.service.in
-+++ shairport-sync-3.3.8/scripts/shairport-sync.service.in
-@@ -7,6 +7,17 @@ Wants=network-online.target
+diff -Nur shairport-sync-4.1/scripts/shairport-sync.service.in 
shairport-sync-4.1-new/scripts/shairport-sync.service.in
+--- shairport-sync-4.1/scripts/shairport-sync.service.in       2022-10-28 
23:31:18.000000000 +0800
++++ shairport-sync-4.1-new/scripts/shairport-sync.service.in   2022-11-13 
22:26:15.785234171 +0800
+@@ -5,6 +5,17 @@
  After=network.target network-online.target
  
  [Service]
@@ -17,7 +16,7 @@
 +ProtectControlGroups=true
 +RestrictRealtime=true
 +# end of automatic additions 
- ExecStart=@prefix@/bin/shairport-sync
+ ExecStart=@prefix@/bin/shairport-sync --log-to-syslog
  User=shairport-sync
  Group=shairport-sync
 

++++++ shairport-sync-3.3.9.tar.gz -> shairport-sync-4.1.tar.gz ++++++
++++ 33505 lines of diff (skipped)

Reply via email to