Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ortp for openSUSE:Factory checked in at 2022-08-18 16:48:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ortp (Old) and /work/SRC/openSUSE:Factory/.ortp.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ortp" Thu Aug 18 16:48:56 2022 rev:40 rq:997465 version:5.1.45 Changes: -------- --- /work/SRC/openSUSE:Factory/ortp/ortp.changes 2022-07-08 14:03:20.634546764 +0200 +++ /work/SRC/openSUSE:Factory/.ortp.new.2083/ortp.changes 2022-08-18 16:49:08.325441929 +0200 @@ -1,0 +2,5 @@ +Sun Aug 14 12:21:42 UTC 2022 - th...@gmx.de + +- Remove RPATH to be able to build on Fedora + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ortp.spec ++++++ --- /var/tmp/diff_new_pack.MfKIsZ/_old 2022-08-18 16:49:08.845443140 +0200 +++ /var/tmp/diff_new_pack.MfKIsZ/_new 2022-08-18 16:49:08.849443149 +0200 @@ -30,6 +30,7 @@ Source99: baselibs.conf # PATCH-FIX-OPENSUSE deps.diff Patch0: deps.diff +BuildRequires: chrpath BuildRequires: cmake >= 3.0 BuildRequires: doxygen BuildRequires: gcc-c++ @@ -78,6 +79,8 @@ # for some reason, pkgconfig file contains wrong libdir sed -i "s,-L/usr/lib,-L%{_libdir}," %{buildroot}/%{_libdir}/pkgconfig/%{name}.pc +chrpath -d %{buildroot}%{_libdir}/%{soname}.so.%{sover}* + %post -n %{soname}%{sover} -p /sbin/ldconfig %postun -n %{soname}%{sover} -p /sbin/ldconfig