Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcbor for openSUSE:Factory checked 
in at 2024-04-04 22:24:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcbor (Old)
 and      /work/SRC/openSUSE:Factory/.libcbor.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcbor"

Thu Apr  4 22:24:06 2024 rev:8 rq:1164316 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcbor/libcbor.changes  2023-02-28 
12:48:48.052542308 +0100
+++ /work/SRC/openSUSE:Factory/.libcbor.new.1905/libcbor.changes        
2024-04-04 22:24:19.531040753 +0200
@@ -1,0 +2,20 @@
+Tue Apr  2 14:35:56 UTC 2024 - [email protected]
+
+- version update to 0.11.0
+  * Updated documentation to refer to RFC 8949
+  * Improvements to cbor_describe
+        Bytestring data will now be printed as well by akallabeth
+        Formatting consistency and clarity improvements
+  * Fix cbor_string_set_handle not setting the codepoint count
+  * BREAKING: cbor_load will no longer fail on input strings that are
+        well-formed but not valid UTF-8
+        If you were relying on the validation, please check the result
+        using cbor_string_codepoint_count instead
+  * BREAKING: All decoders like cbor_load and cbor_stream_decode will
+        accept all well-formed tag values (bug discovered by dskern-github)
+        Previously, decoding of certain values would fail with
+        CBOR_ERR_MALFORMATED or CBOR_DECODER_ERROR
+        This also makes decoding symmetrical with serialization, which
+        already accepts all values
+
+-------------------------------------------------------------------

Old:
----
  v0.10.2.tar.gz

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

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

Other differences:
------------------
++++++ libcbor.spec ++++++
--- /var/tmp/diff_new_pack.i7HLYT/_old  2024-04-04 22:24:20.127062697 +0200
+++ /var/tmp/diff_new_pack.i7HLYT/_new  2024-04-04 22:24:20.127062697 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libcbor-doc
+# spec file for package libcbor
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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 10
-%define soage      2
+%define sorevision 11
+%define soage      0
 %define lname   libcbor%{socurrent}_%{sorevision}
 %global flavor @BUILD_FLAVOR@%{nil}
 
@@ -38,7 +38,7 @@
 %else
 Name:           libcbor
 %endif
-Version:        0.10.2
+Version:        0.11.0
 Release:        0
 Summary:        Library for parsing Concise Binary Object Representation (CBOR)
 License:        MIT
@@ -138,5 +138,6 @@
 %{_includedir}/cbor/internal/*.h
 %{_libdir}/libcbor.so
 %{_libdir}/pkgconfig/libcbor.pc
+%{_libdir}/cmake
 %endif
 

++++++ v0.10.2.tar.gz -> v0.11.0.tar.gz ++++++
++++ 1777 lines of diff (skipped)

Reply via email to