Compare commits

...

2 Commits

Author SHA256 Message Date
93933ccc73 Accepting request 1194556 from devel:libraries:c_c++
- update to 0.6.1:
  * tests: fix segfault in map_test.c
  * Add `prev_val` to
    `cdada_map_insert_replace()` API call to make it more useful
  * CI: add coverage for clang11, 12 and 13.

OBS-URL: https://build.opensuse.org/request/show/1194556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdada?expand=0&rev=5
2024-08-18 16:20:18 +00:00
8200b6f866 - update to 0.6.1:
* tests: fix segfault in map_test.c
  * Add `prev_val` to
    `cdada_map_insert_replace()` API call to make it more useful
  * CI: add coverage for clang11, 12 and 13.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcdada?expand=0&rev=8
2024-08-18 13:12:14 +00:00
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:507f0b7bf8cb7533c22731c64d92737e7536866be7c7dd317b89709cd6529867
size 1779809

3
libcdada-0.6.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Aug 18 13:11:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.1:
* tests: fix segfault in map_test.c
* Add `prev_val` to
`cdada_map_insert_replace()` API call to make it more useful
* CI: add coverage for clang11, 12 and 13.
-------------------------------------------------------------------
Sun Mar 17 09:19:55 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -19,7 +19,7 @@
%define sover 0
Name: libcdada
Version: 0.5.2
Version: 0.6.1
Release: 0
Summary: Basic data structures in C (libstdc++ wrapper)
License: BSD-2-Clause