Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package paho-mqtt-c for openSUSE:Factory 
checked in at 2021-05-19 17:49:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paho-mqtt-c (Old)
 and      /work/SRC/openSUSE:Factory/.paho-mqtt-c.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paho-mqtt-c"

Wed May 19 17:49:15 2021 rev:3 rq:894144 version:1.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/paho-mqtt-c/paho-mqtt-c.changes  2020-09-22 
21:06:27.959681840 +0200
+++ /work/SRC/openSUSE:Factory/.paho-mqtt-c.new.2988/paho-mqtt-c.changes        
2021-05-19 17:49:26.473519264 +0200
@@ -1,0 +2,11 @@
+Mon May 17 22:39:16 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to 1.3.8
+  * Added Proxy support
+  * Fixed token not increased when using QOS0
+  * Fixed base64 encoding for basic auth proxy
+  * Fixed OpenSSL Crash during MQTTClient_destroy
+  * Fixed Crash while loading persisted messages
+  * Fixed multiple MQTT client crashes
+
+-------------------------------------------------------------------

Old:
----
  v1.3.5.tar.gz

New:
----
  paho.mqtt.c-1.3.8.tar.gz

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

Other differences:
------------------
++++++ paho-mqtt-c.spec ++++++
--- /var/tmp/diff_new_pack.76JUwp/_old  2021-05-19 17:49:27.025516949 +0200
+++ /var/tmp/diff_new_pack.76JUwp/_new  2021-05-19 17:49:27.029516932 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paho-mqtt-c
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,17 @@
 
 %define sover 1
 Name:           paho-mqtt-c
-Version:        1.3.5
+Version:        1.3.8
 Release:        0
 Summary:        MQTT C Client
 License:        EPL-1.0 AND BSD-3-Clause
 URL:            https://eclipse.org/paho/clients/c/
-Source:         
https://github.com/eclipse/paho.mqtt.c/archive/v%{version}.tar.gz
+Source:         
https://github.com/eclipse/paho.mqtt.c/archive/v%{version}.tar.gz#/paho.mqtt.c-%{version}.tar.gz
+Patch1:         cmake-libdir.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  openssl-devel
-Patch1:         cmake-libdir.patch
 Requires:       openssl
 
 %description
@@ -54,7 +54,7 @@
 
 %build
 %cmake -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_DOCUMENTATION=FALSE 
-DPAHO_BUILD_SAMPLES=FALSE -DPAHO_ENABLE_TESTING=FALSE 
-DPAHO_ENABLE_CPACK=FALSE ..
-%make_jobs
+%make_build
 
 %install
 %cmake_install

Reply via email to