Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b2eccaf864 | |||
| a470f118fb |
BIN
libdatrie-0.2.13.tar.xz
LFS
BIN
libdatrie-0.2.13.tar.xz
LFS
Binary file not shown.
3
libdatrie-0.2.14.tar.xz
Normal file
3
libdatrie-0.2.14.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f04095010518635b51c2313efa4f290b7db828d6273e39b2b8858f859dfe81d5
|
||||||
|
size 325696
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 28 23:06:26 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.2.14:
|
||||||
|
* Check and link to locale_charset() available in libiconv
|
||||||
|
* Problem fixes for parallel build.
|
||||||
|
* Catch more malloc() failures caught by Coverity Scan
|
||||||
|
* Updated build scripts to latest toolchain.
|
||||||
|
* Minor documentation fix.
|
||||||
|
* Minor error handling improvement in tests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 11 22:45:51 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Thu Feb 11 22:45:51 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -25,7 +36,7 @@ Tue Aug 25 21:45:14 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|||||||
of database size.
|
of database size.
|
||||||
- Fix trie_state_get_data() on a prefix key.
|
- Fix trie_state_get_data() on a prefix key.
|
||||||
- Fix reported segfault on full-range alpha map.
|
- Fix reported segfault on full-range alpha map.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 19 11:29:35 UTC 2018 - jengelh@inai.de
|
Mon Feb 19 11:29:35 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
@@ -139,7 +150,7 @@ Mon Jan 4 16:59:23 CET 2010 - vuntz@opensuse.org
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 19 22:22:08 CET 2009 - crrodriguez@suse.de
|
Thu Feb 19 22:22:08 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
- remove static libraries
|
- remove static libraries
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 7 15:23:59 CEST 2008 - uli@suse.de
|
Mon Apr 7 15:23:59 CEST 2008 - uli@suse.de
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdatrie
|
# spec file for package libdatrie
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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: libdatrie
|
Name: libdatrie
|
||||||
Version: 0.2.13
|
Version: 0.2.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Double-Array Trie Library
|
Summary: Double-Array Trie Library
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
|
|||||||
Reference in New Issue
Block a user