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
This commit is contained in:
parent
1b26c565b2
commit
cb54356eef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb731afe0a9980581d85e4b8d4ef128b175f782d92e0cd898935f3d26dd3dde7
|
||||
size 266323
|
3
libcbor-0.8.0.tar.gz
Normal file
3
libcbor-0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:618097166ea4a54499646998ccaa949a5816e6a665cf1d6df383690895217c8b
|
||||
size 267044
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 11:42:03 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- 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 <idonmez@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user