1
0
forked from pool/msgpack-cxx

Accepting request 1122999 from devel:libraries:c_c++

- Update to release 6.1.0

OBS-URL: https://build.opensuse.org/request/show/1122999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/msgpack-cxx?expand=0&rev=4
This commit is contained in:
2023-11-30 20:59:57 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 8 deletions

BIN
msgpack-cxx-4.1.3.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
msgpack-cxx-6.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 2 21:44:34 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 6.1.0
* Remove dependency on boost in chrono.hpp
* Add support for std::variant behavior
-------------------------------------------------------------------
Sun Dec 4 14:29:33 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package msgpack-cxx
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: msgpack-cxx
Version: 4.1.3
Version: 6.1.0
Release: 0
Summary: Object serialization library for cross-language communication (C++ interface)
License: BSL-1.0
@@ -27,6 +27,7 @@ Source: https://github.com/msgpack/msgpack-c/releases/download/cpp-%vers
BuildRequires: boost-devel
BuildRequires: c++_compiler
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: pkg-config
%description
@@ -37,9 +38,9 @@ exchange structured objects between many languages like JSON.
Summary: Development headers for libmsgpack C++ library
Group: Development/Libraries/C and C++
Requires: libboost_headers-devel
Requires: msgpack-c-devel >= 4
Requires: msgpack-c-devel >= 6
Provides: libmsgpack-devel = %{version}-%{release}
Conflicts: msgpack-devel < 4
Conflicts: msgpack-devel < 6
%description devel
MessagePack is a binary-based object serialization library. It enables to
@@ -52,10 +53,11 @@ This package provides C++ headers and other devel files.
%build
%cmake
%make_jobs
%cmake_build
%install
%cmake_install
%fdupes %buildroot/%_prefix
%files devel
%license COPYING