Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package belle-sip for openSUSE:Factory checked in at 2022-01-19 00:35:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/belle-sip (Old) and /work/SRC/openSUSE:Factory/.belle-sip.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "belle-sip" Wed Jan 19 00:35:24 2022 rev:23 rq:947218 version:5.0.66 Changes: -------- --- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes 2021-11-28 21:31:02.185898121 +0100 +++ /work/SRC/openSUSE:Factory/.belle-sip.new.1892/belle-sip.changes 2022-01-19 00:35:55.758321920 +0100 @@ -1,0 +2,6 @@ +Tue Jan 18 08:45:33 UTC 2022 - Paolo Stivanin <[email protected]> + +- Update to version 5.0.66: + * no changelog + +------------------------------------------------------------------- Old: ---- belle-sip-5.0.53.tar.bz2 New: ---- belle-sip-5.0.66.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ belle-sip.spec ++++++ --- /var/tmp/diff_new_pack.CBkTIW/_old 2022-01-19 00:35:56.346322340 +0100 +++ /var/tmp/diff_new_pack.CBkTIW/_new 2022-01-19 00:35:56.350322342 +0100 @@ -1,7 +1,7 @@ # # spec file for package belle-sip # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2014 Mariusz Fik <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %define soname libbellesip %define sover 1 Name: belle-sip -Version: 5.0.53 +Version: 5.0.66 Release: 0 Summary: C object-oriented SIP Stack License: GPL-2.0-or-later ++++++ belle-sip-5.0.53.tar.bz2 -> belle-sip-5.0.66.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/belle-sip-5.0.53/CMakeLists.txt new/belle-sip-5.0.66/CMakeLists.txt --- old/belle-sip-5.0.53/CMakeLists.txt 2021-11-11 00:42:01.000000000 +0100 +++ new/belle-sip-5.0.66/CMakeLists.txt 2021-12-14 09:08:31.000000000 +0100 @@ -20,9 +20,13 @@ ############################################################################ -# CMake 3.13 required for new Flexisip build process. -# See [CMP077](https://cmake.org/cmake/help/v3.13/policy/CMP0077.html). -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.1) + +# CMP0077 policy is required by Flexisip build. Remove it once the CMake required +# version is higer or equal to 3.13. +if(NOT CMAKE_VERSION VERSION_LESS 3.13) + cmake_policy(SET CMP0077 NEW) +endif() project(belle-sip VERSION 5.0.0 LANGUAGES C CXX)
