Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2022-11-08 13:17:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rhythmbox (Old)
 and      /work/SRC/openSUSE:Factory/.rhythmbox.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rhythmbox"

Tue Nov  8 13:17:44 2022 rev:102 rq:1034490 version:3.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes      2022-06-23 
12:33:06.120389291 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new.1597/rhythmbox.changes    
2022-11-08 13:17:44.646409621 +0100
@@ -1,0 +2,5 @@
+Tue Nov  8 08:11:07 UTC 2022 - Hillwood Yang <hillw...@opensuse.org>
+
+- Add firewalld profiles for DAAP and Remote Control plugins
+
+-------------------------------------------------------------------

New:
----
  daap-server.xml
  rhythmbox-remote-control.xml

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

Other differences:
------------------
++++++ rhythmbox.spec ++++++
--- /var/tmp/diff_new_pack.bT5bK0/_old  2022-11-08 13:17:45.242412485 +0100
+++ /var/tmp/diff_new_pack.bT5bK0/_new  2022-11-08 13:17:45.246412504 +0100
@@ -23,8 +23,9 @@
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Players
 URL:            https://wiki.gnome.org/Apps/Rhythmbox
-Source:         
https://download.gnome.org/sources/rhythmbox/3.4/%{name}-%{version}.tar.xz
-
+Source0:        
https://download.gnome.org/sources/rhythmbox/3.4/%{name}-%{version}.tar.xz
+Source1:        %{name}-remote-control.xml
+Source2:        daap-server.xml
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  lirc-devel
@@ -102,6 +103,10 @@
 %install
 %meson_install
 
+mkdir -p %{buildroot}%{_prefix}/lib/firewalld/services
+install -m 0644 %{SOURCE1} %{buildroot}%{_prefix}/lib/firewalld/services/
+install -m 0644 %{SOURCE2} %{buildroot}%{_prefix}/lib/firewalld/services/
+
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot} -type f -name "*.la" -delete -print
 # Disabled as it pulls old webkit, needs fixing upstream
@@ -160,6 +165,9 @@
 %{_libdir}/rhythmbox/plugins/replaygain/
 %{_libdir}/rhythmbox/plugins/webremote/
 %{_libexecdir}/rhythmbox-metadata
+%dir %{_prefix}/lib/firewalld
+%dir %{_prefix}/lib/firewalld/services
+%{_prefix}/lib/firewalld/services/*.xml
 %{_mandir}/man1/rhythmbox.1%{ext_man}
 %{_mandir}/man1/rhythmbox-client.1%{ext_man}
 

++++++ daap-server.xml ++++++
<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>daap-server</short>
  <description>Share music and play shared music on your local 
network</description>
  <port protocol="tcp" port="3698"/>
  <port protocol="tcp" port="46135"/>
</service>

++++++ rhythmbox-remote-control.xml ++++++
<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>rhythmbox-remote-control</short>
  <description>Control Rhythmbox from a web browser</description>
  <port protocol="tcp" port="37111"/>
</service>

Reply via email to