Hello community, here is the log from the commit of package yate for openSUSE:Factory checked in at 2018-02-27 17:00:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yate (Old) and /work/SRC/openSUSE:Factory/.yate.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yate" Tue Feb 27 17:00:20 2018 rev:30 rq:580570 version:6.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yate/yate.changes 2018-01-10 23:34:44.101242382 +0100 +++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes 2018-02-27 17:00:44.741998282 +0100 @@ -1,0 +2,5 @@ +Mon Feb 26 11:08:10 UTC 2018 - [email protected] + +- Build with support for sctp + +------------------------------------------------------------------- @@ -4 +9 @@ -- Implement shareed library packaging guideline. +- Implement shared library packaging guideline. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yate.spec ++++++ --- /var/tmp/diff_new_pack.nVGDaF/_old 2018-02-27 17:00:46.461936139 +0100 +++ /var/tmp/diff_new_pack.nVGDaF/_new 2018-02-27 17:00:46.461936139 +0100 @@ -22,7 +22,7 @@ Version: 6.0.0 Release: 0 Summary: Yet Another Telephony Engine -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Telephony/Clients Url: http://www.yate.null.ro/ Source0: http://yate.null.ro/tarballs/yate6/yate-%{version}-1.tar.gz @@ -35,6 +35,7 @@ BuildRequires: gcc-c++ BuildRequires: libgsm-devel BuildRequires: libqt4-devel +BuildRequires: lksctp-tools-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(alsa) @@ -53,7 +54,7 @@ %package -n libyate6 Summary: Shared libraries for Yate -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Libraries %description -n libyate6 @@ -63,7 +64,7 @@ %package devel Summary: Development package for Yate -License: GPL-2.0 +License: GPL-2.0-only Group: Development/Libraries/C and C++ Requires: libyate6 = %{version} @@ -73,7 +74,7 @@ %package qt4 Summary: Qt4 client package for Yate -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Telephony/Clients Requires: %{name} = %{version} @@ -83,7 +84,7 @@ %package scripts Summary: External scripting package for Yate -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Telephony/Clients Requires: %{name} @@ -92,7 +93,7 @@ %package with-amrnb Summary: Yate with AMRNB codec support -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Telephony/Clients Requires: %{name} = %{version}-%{release} @@ -108,7 +109,8 @@ %build autoreconf -fiv %configure \ - --docdir=%{_docdir} + --docdir=%{_docdir} \ + --enable-sctp make #%%{?_smp_mflags} # Parallel build causes side-effects (compile errors) %install
