Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package belr for openSUSE:Factory checked in at 2022-02-02 22:41:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/belr (Old) and /work/SRC/openSUSE:Factory/.belr.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "belr" Wed Feb 2 22:41:01 2022 rev:14 rq:950583 version:5.0.67 Changes: -------- --- /work/SRC/openSUSE:Factory/belr/belr.changes 2021-11-28 21:31:04.109891967 +0100 +++ /work/SRC/openSUSE:Factory/.belr.new.1898/belr.changes 2022-02-02 22:42:03.455269995 +0100 @@ -1,0 +2,7 @@ +Tue Feb 1 20:45:32 UTC 2022 - Giacomo Comes <[email protected]> - 5.0.67 + +- Update to version 5.0.67: + * no changes +- fix license tag + +------------------------------------------------------------------- Old: ---- belr-5.0.53.tar.bz2 New: ---- belr-5.0.67.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ belr.spec ++++++ --- /var/tmp/diff_new_pack.57Py1z/_old 2022-02-02 22:42:04.047265982 +0100 +++ /var/tmp/diff_new_pack.57Py1z/_new 2022-02-02 22:42:04.055265927 +0100 @@ -1,7 +1,7 @@ # # spec file for package belr # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,10 +19,10 @@ %define soname libbelr %define sover 1 Name: belr -Version: 5.0.53 +Version: 5.0.67 Release: 0 Summary: Language recognition library -License: GPL-3.0-or-later +License: GPL-3.0-only Group: Development/Tools/Other URL: https://linphone.org/ Source: https://gitlab.linphone.org/BC/public/belr/-/archive/%{version}/%{name}-%{version}.tar.bz2 @@ -72,7 +72,6 @@ %cmake_install %post -n %{soname}%{sover} -p /sbin/ldconfig - %postun -n %{soname}%{sover} -p /sbin/ldconfig %files -n %{soname}%{sover} ++++++ belr-5.0.53.tar.bz2 -> belr-5.0.67.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/belr-5.0.53/CMakeLists.txt new/belr-5.0.67/CMakeLists.txt --- old/belr-5.0.53/CMakeLists.txt 2021-09-16 11:45:16.000000000 +0200 +++ new/belr-5.0.67/CMakeLists.txt 2021-10-08 16:54:43.000000000 +0200 @@ -21,9 +21,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(BELR VERSION 5.0.0 LANGUAGES C CXX)
