Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libXvMC for openSUSE:Factory checked in at 2024-02-06 16:32:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libXvMC (Old) and /work/SRC/openSUSE:Factory/.libXvMC.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libXvMC" Tue Feb 6 16:32:54 2024 rev:14 rq:1144234 version:1.0.14 Changes: -------- --- /work/SRC/openSUSE:Factory/libXvMC/libXvMC.changes 2022-03-29 18:13:56.791046868 +0200 +++ /work/SRC/openSUSE:Factory/.libXvMC.new.1815/libXvMC.changes 2024-02-06 16:33:07.107935403 +0100 @@ -1,0 +2,15 @@ +Mon Feb 5 12:00:30 UTC 2024 - Stefan Dirsch <[email protected]> + +- Update to version 1.0.14 + * Make doc install path from meson match autotools + * gitlab CI: add a basic build test + * gitlab CI: Add libtool to required packages + * gitlab CI: stop requiring Signed-off-by in commits + * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL + * Convert to X.Org standard code style + * Variable scope reductions as recommended by cppcheck + * Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest + * Handle implicit conversion warnings from clang +- switched to meson build system + +------------------------------------------------------------------- Old: ---- libXvMC-1.0.13.tar.xz New: ---- libXvMC-1.0.14.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libXvMC.spec ++++++ --- /var/tmp/diff_new_pack.3qYveY/_old 2024-02-06 16:33:07.591953023 +0100 +++ /var/tmp/diff_new_pack.3qYveY/_new 2024-02-06 16:33:07.591953023 +0100 @@ -1,7 +1,7 @@ # # spec file for package libXvMC # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libXvMC %define lname libXvMC1 -Version: 1.0.13 +Version: 1.0.14 Release: 0 Summary: X-Video Motion Compensation library License: MIT @@ -30,6 +30,7 @@ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf #git#BuildRequires: autoconf >= 2.60, automake, libtool +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(videoproto) BuildRequires: pkgconfig(x11) @@ -79,12 +80,15 @@ %setup -q %build -%configure --docdir=%_docdir/%name --disable-static -make %{?_smp_mflags} +%meson +%meson_build %install -make install DESTDIR="%buildroot" -rm -f "%buildroot/%_libdir"/*.la +%meson_install +rm -f "%buildroot/%_libdir"/*.a +mkdir -p %buildroot/%_docdir/%name +mv %buildroot/%{_datadir}/doc/%name \ + %buildroot/%{_docdir}/%name %post -n %lname -p /sbin/ldconfig ++++++ libXvMC-1.0.13.tar.xz -> libXvMC-1.0.14.tar.xz ++++++ ++++ 36232 lines of diff (skipped)
