Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ortp for openSUSE:Factory checked in 
at 2024-03-14 17:44:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ortp (Old)
 and      /work/SRC/openSUSE:Factory/.ortp.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ortp"

Thu Mar 14 17:44:59 2024 rev:51 rq:1157900 version:5.3.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/ortp/ortp.changes        2023-10-15 
19:30:21.947004280 +0200
+++ /work/SRC/openSUSE:Factory/.ortp.new.1905/ortp.changes      2024-03-14 
17:46:33.916706563 +0100
@@ -1,0 +2,10 @@
+Thu Mar  7 06:43:33 UTC 2024 - Paolo Stivanin <[email protected]>
+
+- Update to 5.3.26 (no changelog).
+
+-------------------------------------------------------------------
+Mon Jan 15 08:56:00 UTC 2024 - Paolo Stivanin <[email protected]>
+
+- Update to 5.3.7 (no changelog).
+
+-------------------------------------------------------------------

Old:
----
  ortp-5.2.98.tar.bz2

New:
----
  ortp-5.3.26.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ortp.spec ++++++
--- /var/tmp/diff_new_pack.49Ueks/_old  2024-03-14 17:46:34.904744168 +0100
+++ /var/tmp/diff_new_pack.49Ueks/_new  2024-03-14 17:46:34.904744168 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ortp
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2014 Mariusz Fik <[email protected]>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 %define sover   15
 
 Name:           ortp
-Version:        5.2.98
+Version:        5.3.26
 Release:        0
 Summary:        Real-time Transport Protocol Stack
 License:        AGPL-3.0-or-later
@@ -33,7 +33,7 @@
 Patch0:         deps.diff
 Patch1:         set_current_version.patch
 BuildRequires:  chrpath
-BuildRequires:  cmake >= 3.0
+BuildRequires:  cmake >= 3.22
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz
 BuildRequires:  pkgconfig
@@ -82,22 +82,26 @@
 # for some reason, pkgconfig file contains wrong libdir
 sed -i "s,-L/usr/lib,-L%{_libdir}," 
%{buildroot}/%{_libdir}/pkgconfig/%{name}.pc
 
-chrpath -d %{buildroot}%{_libdir}/%{soname}.so.%{sover}* 
%{buildroot}%{_bindir}/ortp_tester
+chrpath -d %{buildroot}%{_libdir}/%{soname}.so.%{sover}* 
%{buildroot}%{_bindir}/ortp-tester
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files
 %doc %{_docdir}/%{name}/
-%{_bindir}/ortp_tester
+%{_bindir}/ortp-tester
 
 %files -n %{soname}%{sover}
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
-%dir %{_libdir}/cmake/ortp
 %{_includedir}/%{name}/
 %{_libdir}/%{soname}.so
 %{_libdir}/pkgconfig/%{name}.pc
-%{_libdir}/cmake/ortp/*
+%dir %{_datadir}/Ortp
+%dir %{_datadir}/Ortp/cmake
+%{_datadir}/Ortp/cmake/*.cmake
+%dir %{_datadir}/ortp-tester
+%dir %{_datadir}/ortp-tester/raw
+%{_datadir}/ortp-tester/raw/h265-iframe
 

++++++ ortp-5.2.98.tar.bz2 -> ortp-5.3.26.tar.bz2 ++++++
++++ 32979 lines of diff (skipped)

++++++ set_current_version.patch ++++++
--- /var/tmp/diff_new_pack.49Ueks/_old  2024-03-14 17:46:35.152753607 +0100
+++ /var/tmp/diff_new_pack.49Ueks/_new  2024-03-14 17:46:35.156753759 +0100
@@ -1,12 +1,14 @@
---- ortp-5.2.30/CMakeLists.txt.orig    2023-03-08 08:55:48.341136679 +0100
-+++ ortp-5.2.30/CMakeLists.txt 2023-03-08 08:55:51.105151462 +0100
-@@ -28,7 +28,7 @@
-     cmake_policy(SET CMP0077 NEW)
- endif()
+Index: ortp-5.3.7/CMakeLists.txt
+===================================================================
+--- ortp-5.3.7.orig/CMakeLists.txt
++++ ortp-5.3.7/CMakeLists.txt
+@@ -22,7 +22,7 @@
  
--project(oRTP VERSION 5.2.0)
-+project(oRTP VERSION 5.2.98)
+ cmake_minimum_required(VERSION 3.22)
  
+-project(Ortp VERSION 5.3.0)
++project(Ortp VERSION 5.3.26)
  
  
+ set(ORTP_MAJOR_VERSION ${PROJECT_VERSION_MAJOR})
 

Reply via email to