Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-c-mqtt for openSUSE:Factory 
checked in at 2024-10-27 11:25:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-c-mqtt (Old)
 and      /work/SRC/openSUSE:Factory/.aws-c-mqtt.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-c-mqtt"

Sun Oct 27 11:25:05 2024 rev:7 rq:1218375 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-c-mqtt/aws-c-mqtt.changes    2024-09-25 
21:56:04.135213720 +0200
+++ /work/SRC/openSUSE:Factory/.aws-c-mqtt.new.2020/aws-c-mqtt.changes  
2024-10-27 11:25:20.730579776 +0100
@@ -1,0 +2,6 @@
+Thu Oct 24 12:50:36 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 0.11.0
+  * Update CMake to 3.9 by @waahm7 in (#376)
+
+-------------------------------------------------------------------

Old:
----
  v0.10.6.tar.gz

New:
----
  v0.11.0.tar.gz

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

Other differences:
------------------
++++++ aws-c-mqtt.spec ++++++
--- /var/tmp/diff_new_pack.QCjs1p/_old  2024-10-27 11:25:21.306603653 +0100
+++ /var/tmp/diff_new_pack.QCjs1p/_new  2024-10-27 11:25:21.310603820 +0100
@@ -18,7 +18,7 @@
 
 %global library_version 1_0_0
 Name:           aws-c-mqtt
-Version:        0.10.6
+Version:        0.11.0
 Release:        0
 Summary:        AWS C99 implementation of the MQTT 3.1.1 specification
 License:        Apache-2.0

++++++ v0.10.6.tar.gz -> v0.11.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-mqtt-0.10.6/CMakeLists.txt 
new/aws-c-mqtt-0.11.0/CMakeLists.txt
--- old/aws-c-mqtt-0.10.6/CMakeLists.txt        2024-09-19 22:54:19.000000000 
+0200
+++ new/aws-c-mqtt-0.11.0/CMakeLists.txt        2024-10-23 18:58:22.000000000 
+0200
@@ -1,10 +1,6 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.9)
 project(aws-c-mqtt C)
 
-if (POLICY CMP0069)
-    cmake_policy(SET CMP0069 NEW) # Enable LTO/IPO if available in the 
compiler, see AwsCFlags
-endif()
-
 option(ASSERT_LOCK_HELD "Enable ASSERT_SYNCED_DATA_LOCK_HELD for checking 
thread issue" OFF)
 if (ASSERT_LOCK_HELD)
     add_definitions(-DASSERT_LOCK_HELD)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-mqtt-0.10.6/README.md 
new/aws-c-mqtt-0.11.0/README.md
--- old/aws-c-mqtt-0.10.6/README.md     2024-09-19 22:54:19.000000000 +0200
+++ new/aws-c-mqtt-0.11.0/README.md     2024-10-23 18:58:22.000000000 +0200
@@ -4,13 +4,13 @@
 
 ## License
 
-This library is licensed under the Apache 2.0 License. 
+This library is licensed under the Apache 2.0 License.
 
 ## Usage
 
 ### Building
 
-CMake 3.1+ is required to build.
+CMake 3.9+ is required to build.
 
 `<install-path>` must be an absolute path in the following instructions.
 
@@ -203,6 +203,6 @@
 ```c
 int aws_mqtt_client_connection_ping(struct aws_mqtt_client_connection 
*connection);
 ```
-Sends a PINGREQ packet to the server. 
+Sends a PINGREQ packet to the server.
 
 [aws-c-io]: https://github.com/awslabs/aws-c-io

Reply via email to