SHA256
8
0
forked from pool/uthash

Accepting request 882665 from home:jgwang:branches:devel:libraries:c_c++

Update to version 2.3.0

OBS-URL: https://build.opensuse.org/request/show/882665
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/uthash?expand=0&rev=18
This commit is contained in:
2021-04-03 13:30:25 +00:00
committed by Git OBS Bridge
parent 5f058da0dc
commit 841d71e110
4 changed files with 14 additions and 4 deletions

View File

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

3
uthash-2.3.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 02 11:20:21 UTC 2021 - Wang Jun <jgwang@suse.com>
- udpate to 2.3.0:
* remove HASH_FCN; the HASH_FUNCTION and HASH_KEYCMP macros
now behave similarly
* remove uthash_memcmp (deprecated in v2.1.0) in favor of
HASH_KEYCMP
* silence -Wswitch-default warnings (thanks, Olaf Bergmann!)
-------------------------------------------------------------------
Wed Jan 6 14:01:46 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
Name: uthash
Version: 2.2.0
Version: 2.3.0
Release: 0
Summary: Inline hash table for C structures
License: BSD-3-Clause