diff --git a/libcbor.changes b/libcbor.changes index b5c4b29..2812209 100644 --- a/libcbor.changes +++ b/libcbor.changes @@ -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 diff --git a/libcbor.spec b/libcbor.spec index 04d861e..a6dcaff 100644 --- a/libcbor.spec +++ b/libcbor.spec @@ -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 diff --git a/v0.10.2.tar.gz b/v0.10.2.tar.gz deleted file mode 100644 index 114cea8..0000000 --- a/v0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e75f712215d7b7e5c89ef322a09b701f7159f028b8b48978865725f00f79875b -size 289450 diff --git a/v0.11.0.tar.gz b/v0.11.0.tar.gz new file mode 100644 index 0000000..d3139ab --- /dev/null +++ b/v0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e0a83d16993ce50651a7501355453f5250e8729dfc8d4a251a78ea23bb26d7 +size 293563