Hello community, here is the log from the commit of package ortp for openSUSE:Factory checked in at 2017-07-17 09:02:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ortp (Old) and /work/SRC/openSUSE:Factory/.ortp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ortp" Mon Jul 17 09:02:10 2017 rev:12 rq:509858 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ortp/ortp.changes 2017-06-28 10:34:52.603343002 +0200 +++ /work/SRC/openSUSE:Factory/.ortp.new/ortp.changes 2017-07-17 09:02:11.407717759 +0200 @@ -1,0 +2,5 @@ +Wed Jul 5 22:13:40 UTC 2017 - [email protected] + +- Add deps.diff to fix the build of ortp users such as libosmo-abis. + +------------------------------------------------------------------- New: ---- deps.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ortp.spec ++++++ --- /var/tmp/diff_new_pack.wNqR9X/_old 2017-07-17 09:02:12.363583157 +0200 +++ /var/tmp/diff_new_pack.wNqR9X/_new 2017-07-17 09:02:12.363583157 +0200 @@ -28,6 +28,7 @@ Url: https://linphone.org/technical-corner/ortp/overview Source: https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz Source99: baselibs.conf +Patch1: deps.diff BuildRequires: cmake >= 3.0 BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -62,6 +63,7 @@ %prep %setup -q +%patch -P 1 -p1 %build %cmake \ ++++++ deps.diff ++++++ From: Jan Engelhardt <[email protected]> Date: 2017-07-06 00:16:45.404844863 +0200 ortp/rtpsession.h includes bctoolbox/list.h, therefore must Require it in some form (pkgconfig / rpm - cohose pkgconfig). --- ortp.pc.in | 1 + 1 file changed, 1 insertion(+) Index: ortp-1.0.1/ortp.pc.in =================================================================== --- ortp-1.0.1.orig/ortp.pc.in +++ ortp-1.0.1/ortp.pc.in @@ -8,3 +8,4 @@ Description: Implement the RFC3550 (RTP) Version: @ORTP_PKGCONFIG_VERSION@ Libs: -L@libdir@ -lortp @ORTPDEPS_LIBS@ Cflags: -I@includedir@ @ORTPDEPS_CFLAGS@ +Requires: bctoolbox
