Hello community, here is the log from the commit of package dleyna-renderer for openSUSE:Factory checked in at 2018-02-16 21:46:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dleyna-renderer (Old) and /work/SRC/openSUSE:Factory/.dleyna-renderer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dleyna-renderer" Fri Feb 16 21:46:05 2018 rev:7 rq:577226 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dleyna-renderer/dleyna-renderer.changes 2015-05-06 12:10:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dleyna-renderer.new/dleyna-renderer.changes 2018-02-16 21:46:09.603868281 +0100 @@ -1,0 +2,18 @@ +Fri Feb 16 10:20:34 UTC 2018 - [email protected] + +- Update to version 0.6.0: + + Ensure that g_context.watchers has a valid value. + + Used core functionality dleyna_core_prv_convert_udn_to_path for + persistent path. + + [m4]: + - Don't use bash arrays in m4 macros. + - Don't use bash "let" builtin. + - Use AS_VAR_APPEND macro instead of "+=". + + Avoid any attempts to delete the same dlr_upnp_t twice. + + Uninitialized argument value in prv_open_uri_cb. +- Do a minor spec cleanup, add missing COPYING. +- Add libtool BuildRequires and pass autoreconf, bootstrap tarball. +- Pass --disable-static to configure, ensure we do not build any + static files. + +------------------------------------------------------------------- Old: ---- dleyna-renderer-0.5.0.tar.gz New: ---- dleyna-renderer-0.6.0.tar_2.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dleyna-renderer.spec ++++++ --- /var/tmp/diff_new_pack.Kh36O4/_old 2018-02-16 21:46:10.275844046 +0100 +++ /var/tmp/diff_new_pack.Kh36O4/_new 2018-02-16 21:46:10.279843902 +0100 @@ -1,7 +1,7 @@ # # spec file for package dleyna-renderer # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,14 +17,17 @@ Name: dleyna-renderer -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: Discover and manipulate Digital Media Renderers License: LGPL-2.1 Group: System/Libraries Url: http://01.org/dleyna -Source: https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar.gz -BuildRequires: pkgconfig(dleyna-core-1.0) >= 0.5.0 +Source: https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar_2.gz + +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: pkgconfig(dleyna-core-1.0) >= 0.6.0 BuildRequires: pkgconfig(gio-2.0) >= 2.28 BuildRequires: pkgconfig(glib-2.0) >= 2.28 BuildRequires: pkgconfig(gssdp-1.0) >= 0.13.2 @@ -34,7 +37,6 @@ BuildRequires: pkgconfig(libsoup-2.4) >= 2.28.2 Provides: dbus(dleyna-renderer-service) = %{version} Requires: dleyna-connector(dbus) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description dleyna-renderer is a library for implementing services that allow clients to discover and manipulate @@ -53,7 +55,10 @@ %setup -q %build -%configure +autoreconf -fi +%configure \ + --disable-static \ + %{nil} make %{?_smp_mflags} %install @@ -61,7 +66,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %files -%defattr(-,root,root) +%license COPYING %doc ChangeLog README %dir %{_datadir}/dbus-1 %dir %{_datadir}/dbus-1/services @@ -72,7 +77,6 @@ %config %{_sysconfdir}/dleyna-renderer-service.conf %files devel -%defattr(-,root,root) %{_includedir}/dleyna-1.0/ %{_libdir}/%{name}/libdleyna-renderer-1.0.so %{_libdir}/pkgconfig/dleyna-renderer-service-1.0.pc
