Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

msgpack-c-devel-6.0.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: msgpack-c-devel Distribution: openSUSE:Factory:zSystems
Version: 6.0.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Nov 30 22:54:06 2023
Group: Development/Libraries/C and C++ Build host: s390zl28
Size: 102005 Source RPM: msgpack-c-6.0.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://msgpack.org
Summary: Development headers for libmsgpack C library
MessagePack is a binary-based object serialization library. It enables to
exchange structured objects between many languages like JSON.

This package provides headers and other devel files.

Provides

Requires

License

BSL-1.0

Changelog

* Thu Nov 02 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 6.0.0
    * The package name in cmake and pkgconfig files was changed
      from msgpackc to msgpack-c; the SONAME of the library changed
      likewise.
* Mon Aug 29 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 4.0.0
    * The C++ interface has been split to a separate project/package
    * Fix iovec name conflict
    * Fix UB. Check null pointer before using memcpy()
  - SRPM rename from msgpack to msgpack-c
* Mon Jun 08 2020 Michael Vetter <mvetter@suse.com>
  - Update to 3.3.0:
    * Add json example for C (#870)
    * Add both header and body packing functions for C (#870)
    * Set default ref_size and chunk_size to vrefbuffer (#865)
    * Add examples (#861)
    * Improve build system (#839, #842)
    * Improve tests (#829)
    * Improve documents (#828)
    * Remove some warnings (#827, #851, #871])
    * Improve CI environment (#824, #831, #833, #834, #846,
    [#860], 874)
* Tue Dec 10 2019 Michael Vetter <mvetter@suse.com>
  - Update to 3.2.1:
    * Fix snprintf return value checking (#821[1])
    * Remove some warnings (#819[2])
    * Fix fbuffer result checking (#812[3])
    * Fix temporary object handling (#807[4])
    * Improve cmake support (#804[5])
    * Fix invalid int main parameter (#800[6])
    * Improve supporting platform (#797[7], #817[8])
    * Fix ZLIB error handling (#795[9])
    * Remove unused variable (#793[10])
    * Improve integer overflow checking (#792[11])
* Tue May 28 2019 mvetter@suse.com
  - Update to 3.2.0:
    * Fix invalid include (#783[1])
    * Add timespec support (#781[2])
    * Fix unchecked fnprintf on C (#780[3])
    * Improve integer overflow checking on C (#776[4])
    * Fix warnings on -Wconversion (#770[5], #777[6], #784[7])
    * Fix invalid passed by value on aligned_zone_size_visitor (#764[8])
    * Improve windows support (#757[9], #779[10])
    * Fix msgpack::object size caluclation error (#754[11])
    * Fix memory error on example code (#753[12])
    * Fix redundant memory allocation on C (#747[13])
    * Fix msgpack::type::tuple base class conversion (#743[14])
* Mon Sep 10 2018 mvetter@suse.com
  - Update to 3.1.1:
    * Add force endian set functionality (#736[1])
    * Fix vrefbuffer memory management problem (#733[2])
    * Fix msvc specific problem (#731[3], #732[4])
    * Update boost from 1.61.0 to 1.68.0 (#730[5])
    * Fix msgpack_timestamp type mismatch bug (#726[6])
* Wed Aug 22 2018 mvetter@suse.com
  - Update to 3.1.0:
    * Improve documents (#687[1], #718[2])
    * Add fuzzer support (#689[3])
    * Fix msgpack::object union member access bug (#694[4])
    * Improve cross platform configuration (#704[5])
    * Fix out of range dereference bug of EXT (#705[6])
    * Add timestamp support. std::chrono::system_clock::time_point is mapped to TIMESTAMP (#706[7])
    * Add minimal timestamp support for C. The type msgpack_timestamp and the function msgpack_object_to_timestamp() are introduced (#707[8])
    * Improve MSGPACK_DEFINE family name confliction probability (#710[9])
    * Add no static-library build option (BUILD_SHARED_LIBS=ON) (#713[10], #717[11], #722[12])
    * Add header only cmake target (#721[13])
    * Add std::byte adaptor (#719[14])
    * Remove some warnings (#720[15])
* Wed Jun 13 2018 mvetter@suse.com
  - Update to 3.0.1:
    * Add fuzz directory to release tar ball (#686)
    * Add include file checking for X-Code (#683)
  - Changes from 3.0.0:
    * Change offset parameter updating rule. If parse error is
      happend, offset is updated to the error position.
    * Improve cross platform configuration (#655, #677)
    * Improve build system (#647)
    * Improve user class adaptor (#645, #673)
    * Improve msgpack::object visitation logic (#676)
    * Remove some warnings (#641, 659)
    * Add -> and * operators to object_handle (#635)
    * Improve CI environment (#631, #634, #643, #657, #662, #668)
    * Improve documents (#630, #661)
    * Refactoring (#670)
    * Add OSS-Fuzz support (#672, #674, #675, #678)
* Sat Nov 11 2017 aavindraa@gmail.com
  - Update to version 2.1.5 (2.1.4 was skipped):
    * Improve cross platform configuration
    * Add boost asio examples (including zlib)
    * Remove some warnings
    * Fix unpack visitor to treat float32/64 correctly
    * Improve documentation
    * Fix alignment problem on some platform
    * Fix conflict std::tuple, std::pair, and boost::fusion::sequence problem
  - Changes for version 2.1.3:
    * Improve build system
    * Add C++17 adaptors std::optional and std::string_view.
    * Improve cross platform configuration
    * Remove some warnings
  - cleanup with spec-cleaner
* Sat Jun 10 2017 mpluskal@suse.com
  - Update to version 2.1.2:
    * Improve documents (#565)
    * Fix empty map parse bug (#568)
    * Improve build system (#569, #570, #572, #579, #591, #592)
    * Remove some warnings (#574, #578, #586, #588)
    * Improve cross platform configuration (#577, #582)
    * Add cmake package config support (#580)
    * Fix streaming unpack bug (#585)
  - Changes for version 2.1.1:
    * Fix unpacker's buffer management bug (#561)
    * Add boost string_view adaptor (#558)
    * Remove some warnings (#557, #559)
    * Improve coding style (#556)
  - Changes for version 2.1.0:
    * Fix object internal data type is float if msgpack format is float32 (#531)
    * Add FLOAT64 type. Please use it instead of DOUBLE (#531)
    * Add FLOAT32 type. Please use it instead of FLOAT (#531)
    * Add iterator based parse/unpack function(experimental) (#553)
    * Add [[deprecated]] attribute for C++14 (#552)
    * Fix msgpack_unpack() return code (#548)
    * Fix integer overflow (#547, #549, #550)
    * Add example codes (#542)
    * Add MSGPACK_NVP. You can use not only variable name but also any strings (#535)
    * Fix and Improve build system (#532, #545)
    * Fix gcc_atomic.hpp include path (#529, #530)
    * Improve CI environment (#526)
    * Improve documents (#524)
    * Add msgpack_unpacker_next_with_size() function (#515)
    * Fix as() applying condition (#511)
    * Fix fbuffer write (#504)
    * Add gcc bug workaround (#499)
    * Improve object print (#497, #500, #505, #533)
    * Remove some warnings (#495, #506, #508, #513, #528, #538, #545)
  - Use cmake macros

Files

/usr/include/msgpack
/usr/include/msgpack.h
/usr/include/msgpack/fbuffer.h
/usr/include/msgpack/gcc_atomic.h
/usr/include/msgpack/object.h
/usr/include/msgpack/pack.h
/usr/include/msgpack/pack_define.h
/usr/include/msgpack/pack_template.h
/usr/include/msgpack/sbuffer.h
/usr/include/msgpack/sysdep.h
/usr/include/msgpack/timestamp.h
/usr/include/msgpack/unpack.h
/usr/include/msgpack/unpack_define.h
/usr/include/msgpack/unpack_template.h
/usr/include/msgpack/util.h
/usr/include/msgpack/version.h
/usr/include/msgpack/version_master.h
/usr/include/msgpack/vrefbuffer.h
/usr/include/msgpack/zbuffer.h
/usr/include/msgpack/zone.h
/usr/lib64/cmake
/usr/lib64/cmake/msgpack-c
/usr/lib64/cmake/msgpack-c/msgpack-c-config-version.cmake
/usr/lib64/cmake/msgpack-c/msgpack-c-config.cmake
/usr/lib64/cmake/msgpack-c/msgpack-c-targets-relwithdebinfo.cmake
/usr/lib64/cmake/msgpack-c/msgpack-c-targets.cmake
/usr/lib64/libmsgpack-c.so
/usr/lib64/pkgconfig/msgpack-c.pc
/usr/share/doc/packages/msgpack-c-devel
/usr/share/doc/packages/msgpack-c-devel/NOTICE
/usr/share/doc/packages/msgpack-c-devel/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024