Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package dleyna-renderer for openSUSE:Factory
checked in at 2021-09-27 20:08:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dleyna-renderer (Old)
and /work/SRC/openSUSE:Factory/.dleyna-renderer.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dleyna-renderer"
Mon Sep 27 20:08:55 2021 rev:9 rq:921681 version:0.7.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/dleyna-renderer/dleyna-renderer.changes
2019-10-14 12:41:38.138679294 +0200
+++
/work/SRC/openSUSE:Factory/.dleyna-renderer.new.1899/dleyna-renderer.changes
2021-09-27 20:09:19.694489864 +0200
@@ -1,0 +2,21 @@
+Sun Sep 26 11:15:36 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Update to version 0.7.1:
+ + Stop using deprecated SoupSessionAsync
+ + Build fixes
+- Changes from version 0.7.0:
+ + Port to GUPnP 1.2
+ + Do service introspection on device creation
+ + Move to meson for buld system
+ + Subscribe to correct proxy for subscription-lost
+ + Add a man page
+ + Fix cancelling gasync_tasks
+- Add meson BuildRequires and macros + drop libtool BuildRequires
+ following upstreams port.
+- Add libxslt-tools and docbook-xsl-stylesheets BuildRequires:
+ Build manpages.
+- Drop dleyna-renderer-port-gupnp.patch: Fixed upstream.
+- Update URL and Source to new home, as intel have dropped
+ maintenance of this package, go with the leading fork.
+
+-------------------------------------------------------------------
Old:
----
dleyna-renderer-0.6.0.tar_2.gz
dleyna-renderer-port-gupnp.patch
New:
----
dleyna-renderer-0.7.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dleyna-renderer.spec ++++++
--- /var/tmp/diff_new_pack.RjYzIJ/_old 2021-09-27 20:09:20.206490427 +0200
+++ /var/tmp/diff_new_pack.RjYzIJ/_new 2021-09-27 20:09:20.206490427 +0200
@@ -1,7 +1,7 @@
#
# spec file for package dleyna-renderer
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,22 @@
# 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/
#
Name: dleyna-renderer
-Version: 0.6.0
+Version: 0.7.1
Release: 0
Summary: Discover and manipulate Digital Media Renderers
-License: LGPL-2.1
+License: LGPL-2.1-only
Group: System/Libraries
-URL: http://01.org/dleyna
-Source:
https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar_2.gz
-# PATCH-FIX-UPSTREAM dleyna-renderer-port-gupnp.patch -- Port to gunpn-1.2
-Patch: dleyna-renderer-port-gupnp.patch
+URL: https://github.com/phako/dleyna-renderer
+Source:
%{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires: libtool
+BuildRequires: docbook-xsl-stylesheets
+BuildRequires: libxslt-tools
+BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(dleyna-core-1.0) >= 0.6.0
BuildRequires: pkgconfig(gio-2.0) >= 2.28
@@ -57,19 +57,17 @@
%autosetup -p1
%build
-autoreconf -fi
-%configure \
- --disable-static \
+%meson \
%{nil}
-%make_build
+%meson_build
%install
-%make_install
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+%meson_install
%files
%license COPYING
-%doc ChangeLog README
+%doc ChangeLog README.md
+%{_mandir}/man5/dleyna-renderer-service.conf.5%{ext_man}
%dir %{_datadir}/dbus-1
%dir %{_datadir}/dbus-1/services
%{_datadir}/dbus-1/services/com.intel.dleyna-renderer.service
++++++ dleyna-renderer-0.6.0.tar_2.gz -> dleyna-renderer-0.7.1.tar.gz ++++++
++++ 2139 lines of diff (skipped)