Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcbor for openSUSE:Factory checked 
in at 2023-01-18 13:08:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcbor (Old)
 and      /work/SRC/openSUSE:Factory/.libcbor.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcbor"

Wed Jan 18 13:08:39 2023 rev:5 rq:1059145 version:0.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcbor/libcbor.changes  2022-08-27 
11:48:20.069616786 +0200
+++ /work/SRC/openSUSE:Factory/.libcbor.new.32243/libcbor.changes       
2023-01-18 13:08:42.732088365 +0100
@@ -1,0 +2,14 @@
+Mon Jan 16 15:32:07 UTC 2023 - Paolo Stivanin <[email protected]>
+
+- Update to 0.10.1: 
+  * BREAKING: Fix cbor_copy leaking memory and creating invalid items when the 
allocator fails.
+  * BREAKING: Improved half-float encoding for denormalized numbers. [#208]
+  * Make the buffer_size optional in cbor_serialize_alloc [#205]
+  * Fix a potential memory leak when the allocator fails during array or map 
decoding [#224]
+  * Fix a memory leak when the allocator fails when adding chunks to 
indefinite bytestrings.
+  * Fix a memory leak when the allocator fails when adding chunks to 
indefinite strings
+  * Fix cbor_build_tag illegal memory behavior when the allocator fails
+  * Add a new cbor_serialized_size API
+  * Reworked cbor_serialize_alloc to allocate the exact amount of memory 
necessary upfront
+
+-------------------------------------------------------------------

Old:
----
  v0.9.0.tar.gz

New:
----
  v0.10.1.tar.gz

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

Other differences:
------------------
++++++ libcbor.spec ++++++
--- /var/tmp/diff_new_pack.fC6DK5/_old  2023-01-18 13:08:43.424092337 +0100
+++ /var/tmp/diff_new_pack.fC6DK5/_new  2023-01-18 13:08:43.428092360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcbor-doc
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 
 
 %define socurrent  0
-%define sorevision 9
-%define soage      0
+%define sorevision 10
+%define soage      1
 %define lname   libcbor%{socurrent}_%{sorevision}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "doc"
@@ -26,7 +26,7 @@
 %else
 Name:           libcbor
 %endif
-Version:        0.9.0
+Version:        0.10.1
 Release:        0
 Summary:        Library for parsing Concise Binary Object Representation (CBOR)
 License:        MIT
@@ -76,6 +76,8 @@
 sed -i 
's|${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pkgconfig|${CMAKE_INSTALL_LIBDIR}/pkgconfig|'
 src/CMakeLists.txt
 
 %build
+export CFLAGS="%(echo %{optflags}) -Wno-return-type"
+export CXXFLAGS="$CFLAGS"
 %if "%{flavor}" == "doc"
 %make_build -C doc man
 %else

++++++ v0.9.0.tar.gz -> v0.10.1.tar.gz ++++++
++++ 7965 lines of diff (skipped)

Reply via email to