SHA256
1
0
forked from pool/msgpack-cxx

- Update to release 6.1.0

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/msgpack-cxx?expand=0&rev=9
This commit is contained in:
Jan Engelhardt 2023-11-02 21:54:20 +00:00 committed by Git OBS Bridge
parent ee6114bf90
commit 3024313576
4 changed files with 17 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2539075ea2f35c15cab5c50ecba00d76fc4cbdcd485840257f15ebb04e8e3e1a
size 476128

3
msgpack-cxx-6.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23ede7e93c8efee343ad8c6514c28f3708207e5106af3b3e4969b3a9ed7039e7
size 478452

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