diff --git a/_service b/_service deleted file mode 100644 index 5aadc7b..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - https://github.com/AVnu/libavtp.git - libavtp - 0.1.0+git%cd.%h - git - - - xz - *.tar - - - - diff --git a/libavtp-0.1.0+git20200527.9482c11.tar.xz b/libavtp-0.1.0+git20200527.9482c11.tar.xz deleted file mode 100644 index 0cbce81..0000000 --- a/libavtp-0.1.0+git20200527.9482c11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24381fa6018c9d8acfda87f8d427ec2b05750c689613d5196d2c1700eff0025e -size 26928 diff --git a/libavtp-0.2.0.tar.gz b/libavtp-0.2.0.tar.gz new file mode 100644 index 0000000..4d1e5e8 --- /dev/null +++ b/libavtp-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631f5e704a1b7c8f953ca017a382ad945e75c2952c81813ff355e9ab8071b70e +size 42214 diff --git a/libavtp.changes b/libavtp.changes index 7e2e7f0..80e93de 100644 --- a/libavtp.changes +++ b/libavtp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon May 9 16:13:27 UTC 2022 - Christophe Giboudeaux + +- 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 + ------------------------------------------------------------------- Fri Oct 23 07:44:00 UTC 2020 - Antonio Larrosa diff --git a/libavtp.spec b/libavtp.spec index 0ec6a10..1444211 100644 --- a/libavtp.spec +++ b/libavtp.spec @@ -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 @@ This package contains all necessary include files and libraries needed to develop applications that require libavtp. %prep -%setup -q -n %{name}-%{version} +%setup -q %build %meson