Hello community, here is the log from the commit of package ortp for openSUSE:Factory checked in at 2020-03-06 21:23:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ortp (Old) and /work/SRC/openSUSE:Factory/.ortp.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ortp" Fri Mar 6 21:23:47 2020 rev:14 rq:781176 version:4.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ortp/ortp.changes 2017-08-29 11:38:34.782810625 +0200 +++ /work/SRC/openSUSE:Factory/.ortp.new.26092/ortp.changes 2020-03-06 21:23:52.261435286 +0100 @@ -1,0 +2,6 @@ +Tue Mar 3 09:48:28 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to 4.3.1 (no changelog) +- Add fix-cmakelists.patch file until upstream PR is merged + +------------------------------------------------------------------- Old: ---- ortp-1.0.2.tar.gz New: ---- fix-cmakelists.patch ortp-4.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ortp.spec ++++++ --- /var/tmp/diff_new_pack.Q6yjEE/_old 2020-03-06 21:23:53.133435769 +0100 +++ /var/tmp/diff_new_pack.Q6yjEE/_new 2020-03-06 21:23:53.149435778 +0100 @@ -1,7 +1,7 @@ # # spec file for package ortp # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2014 Mariusz Fik <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -13,28 +13,30 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define soname libortp -%define sover 13 +%define sover 14 +%define docver 4.3 Name: ortp -Version: 1.0.2 +Version: 4.3.2 Release: 0 Summary: Real-time Transport Protocol Stack -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Telephony/Utilities -Url: https://linphone.org/technical-corner/ortp/overview -Source: https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz +URL: https://linphone.org/technical-corner/ortp/ +Source: https://github.com/BelledonneCommunications/ortp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source99: baselibs.conf # PATCH-FIX-OPENSUSE deps.diff Patch0: deps.diff +Patch1: fix-cmakelists.patch BuildRequires: cmake >= 3.0 BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: pkgconfig(bctoolbox) >= 0.6.0 +BuildRequires: pkgconfig(bctoolbox) >= 4.3.0 %description oRTP is a LGPL licensed C library implementing the RTP protocol @@ -64,47 +66,37 @@ develop programs using the oRTP library. %prep -%setup -q -n %{name}-%{version}-0 +%setup -q -n %{name}-%{version} %patch0 -p1 +%patch1 -p1 %build -%cmake \ - -DENABLE_TESTS=ON \ - -DENABLE_STATIC=OFF \ - -DENABLE_STRICT=OFF -make %{?_smp_mflags} V=1 +%cmake -DENABLE_STATIC=OFF +make %{?_smp_mflags} %install %cmake_install mkdir -p %{buildroot}%{_docdir}/%{name}/ -mv -T %{buildroot}%{_datadir}/doc/%{name}-%{version}/ \ +mv -T %{buildroot}%{_datadir}/doc/%{name}-%{docver}/ \ %{buildroot}%{_docdir}/%{name}/ -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 %doc %{_docdir}/%{name}/ -%{_bindir}/mrtprecv -%{_bindir}/mrtpsend -%{_bindir}/rtprecv -%{_bindir}/rtpsend -%{_bindir}/rtpsend_stupid -%{_bindir}/test_timer -%{_bindir}/tevrtprecv -%{_bindir}/tevrtpsend +%license %{_docdir}/%{name}/LICENSE.txt %files -n %{soname}%{sover} %{_libdir}/%{soname}.so.%{sover}* %files devel +%dir %{_libdir}/cmake/ortp %{_includedir}/%{name}/ %{_libdir}/%{soname}.so -%{_datadir}/oRTP/ %{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/cmake/ortp/* %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.Q6yjEE/_old 2020-03-06 21:23:53.245435831 +0100 +++ /var/tmp/diff_new_pack.Q6yjEE/_new 2020-03-06 21:23:53.253435835 +0100 @@ -1 +1 @@ -libortp13 +libortp14 ++++++ fix-cmakelists.patch ++++++ --- a/CMakeLists.txt.orig 2020-03-03 10:41:54.921061882 +0100 +++ b/CMakeLists.txt 2020-03-03 10:42:22.933104452 +0100 @@ -29,7 +29,7 @@ set(ORTP_MICRO_VERSION ${PROJECT_VERSION_PATCH}) set(ORTP_VERSION ${PROJECT_VERSION}) set(ORTP_SO_VERSION "14") # incremented on September 17, 2019 -set(ORTP_DOC_VERSION "${ORTP_VERSION_MAJOR}.${ORTP_VERSION_MINOR}") +set(ORTP_DOC_VERSION "${ORTP_MAJOR_VERSION}.${ORTP_MINOR_VERSION}") option(ENABLE_SHARED "Build shared library." YES) @@ -177,7 +177,7 @@ ) add_custom_target(ortp-html-doc ALL DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/doc/html/index.html") install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/doc/html" - DESTINATION "${CMAKE_INSTALL_DATADIR}/doc/ortp-${ORTP_VERSION}") + DESTINATION "${CMAKE_INSTALL_DATADIR}/doc/ortp-${ORTP_DOC_VERSION}") endif() endif() ++++++ ortp-1.0.2.tar.gz -> ortp-4.3.2.tar.gz ++++++ ++++ 7181 lines of diff (skipped)
