Hello community,

here is the log from the commit of package libavtp for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:44:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libavtp (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libavtp.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libavtp"

Wed Feb 19 18:44:55 2020 rev:1 rq:775564 version:0.1

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libavtp.new.26092/libavtp.changes     
2020-02-19 18:44:56.638624996 +0100
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Tue Jan  8 17:45:18 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Fix SRPM group, and update description to avoid redundancies.
+
+-------------------------------------------------------------------
+Mon Dec 17 14:30:18 CET 2018 - [email protected]
+
+- Update to git 2f0b071: fix 32bit builds
+
+-------------------------------------------------------------------
+Mon Dec 10 11:12:17 CET 2018 - [email protected]
+
+- Initial package: git SHA 1936451
+

New:
----
  libavtp-0.1.g2f0b071.tar.xz
  libavtp.changes
  libavtp.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libavtp.spec ++++++
#
# spec file for package libavtp
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%define git_version     %{version}.g2f0b071

Name:           libavtp
Version:        0.1
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}-%{git_version}.tar.xz
BuildRequires:  meson
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(cmocka)

%description
An implementation of Audio Video Transport Protocol (AVTP) as specified
in IEEE 1722-2016.

%package -n libavtp0
Summary:        Audio Video Transport Protocol (AVTP) Support Library
Group:          System/Libraries

%description -n libavtp0
An implementation of Audio Video Transport Protocol (AVTP) as specified
in IEEE 1722-2016.

%package devel
Summary:        Header files for the Audio/Video Transport Protocol support 
library
Group:          Development/Libraries/C and C++
Requires:       libavtp0 = %{version}

%description devel
This package contains all necessary include files and libraries needed
to develop applications that require libavtp.

%prep
%setup -q -n %{name}

%build
%meson
%meson_build

%install
%meson_install

%check
%meson_test

%post -n libavtp0 -p /sbin/ldconfig
%postun -n libavtp0 -p /sbin/ldconfig

%files -n libavtp0
%{_libdir}/libavtp.so.0
%{_libdir}/libavtp.so.0.*

%files devel
%doc README.md
%license LICENSE
%{_includedir}/*.h
%{_libdir}/libavtp.so
%{_libdir}/pkgconfig/avtp.pc

%changelog

Reply via email to