Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mediastreamer2 for openSUSE:Factory checked in at 2023-04-07 18:17:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mediastreamer2 (Old) and /work/SRC/openSUSE:Factory/.mediastreamer2.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mediastreamer2" Fri Apr 7 18:17:18 2023 rev:63 rq:1077859 version:5.2.49 Changes: -------- --- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes 2023-03-08 14:53:49.443084928 +0100 +++ /work/SRC/openSUSE:Factory/.mediastreamer2.new.19717/mediastreamer2.changes 2023-04-07 18:17:28.492942473 +0200 @@ -1,0 +2,6 @@ +Fri Apr 7 09:22:09 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 5.2.49 (no changelog). +- Add set_current_version.patch. + +------------------------------------------------------------------- Old: ---- mediastreamer2-5.2.30.tar.bz2 New: ---- mediastreamer2-5.2.49.tar.bz2 set_current_version.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mediastreamer2.spec ++++++ --- /var/tmp/diff_new_pack.7vj4M5/_old 2023-04-07 18:17:29.384947637 +0200 +++ /var/tmp/diff_new_pack.7vj4M5/_new 2023-04-07 18:17:29.388947661 +0200 @@ -18,10 +18,9 @@ %define sobase libmediastreamer %define sover 11 -%define docuver 5.2.0 Name: mediastreamer2 -Version: 5.2.30 +Version: 5.2.49 Release: 0 Summary: Audio/Video real-time streaming License: AGPL-3.0-or-later @@ -31,6 +30,7 @@ Patch0: mediastreamer2-fix-pkgconfig.patch Patch1: fix-srtp2-linphone.patch Patch2: fix-build-ffmpeg5.patch +Patch3: set_current_version.patch BuildRequires: bcmatroska2-devel >= 0.23 BuildRequires: broadvoice16-devel BuildRequires: cmake @@ -61,13 +61,13 @@ %endif BuildRequires: vim BuildRequires: pkgconfig(alsa) -BuildRequires: pkgconfig(bctoolbox) >= 5.2.30 +BuildRequires: pkgconfig(bctoolbox) >= %{version} BuildRequires: pkgconfig(libbcg729) -BuildRequires: pkgconfig(libbzrtp) >= 5.2.30 +BuildRequires: pkgconfig(libbzrtp) >= %{version} BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libupnp) BuildRequires: pkgconfig(opus) -BuildRequires: pkgconfig(ortp) >= 5.2.30 +BuildRequires: pkgconfig(ortp) >= %{version} BuildRequires: pkgconfig(speex) BuildRequires: pkgconfig(speexdsp) BuildRequires: pkgconfig(theora) @@ -131,6 +131,7 @@ if pkg-config --atleast-version 59.37.100 libavcodec; then %patch2 -p1 fi +%patch3 -p1 %build export CFLAGS="%(echo %{optflags}) -fcommon -Wno-implicit-function-declaration" @@ -148,7 +149,7 @@ %cmake_install mkdir -p %{buildroot}%{_docdir}/%{name}/ -mv -T %{buildroot}%{_datadir}/doc/%{name}-%{docuver}/ \ +mv -T %{buildroot}%{_datadir}/doc/%{name}-%{version}/ \ %{buildroot}%{_docdir}/%{name}/ chrpath -d %{buildroot}%{_bindir}/mediastream %{buildroot}%{_bindir}/mkvstream %{buildroot}%{_bindir}/mediastreamer2_tester ++++++ mediastreamer2-5.2.30.tar.bz2 -> mediastreamer2-5.2.49.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2-5.2.30.tar.bz2 /work/SRC/openSUSE:Factory/.mediastreamer2.new.19717/mediastreamer2-5.2.49.tar.bz2 differ: char 11, line 1 ++++++ set_current_version.patch ++++++ --- mediastreamer2-5.2.49/CMakeLists.txt.orig 2023-04-07 11:21:45.535261082 +0200 +++ mediastreamer2-5.2.49/CMakeLists.txt 2023-04-07 11:21:50.571286441 +0200 @@ -29,7 +29,7 @@ cmake_policy(SET CMP0077 NEW) endif() -project(mediastreamer2 VERSION 5.2.0 LANGUAGES C CXX) +project(mediastreamer2 VERSION 5.2.49 LANGUAGES C CXX) if(WIN32) if( NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")