Hello community, here is the log from the commit of package ortp for openSUSE:Factory checked in at 2015-11-18 22:32:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ortp (Old) and /work/SRC/openSUSE:Factory/.ortp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ortp" Changes: -------- --- /work/SRC/openSUSE:Factory/ortp/ortp.changes 2015-08-25 07:18:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ortp.new/ortp.changes 2015-11-18 22:32:01.000000000 +0100 @@ -1,0 +2,8 @@ +Fri Nov 6 19:00:45 UTC 2015 - [email protected] + +- Update to 0.25.0: + * Support AVPF generic NACK. + * Add payload types for RTT (Real-Time Text) and Codec2. + * Bug fixes. + +------------------------------------------------------------------- Old: ---- ortp-0.24.2.tar.gz New: ---- ortp-0.25.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ortp.spec ++++++ --- /var/tmp/diff_new_pack.Z7EoZV/_old 2015-11-18 22:32:02.000000000 +0100 +++ /var/tmp/diff_new_pack.Z7EoZV/_new 2015-11-18 22:32:02.000000000 +0100 @@ -17,16 +17,17 @@ # -%define lname libortp9 +%define soname libortp +%define sover 10 Name: ortp -Version: 0.24.2 +Version: 0.25.0 Release: 0 Summary: Real-time Transport Protocol Stack License: LGPL-2.1+ Group: System/Libraries Url: http://linphone.org/eng/documentation/dev/ortp.html Source: http://download.savannah.gnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz -Source99: baselibs.conf +Source1: baselibs.conf BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: make @@ -37,20 +38,20 @@ oRTP is a LGPL licensed C library implementing the RTP protocol (rfc1889). -%package -n %{lname} +%package -n %{soname}%{sover} Summary: Real-time Transport Protocol Stack Group: System/Libraries -%description -n %{lname} +%description -n %{soname}%{sover} oRTP is a LGPL licensed C library implementing the RTP protocol (rfc1889). %package devel Summary: Headers, libraries and docs for the oRTP library Group: Development/Libraries/C and C++ -Requires: %{lname} = %{version} -Provides: libortp-devel = %{version} -Obsoletes: libortp-devel < %{version} +Requires: %{soname}%{sover} = %{version} +Provides: %{soname}-devel = %{version} +Obsoletes: %{soname}-devel < %{version} %description devel oRTP is a LGPL licensed C library implementing the RTP protocol @@ -74,19 +75,19 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n %{lname} -p /sbin/ldconfig +%post -n %{soname}%{sover} -p /sbin/ldconfig -%postun -n %{lname} -p /sbin/ldconfig +%postun -n %{soname}%{sover} -p /sbin/ldconfig -%files -n %{lname} +%files -n %{soname}%{sover} %defattr(-,root,root) -%{_libdir}/*.so.9* +%{_libdir}/%{soname}.so.%{sover}* %files devel %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO -%{_includedir}/ortp/ -%{_libdir}/*.so +%{_includedir}/%{name}/ +%{_libdir}/%{soname}.so %{_libdir}/pkgconfig/*.pc %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.Z7EoZV/_old 2015-11-18 22:32:02.000000000 +0100 +++ /var/tmp/diff_new_pack.Z7EoZV/_new 2015-11-18 22:32:02.000000000 +0100 @@ -1 +1 @@ -libortp9 +libortp10 ++++++ ortp-0.24.2.tar.gz -> ortp-0.25.0.tar.gz ++++++ ++++ 2549 lines of diff (skipped)
