Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gupnp-dlna for openSUSE:Factory checked in at 2021-09-29 20:17:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gupnp-dlna (Old) and /work/SRC/openSUSE:Factory/.gupnp-dlna.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gupnp-dlna" Wed Sep 29 20:17:46 2021 rev:33 rq:921642 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gupnp-dlna/gupnp-dlna.changes 2018-03-08 10:47:47.334311980 +0100 +++ /work/SRC/openSUSE:Factory/.gupnp-dlna.new.1899/gupnp-dlna.changes 2021-09-29 20:18:08.502867217 +0200 @@ -1,0 +2,16 @@ +Mon Sep 20 11:56:14 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Update to version 0.12.0: + + Re-tag of 0.11 as 0.12. No functional change +- Changes from version 0.11.0: + + Drop GStreamer 0.10 back-end + + Drop old compatibility code + + Add meson support + + Port to more modern GObject +- Switch to meson build system: + + Add meson BuildRequires. + + Replace configure/make/make_install macros with respective + meson/meson_build/meson_install. +- Enable test suite: add meson_test to check section. + +------------------------------------------------------------------- Old: ---- gupnp-dlna-0.10.5.tar.xz New: ---- gupnp-dlna-0.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gupnp-dlna.spec ++++++ --- /var/tmp/diff_new_pack.fkT2rb/_old 2021-09-29 20:18:09.022868395 +0200 +++ /var/tmp/diff_new_pack.fkT2rb/_new 2021-09-29 20:18:09.022868395 +0200 @@ -1,7 +1,7 @@ # # spec file for package gupnp-dlna # -# 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,18 +12,19 @@ # 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: gupnp-dlna -Version: 0.10.5 +Version: 0.12.0 Release: 0 Summary: A collection of helpers for building DLNA applications License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: http://www.gupnp.org/ -Source: http://download.gnome.org/sources/gupnp-dlna/0.10/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/gupnp-dlna/0.12/%{name}-%{version}.tar.xz +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(gmodule-2.0) @@ -33,17 +34,20 @@ BuildRequires: pkgconfig(gstreamer-pbutils-1.0) BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0 BuildRequires: pkgconfig(vapigen) +# libgupnp-dlna-2_0-3 violated shared library packaging policy +Conflicts: libgupnp-dlna-2_0-3 %description GUPnP-DLNA is a collection of helpers for building DLNA media sharing applications using GUPnP. -%package -n libgupnp-dlna-2_0-3 +%package -n libgupnp-dlna-2_0-4 Summary: A collection of helpers for building DLNA applications Group: System/Libraries +Requires: %{name} => %{version} Requires: libgupnp-dlna-backend >= %{version} -%description -n libgupnp-dlna-2_0-3 +%description -n libgupnp-dlna-2_0-4 GUPnP-DLNA is a collection of helpers for building DLNA media sharing applications using GUPnP. @@ -81,7 +85,7 @@ %package -n libgupnp-dlna-devel Summary: A collection of helpers for building DLNA applications - Development Files Group: Development/Libraries/C and C++ -Requires: libgupnp-dlna-2_0-3 = %{version} +Requires: libgupnp-dlna-2_0-4 = %{version} Requires: typelib-1_0-GUPnPDLNA-2_0 = %{version} Requires: typelib-1_0-GUPnPDLNAGst-2_0 = %{version} @@ -101,24 +105,26 @@ %setup -q %build -%configure \ - --disable-static -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +%meson_install -%post -n libgupnp-dlna-2_0-3 -p /sbin/ldconfig -%postun -n libgupnp-dlna-2_0-3 -p /sbin/ldconfig +%check +%meson_test -%files -n libgupnp-dlna-2_0-3 -%license COPYING -%doc AUTHORS README TODO -# This directory contains DLNA profiles, needed by the library +%post -n libgupnp-dlna-2_0-4 -p /sbin/ldconfig +%postun -n libgupnp-dlna-2_0-4 -p /sbin/ldconfig + +%files %{_datadir}/%{name}-2.0/ + +%files -n libgupnp-dlna-2_0-4 +%license COPYING +%doc AUTHORS TODO %dir %{_libdir}/gupnp-dlna -%{_libdir}/lib*.so.3* +%{_libdir}/lib*.so.4* %files -n libgupnp-dlna-backend-gstreamer %{_libdir}/gupnp-dlna/libgstreamer.so @@ -139,9 +145,6 @@ %{_datadir}/gir-1.0/GUPnPDLNAGst-2.0.gir %dir %{_datadir}/vala/vapi/ %{_datadir}/vala/vapi/* -%doc %{_datadir}/gtk-doc/html/%{name}/ -%doc %{_datadir}/gtk-doc/html/%{name}-gst/ -%doc %{_datadir}/gtk-doc/html/%{name}-metadata/ %files -n gupnp-dlna-tools %{_bindir}/gupnp-dlna-info-2.0 ++++++ gupnp-dlna-0.10.5.tar.xz -> gupnp-dlna-0.12.0.tar.xz ++++++ ++++ 70038 lines of diff (skipped)
