Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libavtp for openSUSE:Factory checked in at 2022-05-12 22:57:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libavtp (Old) and /work/SRC/openSUSE:Factory/.libavtp.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libavtp" Thu May 12 22:57:35 2022 rev:5 rq:976019 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libavtp/libavtp.changes 2020-10-27 18:58:20.786717112 +0100 +++ /work/SRC/openSUSE:Factory/.libavtp.new.1538/libavtp.changes 2022-05-12 22:57:39.864579622 +0200 @@ -1,0 +2,9 @@ +Mon May 9 16:13:27 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 0.2.0 + * Raw Video Format support + * libavtp can now be used as meson subproject + * Building tests is now optional + * gcc 9 fixes + +------------------------------------------------------------------- Old: ---- _service libavtp-0.1.0+git20200527.9482c11.tar.xz New: ---- libavtp-0.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libavtp.spec ++++++ --- /var/tmp/diff_new_pack.VoJ0n8/_old 2022-05-12 22:57:40.332580250 +0200 +++ /var/tmp/diff_new_pack.VoJ0n8/_new 2022-05-12 22:57:40.340580261 +0200 @@ -1,7 +1,7 @@ # # spec file for package libavtp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %define _lto_cflags %{nil} Name: libavtp -Version: 0.1.0+git20200527.9482c11 +Version: 0.2.0 Release: 0 Summary: Audio Video Transport Protocol (AVTP) Support Library License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://github.com/AVnu/libavtp.git -Source: %{name}-%{version}.tar.xz +Source: https://github.com/Avnu/libavtp/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source99: baselibs.conf BuildRequires: meson BuildRequires: pkgconfig @@ -52,7 +52,7 @@ to develop applications that require libavtp. %prep -%setup -q -n %{name}-%{version} +%setup -q %build %meson