Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bctoolbox for openSUSE:Factory 
checked in at 2022-01-19 00:35:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bctoolbox (Old)
 and      /work/SRC/openSUSE:Factory/.bctoolbox.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bctoolbox"

Wed Jan 19 00:35:15 2022 rev:29 rq:947165 version:5.0.66

Changes:
--------
--- /work/SRC/openSUSE:Factory/bctoolbox/bctoolbox.changes      2021-11-28 
21:31:00.737902754 +0100
+++ /work/SRC/openSUSE:Factory/.bctoolbox.new.1892/bctoolbox.changes    
2022-01-19 00:35:40.494311021 +0100
@@ -1,0 +2,6 @@
+Tue Jan 18 08:41:39 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to version 5.0.66:
+  * no changelog
+
+-------------------------------------------------------------------

Old:
----
  bctoolbox-5.0.53.tar.bz2

New:
----
  bctoolbox-5.0.66.tar.bz2

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

Other differences:
------------------
++++++ bctoolbox.spec ++++++
--- /var/tmp/diff_new_pack.Ic4x4p/_old  2022-01-19 00:35:41.726311901 +0100
+++ /var/tmp/diff_new_pack.Ic4x4p/_new  2022-01-19 00:35:41.726311901 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bctoolbox
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define sover   1
 Name:           bctoolbox
-Version:        5.0.53
+Version:        5.0.66
 Release:        0
 Summary:        Utility library for software from Belledonne Communications
 License:        GPL-2.0-or-later

++++++ bctoolbox-5.0.53.tar.bz2 -> bctoolbox-5.0.66.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-5.0.53/CMakeLists.txt 
new/bctoolbox-5.0.66/CMakeLists.txt
--- old/bctoolbox-5.0.53/CMakeLists.txt 2021-09-24 17:05:38.000000000 +0200
+++ new/bctoolbox-5.0.66/CMakeLists.txt 2021-10-08 16:54:28.000000000 +0200
@@ -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.2)
+
+# 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(bctoolbox VERSION 5.0.0)
 

Reply via email to