Hello community, here is the log from the commit of package ortp for openSUSE:Factory checked in at 2013-07-02 12:26:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ortp (Old) and /work/SRC/openSUSE:Factory/.ortp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ortp" Changes: -------- New Changes file: --- /dev/null 2013-07-02 09:26:14.908030755 +0200 +++ /work/SRC/openSUSE:Factory/.ortp.new/ortp.changes 2013-07-02 12:26:41.000000000 +0200 @@ -0,0 +1,45 @@ +------------------------------------------------------------------- +Wed Jun 26 08:51:13 UTC 2013 - [email protected] + +- ortp-devel obsoletes libortp-devel now. + +------------------------------------------------------------------- +Fri Jun 21 10:06:08 UTC 2013 - [email protected] + +- Update to 0.22.0: + * network simulator improvements for simulating random lost packets + * srtp initialization bugfix +- Source package renamed to ortp. + +------------------------------------------------------------------- +Wed Oct 10 19:44:44 UTC 2012 - [email protected] + +- update to 0.20.0 + - fix an issue on video call with ZRTP + - ZRTP media encryption + - SRTP media encryption + - RTCP support fixes + - add rtp_session_get_round_trip_propagation() + - optimisations in session-set intersection computation + - workaround fix for some versions of uclibc + +------------------------------------------------------------------- +Tue Jan 31 11:23:07 UTC 2012 - [email protected] + +- Remove redundant tags/sections per specfile guideline suggestions + +------------------------------------------------------------------- +Sun Nov 7 09:35:41 UTC 2010 - [email protected] + +- fix Group tags + +------------------------------------------------------------------- +Sun Jul 18 09:51:36 UTC 2010 - [email protected] + +- create ortp8 package (0.16.3) from ortp5 (0.13.1) + +------------------------------------------------------------------- +Fri Dec 21 03:14:04 CET 2007 - [email protected] + +- initial package version, required for linphone + New: ---- ortp-0.22.0.tar.gz ortp.changes ortp.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ortp.spec ++++++ # # spec file for package ortp # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 Mariusz Fik <[email protected]>. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define soname libortp9 Name: ortp Version: 0.22.0 Release: 0 License: LGPL-2.1+ Summary: Real-time Transport Protocol Stack Url: http://www.linphone.org/eng/documentation/dev/ortp.html Group: System/Libraries Source: http://download.savannah.gnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: make BuildRequires: pkgconfig 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. %package -n %{soname} Summary: Real-time Transport Protocol Stack Group: System/Libraries %description -n %{soname} 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. %package devel Summary: Headers, libraries and docs for the oRTP library Group: Development/Libraries/C and C++ Requires: %{soname} = %{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. This package contains header files and development libraries needed to develop programs using the oRTP library. %prep %setup -q %build %configure \ --enable-gtk-doc=no \ --disable-static \ --with-pic make %{?_smp_flags} %install %makeinstall %post -n %{soname} -p /sbin/ldconfig %postun -n %{soname} -p /sbin/ldconfig %files -n %{soname} %defattr(-,root,root,-) %{_libdir}/*.so.9* %files devel %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %dir %{_includedir}/ortp %{_includedir}/ortp/*.h %exclude %{_libdir}/*.la %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
