Dominique Leuenberger 1 year ago committed by Git OBS Bridge
commit c824d1b883

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/AVnu/libavtp.git</param>
<param name="filename">libavtp</param>
<param name="versionformat">0.1.0+git%cd.%h</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled" />
</services>

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24381fa6018c9d8acfda87f8d427ec2b05750c689613d5196d2c1700eff0025e
size 26928

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:631f5e704a1b7c8f953ca017a382ad945e75c2952c81813ff355e9ab8071b70e
size 42214

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 9 16:13:27 UTC 2022 - Christophe Giboudeaux <christophe@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
-------------------------------------------------------------------
Fri Oct 23 07:44:00 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

@ -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

Loading…
Cancel
Save