Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gupnp-av for openSUSE:Factory checked in at 2021-09-29 20:17:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gupnp-av (Old) and /work/SRC/openSUSE:Factory/.gupnp-av.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gupnp-av" Wed Sep 29 20:17:45 2021 rev:41 rq:921641 version:0.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gupnp-av/gupnp-av.changes 2018-11-18 23:25:57.209933716 +0100 +++ /work/SRC/openSUSE:Factory/.gupnp-av.new.1899/gupnp-av.changes 2021-09-29 20:18:07.690865378 +0200 @@ -1,0 +2,22 @@ +Mon Sep 20 11:31:29 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Update to version 0.14.0: + + Re-tag of 0.13.1 as stable version, no other changes +- Changes from version 0.13.1: + + Make Feature derivable again. + + Fix unsetting subtitleFileType. +- Changes from version 0.13.0: + + Fix stripping @refID. + + Port to modern GObject. + + Drop autotools. + + Allow to be used as a subproject. + + Remove hand-written ref-counting, use RcBox/AtomicRcBox + instead. + + Obsolete code removal. +- Switch to meson build system, following upstream: + + Add meson BuildRequires. + + Replace configure/make/make_install with respective + meson/meson_build/meson_install macros. +- Enable test suite: add %meson_test call to %check section. + +------------------------------------------------------------------- Old: ---- gupnp-av-0.12.11.tar.xz New: ---- gupnp-av-0.14.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gupnp-av.spec ++++++ --- /var/tmp/diff_new_pack.frNI9N/_old 2021-09-29 20:18:08.162866447 +0200 +++ /var/tmp/diff_new_pack.frNI9N/_new 2021-09-29 20:18:08.170866465 +0200 @@ -1,7 +1,7 @@ # # spec file for package gupnp-av # -# 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 @@ -17,15 +17,16 @@ Name: gupnp-av -Version: 0.12.11 +Version: 0.14.0 Release: 0 Summary: Library to ease the handling and implementation of UPnP A/V profiles License: LGPL-2.0-or-later Group: Development/Libraries/C and C++ URL: http://www.gupnp.org/ -Source: http://download.gnome.org/sources/gupnp-av/0.12/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/gupnp-av/0.14/%{name}-%{version}.tar.xz +BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: pkgconfig(gobject-2.0) >= 2.38 +BuildRequires: pkgconfig(gobject-2.0) >= 2.58 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(vapigen) @@ -67,12 +68,14 @@ %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 + +%check +%meson_test %post -n libgupnp-av-1_0-2 -p /sbin/ldconfig %postun -n libgupnp-av-1_0-2 -p /sbin/ldconfig @@ -82,7 +85,7 @@ %files -n libgupnp-av-1_0-2 %license COPYING -%doc AUTHORS NEWS README +%doc AUTHORS NEWS %{_libdir}/*.so.* %files -n typelib-1_0-GUPnPAV-1_0 @@ -93,9 +96,6 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/GUPnPAV-1.0.gir -%dir %{_datadir}/gtk-doc -%dir %{_datadir}/gtk-doc/html -%{_datadir}/gtk-doc/html/%{name} %dir %{_datadir}/vala/vapi %{_datadir}/vala/vapi/gupnp-av-1.0.deps %{_datadir}/vala/vapi/gupnp-av-1.0.vapi ++++++ gupnp-av-0.12.11.tar.xz -> gupnp-av-0.14.0.tar.xz ++++++ ++++ 75100 lines of diff (skipped)
