Hello community, here is the log from the commit of package ortp for openSUSE:Factory checked in at 2017-08-29 11:38:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ortp (Old) and /work/SRC/openSUSE:Factory/.ortp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ortp" Tue Aug 29 11:38:34 2017 rev:13 rq:511962 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ortp/ortp.changes 2017-07-17 09:02:11.407717759 +0200 +++ /work/SRC/openSUSE:Factory/.ortp.new/ortp.changes 2017-08-29 11:38:34.782810625 +0200 @@ -1,0 +2,7 @@ +Thu Jul 20 11:20:31 UTC 2017 - sor.alexei@meowr.ru + +- Update to version 1.0.2: + * Bug fixes. +- Enable documentation installation. + +------------------------------------------------------------------- Old: ---- ortp-1.0.1.tar.gz New: ---- ortp-1.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ortp.spec ++++++ --- /var/tmp/diff_new_pack.utU4B1/_old 2017-08-29 11:38:35.970643735 +0200 +++ /var/tmp/diff_new_pack.utU4B1/_new 2017-08-29 11:38:35.986641487 +0200 @@ -20,7 +20,7 @@ %define soname libortp %define sover 13 Name: ortp -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: Real-time Transport Protocol Stack License: GPL-2.0+ @@ -28,11 +28,13 @@ 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 +# PATCH-FIX-OPENSUSE deps.diff +Patch0: deps.diff BuildRequires: cmake >= 3.0 +BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: pkgconfig(bctoolbox) >= 0.5.0 +BuildRequires: pkgconfig(bctoolbox) >= 0.6.0 %description oRTP is a LGPL licensed C library implementing the RTP protocol @@ -62,19 +64,23 @@ develop programs using the oRTP library. %prep -%setup -q -%patch -P 1 -p1 +%setup -q -n %{name}-%{version}-0 +%patch0 -p1 %build %cmake \ -DENABLE_TESTS=ON \ -DENABLE_STATIC=OFF \ - -DENABLE_STRICT=OFF \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo + -DENABLE_STRICT=OFF make %{?_smp_mflags} V=1 %install %cmake_install + +mkdir -p %{buildroot}%{_docdir}/%{name}/ +mv -T %{buildroot}%{_datadir}/doc/%{name}-%{version}/ \ + %{buildroot}%{_docdir}/%{name}/ + sed -i "s|%{_prefix}/lib|%{_libdir}|g" %{buildroot}%{_libdir}/pkgconfig/%{name}.pc %post -n %{soname}%{sover} -p /sbin/ldconfig @@ -82,8 +88,7 @@ %postun -n %{soname}%{sover} -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING +%doc %{_docdir}/%{name}/ %{_bindir}/mrtprecv %{_bindir}/mrtpsend %{_bindir}/rtprecv @@ -94,15 +99,12 @@ %{_bindir}/tevrtpsend %files -n %{soname}%{sover} -%defattr(-,root,root) %{_libdir}/%{soname}.so.%{sover}* %files devel -%defattr(-,root,root) -%doc AUTHORS COPYING NEWS README.md -%{_datadir}/oRTP/ %{_includedir}/%{name}/ %{_libdir}/%{soname}.so +%{_datadir}/oRTP/ %{_libdir}/pkgconfig/%{name}.pc %changelog ++++++ ortp-1.0.1.tar.gz -> ortp-1.0.2.tar.gz ++++++ ++++ 1997 lines of diff (skipped)