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-03-28 17:50:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lime (Old)
 and      /work/SRC/openSUSE:Factory/.lime.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lime"

Tue Mar 28 17:50:55 2023 rev:20 rq:1074874 version:5.2.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/lime/lime.changes        2023-03-08 
14:53:45.911065694 +0100
+++ /work/SRC/openSUSE:Factory/.lime.new.31432/lime.changes     2023-03-28 
17:50:56.727432298 +0200
@@ -1,0 +2,5 @@
+Tue Mar 28 06:16:02 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Add add-cstdint.patch.
+
+-------------------------------------------------------------------

New:
----
  add-cstdint.patch

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

Other differences:
------------------
++++++ lime.spec ++++++
--- /var/tmp/diff_new_pack.IHe8eC/_old  2023-03-28 17:50:57.207434614 +0200
+++ /var/tmp/diff_new_pack.IHe8eC/_new  2023-03-28 17:50:57.207434614 +0200
@@ -26,6 +26,7 @@
 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
+Patch0:         add-cstdint.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -90,7 +91,7 @@
 which will use lime.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake \

++++++ add-cstdint.patch ++++++
diff -ru orig/src/lime_double_ratchet.cpp mod/src/lime_double_ratchet.cpp
--- orig/src/lime_double_ratchet.cpp    2022-11-09 23:33:57.000000000 +0100
+++ mod/src/lime_double_ratchet.cpp     2023-03-28 08:12:25.447825643 +0200
@@ -25,6 +25,7 @@
 #include "bctoolbox/exception.hh"
 
 #include <algorithm> //copy_n
+#include <cstdint>
 
 
 using namespace::std;
diff -ru orig/src/lime_settings.hpp mod/src/lime_settings.hpp
--- orig/src/lime_settings.hpp  2022-11-09 23:33:57.000000000 +0100
+++ mod/src/lime_settings.hpp   2023-03-28 08:11:58.683669300 +0200
@@ -20,6 +20,8 @@
 #ifndef lime_settings_hpp
 #define lime_settings_hpp
 
+#include <cstdint>
+
 namespace lime {
 /** @brief Hold constants definition used as settings in all components of the 
lime library
  *

Reply via email to