Accepting request 1164152 from home:pgajdos

- 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

OBS-URL: https://build.opensuse.org/request/show/1164152
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=24
This commit is contained in:
Marcus Meissner 2024-04-03 09:57:24 +00:00 committed by Git OBS Bridge
parent b31e66435b
commit 1e4da161a9
4 changed files with 29 additions and 8 deletions

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Apr 2 14:35:56 UTC 2024 - pgajdos@suse.com
- 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
-------------------------------------------------------------------
Mon Feb 27 10:43:10 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -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 @@ Name: libcbor-doc
%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,6 +138,7 @@ cp %{SOURCE1} %{buildroot}%{_mandir}/man3
%{_includedir}/cbor/internal/*.h
%{_libdir}/libcbor.so
%{_libdir}/pkgconfig/libcbor.pc
%{_libdir}/cmake
%endif
%changelog

BIN
v0.10.2.tar.gz (Stored with Git LFS)

Binary file not shown.

3
v0.11.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89e0a83d16993ce50651a7501355453f5250e8729dfc8d4a251a78ea23bb26d7
size 293563