From 8a42e684ef18d2c2f6276713e629bc1c9914c71b4ec0f91b640ce9bf95637828 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 26 Jun 2024 07:18:41 +0000 Subject: [PATCH] - Update to 6.0.2: * Fix header file installation to respect CMAKE_INSTALL_INCLUDEDIR (#1125) * Support absolute path for CMAKE_INSTALL_*DIR (#1121) * Removed invalid ctest option. (#1120) * Support relative path for CMAKE_INSTALL_*DIR (#1119) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/msgpack-c?expand=0&rev=7 --- msgpack-c-6.0.1.tar.gz | 3 --- msgpack-c-6.0.2.tar.gz | 3 +++ msgpack-c.changes | 10 ++++++++++ msgpack-c.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 msgpack-c-6.0.1.tar.gz create mode 100644 msgpack-c-6.0.2.tar.gz diff --git a/msgpack-c-6.0.1.tar.gz b/msgpack-c-6.0.1.tar.gz deleted file mode 100644 index 6d3afee..0000000 --- a/msgpack-c-6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a349cd9af28add2334c7009e331335af4a5b97d8558b2e9804d05f3b33d97925 -size 69497 diff --git a/msgpack-c-6.0.2.tar.gz b/msgpack-c-6.0.2.tar.gz new file mode 100644 index 0000000..3fbf610 --- /dev/null +++ b/msgpack-c-6.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e90943f6f5b6ff6f4bda9146ada46e7e455af3a77568f6d503f35618c1b2a12 +size 69533 diff --git a/msgpack-c.changes b/msgpack-c.changes index 0056fca..3a13043 100644 --- a/msgpack-c.changes +++ b/msgpack-c.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 24 08:10:42 UTC 2024 - Michael Vetter + +- Update to 6.0.2: + * Fix header file installation to respect + CMAKE_INSTALL_INCLUDEDIR (#1125) + * Support absolute path for CMAKE_INSTALL_*DIR (#1121) + * Removed invalid ctest option. (#1120) + * Support relative path for CMAKE_INSTALL_*DIR (#1119) + ------------------------------------------------------------------- Tue Apr 2 06:57:32 UTC 2024 - Michael Vetter diff --git a/msgpack-c.spec b/msgpack-c.spec index a128c3f..8e09da1 100644 --- a/msgpack-c.spec +++ b/msgpack-c.spec @@ -17,7 +17,7 @@ Name: msgpack-c -Version: 6.0.1 +Version: 6.0.2 Release: 0 Summary: Object serialization library for cross-language communication License: BSL-1.0