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-10-24 11:13:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lime (Old)
 and      /work/SRC/openSUSE:Factory/.lime.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lime"

Mon Oct 24 11:13:21 2022 rev:16 rq:1030685 version:5.1.64

Changes:
--------
--- /work/SRC/openSUSE:Factory/lime/lime.changes        2022-08-18 
16:49:09.069443662 +0200
+++ /work/SRC/openSUSE:Factory/.lime.new.2275/lime.changes      2022-10-24 
11:13:39.479266828 +0200
@@ -1,0 +2,5 @@
+Mon Oct 17 07:10:13 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 5.1.64 (no changelog).
+
+-------------------------------------------------------------------

Old:
----
  lime-5.1.45.tar.bz2

New:
----
  lime-5.1.64.tar.bz2

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

Other differences:
------------------
++++++ lime.spec ++++++
--- /var/tmp/diff_new_pack.HJXfOs/_old  2022-10-24 11:13:39.947267793 +0200
+++ /var/tmp/diff_new_pack.HJXfOs/_new  2022-10-24 11:13:39.955267810 +0200
@@ -19,7 +19,7 @@
 %define soname  liblime
 %define sover   0
 Name:           lime
-Version:        5.1.45
+Version:        5.1.64
 Release:        0
 Summary:        Instant Message End-to-End Encryption Library
 License:        GPL-3.0-or-later
@@ -36,9 +36,9 @@
 BuildRequires:  soci-devel = 4.0.2
 BuildRequires:  soci-sqlite3-devel = 4.0.2
 %endif
+BuildRequires:  chrpath
 BuildRequires:  pkgconfig(bctoolbox) >= 5.0.0
 BuildRequires:  pkgconfig(belle-sip) >= 5.0.0
-BuildRequires:  chrpath
 
 %description
 LIME is an encryption library for one-to-one and group instant

++++++ lime-5.1.45.tar.bz2 -> lime-5.1.64.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lime-5.1.45/src/lime_localStorage.cpp 
new/lime-5.1.64/src/lime_localStorage.cpp
--- old/lime-5.1.45/src/lime_localStorage.cpp   2021-07-12 14:58:10.000000000 
+0200
+++ new/lime-5.1.64/src/lime_localStorage.cpp   2022-08-31 10:18:23.000000000 
+0200
@@ -738,7 +738,8 @@
                                {
                                        blob CKs(m_localStorage->sql);
                                        CKs.write(0, (char *)(m_CKs.data()), 
m_CKs.size());
-                                       m_localStorage->sql<<"UPDATE 
DR_sessions SET Ns= :Ns, CKs= :CKs, Status = :active_status WHERE sessionId = 
:sessionId;", use(m_Ns), use(CKs), use((m_active_status==true)?0x01:0x00), 
use(m_dbSessionId);
+                                       int status = 
(m_active_status==true)?0x01:0x00;
+                                       m_localStorage->sql<<"UPDATE 
DR_sessions SET Ns= :Ns, CKs= :CKs, Status = :active_status WHERE sessionId = 
:sessionId;", use(m_Ns), use(CKs), use(status), use(m_dbSessionId);
                                }
                                        break;
                                case DRSessionDbStatus::clean: // Session is 
clean? So why have we been called?

Reply via email to