From cb54356eef00d15ef3f25462b805bb7e12caeb785b21a87cc88d78b01b7456af Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Tue, 22 Sep 2020 14:14:58 +0000 Subject: [PATCH] Accepting request 836081 from home:namtrac:branches:devel:libraries:c_c++ - Update to version 0.8.0 * BREAKING: Fix cbor_tag_item not increasing the reference count on the tagged item reference it returns * BREAKING: CBOR_DECODER_EBUFFER removed from cbor_decoder_status + cbor_stream_decode will set CBOR_DECODER_NEDATA instead if the input buffer is empty * Fix cbor_stream_decode to set cbor_decoder_result.required to the minimum number of input bytes necessary to receive the next callback (as long as at least one byte was passed) * Fixed several minor manpage issue OBS-URL: https://build.opensuse.org/request/show/836081 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=12 --- libcbor-0.7.0.tar.gz | 3 --- libcbor-0.8.0.tar.gz | 3 +++ libcbor.changes | 14 ++++++++++++++ libcbor.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 libcbor-0.7.0.tar.gz create mode 100644 libcbor-0.8.0.tar.gz diff --git a/libcbor-0.7.0.tar.gz b/libcbor-0.7.0.tar.gz deleted file mode 100644 index 66d258e..0000000 --- a/libcbor-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb731afe0a9980581d85e4b8d4ef128b175f782d92e0cd898935f3d26dd3dde7 -size 266323 diff --git a/libcbor-0.8.0.tar.gz b/libcbor-0.8.0.tar.gz new file mode 100644 index 0000000..50f8604 --- /dev/null +++ b/libcbor-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618097166ea4a54499646998ccaa949a5816e6a665cf1d6df383690895217c8b +size 267044 diff --git a/libcbor.changes b/libcbor.changes index 42d9f94..612d817 100644 --- a/libcbor.changes +++ b/libcbor.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Sep 22 11:42:03 UTC 2020 - Ismail Dönmez + +- Update to version 0.8.0 + * BREAKING: Fix cbor_tag_item not increasing the reference count + on the tagged item reference it returns + * BREAKING: CBOR_DECODER_EBUFFER removed from cbor_decoder_status + + cbor_stream_decode will set CBOR_DECODER_NEDATA instead if the + input buffer is empty + * Fix cbor_stream_decode to set cbor_decoder_result.required to + the minimum number of input bytes necessary to receive the next + callback (as long as at least one byte was passed) + * Fixed several minor manpage issue + ------------------------------------------------------------------- Mon May 25 08:15:42 UTC 2020 - Ismail Dönmez diff --git a/libcbor.spec b/libcbor.spec index d534d03..12b388c 100644 --- a/libcbor.spec +++ b/libcbor.spec @@ -17,13 +17,13 @@ %define socurrent 0 -%define sorevision 7 +%define sorevision 8 %define soage 0 %define lname libcbor%{socurrent}_%{sorevision} Name: libcbor -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Library for parsing Concise Binary Object Representation (CBOR) License: MIT