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:
parent
ee6114bf90
commit
3024313576
@ -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
3
msgpack-cxx-6.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23ede7e93c8efee343ad8c6514c28f3708207e5106af3b3e4969b3a9ed7039e7
|
||||
size 478452
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user