Hello community, here is the log from the commit of package ortp for openSUSE:Factory checked in at 2017-06-28 10:34:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ortp (Old) and /work/SRC/openSUSE:Factory/.ortp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ortp" Wed Jun 28 10:34:50 2017 rev:11 rq:501065 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ortp/ortp.changes 2016-09-30 15:23:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ortp.new/ortp.changes 2017-06-28 10:34:52.603343002 +0200 @@ -1,0 +2,13 @@ +Sun Jun 4 22:03:12 UTC 2017 - [email protected] + +- Disable -Werror. + +------------------------------------------------------------------- +Wed May 17 15:00:49 UTC 2017 - [email protected] + +- Update to version 1.0.1 (changes since 0.27.0): + * oRTP licence is changed to be GPLv2+. + * Add a new adaptive jitter buffer algorithm. + * Minor enhancements and bugfixes. + +------------------------------------------------------------------- Old: ---- ortp-0.27.0.tar.gz New: ---- ortp-1.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ortp.spec ++++++ --- /var/tmp/diff_new_pack.IRcWSS/_old 2017-06-28 10:34:53.339238891 +0200 +++ /var/tmp/diff_new_pack.IRcWSS/_new 2017-06-28 10:34:53.339238891 +0200 @@ -1,7 +1,7 @@ # # spec file for package ortp # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Mariusz Fik <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -18,21 +18,20 @@ %define soname libortp -%define sover 12 +%define sover 13 Name: ortp -Version: 0.27.0 +Version: 1.0.1 Release: 0 Summary: Real-time Transport Protocol Stack -License: LGPL-2.1+ +License: GPL-2.0+ Group: Productivity/Telephony/Utilities -Url: http://linphone.org/eng/documentation/dev/ortp.html -Source: https://github.com/BelledonneCommunications/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source4: baselibs.conf +Url: https://linphone.org/technical-corner/ortp/overview +Source: https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz +Source99: baselibs.conf BuildRequires: cmake >= 3.0 BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: pkgconfig(bctoolbox) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(bctoolbox) >= 0.5.0 %description oRTP is a LGPL licensed C library implementing the RTP protocol @@ -66,16 +65,18 @@ %build %cmake \ - -DENABLE_TESTS=yes \ - -DENABLE_STATIC=no \ + -DENABLE_TESTS=ON \ + -DENABLE_STATIC=OFF \ + -DENABLE_STRICT=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %cmake_install sed -i "s|%{_prefix}/lib|%{_libdir}|g" %{buildroot}%{_libdir}/pkgconfig/%{name}.pc %post -n %{soname}%{sover} -p /sbin/ldconfig + %postun -n %{soname}%{sover} -p /sbin/ldconfig %files @@ -96,7 +97,7 @@ %files devel %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README TODO +%doc AUTHORS COPYING NEWS README.md %{_datadir}/oRTP/ %{_includedir}/%{name}/ %{_libdir}/%{soname}.so ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.IRcWSS/_old 2017-06-28 10:34:53.379233233 +0200 +++ /var/tmp/diff_new_pack.IRcWSS/_new 2017-06-28 10:34:53.379233233 +0200 @@ -1 +1 @@ -libortp12 +libortp13 ++++++ ortp-0.27.0.tar.gz -> ortp-1.0.1.tar.gz ++++++ ++++ 9427 lines of diff (skipped)
