Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lime for openSUSE:Factory checked in at 2023-04-07 18:17:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lime (Old) and /work/SRC/openSUSE:Factory/.lime.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lime" Fri Apr 7 18:17:18 2023 rev:21 rq:1077858 version:5.2.49 Changes: -------- --- /work/SRC/openSUSE:Factory/lime/lime.changes 2023-03-28 17:50:56.727432298 +0200 +++ /work/SRC/openSUSE:Factory/.lime.new.19717/lime.changes 2023-04-07 18:17:26.980933718 +0200 @@ -1,0 +2,6 @@ +Fri Apr 7 09:10:54 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to version 5.2.49 (no changelog). +- Add set_current_version.patch. + +------------------------------------------------------------------- Old: ---- lime-5.2.30.tar.bz2 New: ---- lime-5.2.49.tar.bz2 set_current_version.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lime.spec ++++++ --- /var/tmp/diff_new_pack.Zr2cgP/_old 2023-04-07 18:17:27.584937215 +0200 +++ /var/tmp/diff_new_pack.Zr2cgP/_new 2023-04-07 18:17:27.588937238 +0200 @@ -19,7 +19,7 @@ %define soname liblime %define sover 0 Name: lime -Version: 5.2.30 +Version: 5.2.49 Release: 0 Summary: Instant Message End-to-End Encryption Library License: GPL-3.0-or-later @@ -27,6 +27,7 @@ URL: https://linphone.org/technical-corner/lime/ Source: https://gitlab.linphone.org/BC/public/lime/-/archive/%{version}/%{name}-%{version}.tar.bz2 Patch0: add-cstdint.patch +Patch1: set_current_version.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -38,8 +39,8 @@ BuildRequires: soci-sqlite3-devel = 4.0.2 %endif BuildRequires: chrpath -BuildRequires: pkgconfig(bctoolbox) >= 5.2.0 -BuildRequires: pkgconfig(belle-sip) >= 5.2.0 +BuildRequires: pkgconfig(bctoolbox) >= %{version} +BuildRequires: pkgconfig(belle-sip) >= %{version} %description LIME is an encryption library for one-to-one and group instant ++++++ lime-5.2.30.tar.bz2 -> lime-5.2.49.tar.bz2 ++++++ ++++++ set_current_version.patch ++++++ --- lime-5.2.49/CMakeLists.txt.orig 2023-04-07 11:19:32.690592153 +0200 +++ lime-5.2.49/CMakeLists.txt 2023-04-07 11:19:38.978623804 +0200 @@ -57,7 +57,7 @@ set (LANGUAGES_LIST ${LANGUAGES_LIST} Java) endif() -project(lime VERSION 5.2.0 LANGUAGES ${LANGUAGES_LIST}) +project(lime VERSION 5.2.49 LANGUAGES ${LANGUAGES_LIST}) set(LIME_SO_VERSION "0") set(LIME_VERSION ${PROJECT_VERSION})