Hello community, here is the log from the commit of package libavtp for openSUSE:Factory checked in at 2019-01-11 14:04:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libavtp (Old) and /work/SRC/openSUSE:Factory/.libavtp.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libavtp" Fri Jan 11 14:04:26 2019 rev:2 rq:663807 version:0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libavtp/libavtp.changes 2019-01-03 18:09:13.804001690 +0100 +++ /work/SRC/openSUSE:Factory/.libavtp.new.28833/libavtp.changes 2019-01-11 14:04:43.495846185 +0100 @@ -1,0 +2,5 @@ +Tue Jan 8 17:45:18 UTC 2019 - Jan Engelhardt <[email protected]> + +- Fix SRPM group, and update description to avoid redundancies. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libavtp.spec ++++++ --- /var/tmp/diff_new_pack.8HHPEQ/_old 2019-01-11 14:04:43.947845730 +0100 +++ /var/tmp/diff_new_pack.8HHPEQ/_new 2019-01-11 14:04:43.947845730 +0100 @@ -1,7 +1,7 @@ # # spec file for package libavtp # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,9 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define git_version %{version}.g2f0b071 Name: libavtp @@ -22,7 +23,7 @@ Release: 0 Summary: Audio Video Transport Protocol (AVTP) Support Library License: BSD-3-Clause -Group: System/Libraries +Group: Development/Libraries/C and C++ URL: https://github.com/AVnu/libavtp.git Source: %{name}-%{git_version}.tar.xz BuildRequires: meson @@ -30,20 +31,19 @@ BuildRequires: pkgconfig(cmocka) %description -Open source implementation of Audio Video Transport Protocol (AVTP) specified -in IEEE 1722-2016 spec. +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 -License: BSD-3-Clause Group: System/Libraries %description -n libavtp0 -Open source implementation of Audio Video Transport Protocol (AVTP) specified -in IEEE 1722-2016 spec. +An implementation of Audio Video Transport Protocol (AVTP) as specified +in IEEE 1722-2016. %package devel -Summary: Include Files and Libraries mandatory for Development +Summary: Header files for the Audio/Video Transport Protocol support library Group: Development/Libraries/C and C++ Requires: libavtp0 = %{version}
