Hello community, here is the log from the commit of package ortp for openSUSE:Factory checked in at 2015-03-18 13:01:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-08-20 17:53:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ortp.new/ortp.changes 2015-03-18 13:01:50.000000000 +0100 @@ -1,0 +2,8 @@ +Sun Mar 15 16:35:32 UTC 2015 - [email protected] + +- Update to 0.24.0: + * RTCP send algorithm as describe in RFC3550. + * RTCP XR (RFC3611). + * RTCP send algorithm as describe in RFC4585: AVPF streams. + +------------------------------------------------------------------- Old: ---- ortp-0.23.0.tar.gz New: ---- ortp-0.24.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ortp.spec ++++++ --- /var/tmp/diff_new_pack.9UdPzG/_old 2015-03-18 13:01:51.000000000 +0100 +++ /var/tmp/diff_new_pack.9UdPzG/_new 2015-03-18 13:01:51.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package ortp # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Mariusz Fik <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -17,46 +17,43 @@ # -%define soname libortp9 - +%define lname libortp9 Name: ortp -Version: 0.23.0 +Version: 0.24.0 Release: 0 Summary: Real-time Transport Protocol Stack License: LGPL-2.1+ Group: System/Libraries -Url: http://www.linphone.org/eng/documentation/dev/ortp.html +Url: http://linphone.org/eng/documentation/dev/ortp.html Source: http://download.savannah.gnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: make -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build %description oRTP is a LGPL licensed C library implementing the RTP protocol -(rfc1889). It is available for most unix clones (primilarly Linux and -HP-UX), and Microsoft Windows. +(rfc1889). -%package -n %{soname} +%package -n %{lname} Summary: Real-time Transport Protocol Stack Group: System/Libraries -%description -n %{soname} +%description -n %{lname} oRTP is a LGPL licensed C library implementing the RTP protocol -(rfc1889). It is available for most unix clones (primilarly Linux and -HP-UX), and Microsoft Windows. +(rfc1889). %package devel Summary: Headers, libraries and docs for the oRTP library Group: Development/Libraries/C and C++ -Requires: %{soname} = %{version} +Requires: %{lname} = %{version} +Provides: libortp-devel = %{version} Obsoletes: libortp-devel < %{version} %description devel oRTP is a LGPL licensed C library implementing the RTP protocol -(rfc1889). It is available for most unix clones (primilarly Linux and -HP-UX), and Microsoft Windows. +(rfc1889). This package contains header files and development libraries needed to develop programs using the oRTP library. @@ -66,32 +63,29 @@ %build %configure \ - --disable-static \ - %ifarch x86_64 +%if %{?_lib} == lib64 --enable-mode64bit \ - %endif - --with-pic - -make %{?_smp_flags} +%endif + --disable-static +make %{?_smp_mflags} %install -%makeinstall +%make_install +find %{buildroot} -type f -name "*.la" -delete -print -%post -n %{soname} -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig -%postun -n %{soname} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig -%files -n %{soname} -%defattr(-,root,root,-) +%files -n %{lname} +%defattr(-,root,root) %{_libdir}/*.so.9* %files devel -%defattr(-,root,root,-) +%defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO +%{_includedir}/ortp/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc -%dir %{_includedir}/ortp -%{_includedir}/ortp/*.h -%exclude %{_libdir}/*.la %changelog ++++++ ortp-0.23.0.tar.gz -> ortp-0.24.0.tar.gz ++++++ ++++ 49832 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
