Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lime for openSUSE:Factory checked in at 2022-06-16 18:20:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lime (Old) and /work/SRC/openSUSE:Factory/.lime.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lime" Thu Jun 16 18:20:04 2022 rev:13 rq:982689 version:5.1.32 Changes: -------- --- /work/SRC/openSUSE:Factory/lime/lime.changes 2022-03-31 17:19:28.836736076 +0200 +++ /work/SRC/openSUSE:Factory/.lime.new.1548/lime.changes 2022-06-16 18:20:23.328095036 +0200 @@ -1,0 +2,8 @@ +Wed Jun 8 03:06:10 UTC 2022 - Giacomo Comes <gcomes....@gmail.com> - 5.1.32 + +- Update to version 5.1.32: + * Fix syntax error in Github issue template + * Improve trace +- revert license tag change + +------------------------------------------------------------------- Old: ---- lime-5.0.71.tar.bz2 New: ---- lime-5.1.32.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lime.spec ++++++ --- /var/tmp/diff_new_pack.IyUzro/_old 2022-06-16 18:20:23.808095719 +0200 +++ /var/tmp/diff_new_pack.IyUzro/_new 2022-06-16 18:20:23.812095725 +0200 @@ -19,10 +19,10 @@ %define soname liblime %define sover 0 Name: lime -Version: 5.0.71 +Version: 5.1.32 Release: 0 Summary: Instant Message End-to-End Encryption Library -License: GPL-3.0-only +License: GPL-3.0-or-later Group: Productivity/Networking/Instant Messenger URL: https://linphone.org/technical-corner/lime/ Source: https://gitlab.linphone.org/BC/public/lime/-/archive/%{version}/%{name}-%{version}.tar.bz2 ++++++ lime-5.0.71.tar.bz2 -> lime-5.1.32.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lime-5.0.71/CMakeLists.txt new/lime-5.1.32/CMakeLists.txt --- old/lime-5.0.71/CMakeLists.txt 2021-07-29 14:22:55.000000000 +0200 +++ new/lime-5.1.32/CMakeLists.txt 2021-07-12 14:58:10.000000000 +0200 @@ -47,7 +47,7 @@ set (LANGUAGES_LIST ${LANGUAGES_LIST} Java) endif() -project(lime VERSION 5.0.0 LANGUAGES ${LANGUAGES_LIST}) +project(lime VERSION 5.1.0 LANGUAGES ${LANGUAGES_LIST}) set(LIME_SO_VERSION "0") set(LIME_VERSION ${PROJECT_VERSION})