SHA256
1
0
forked from pool/libdatrie

2 Commits

Author SHA256 Message Date
b2eccaf864 Accepting request 1324609 from devel:libraries:c_c++
- 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.

- remove static libraries

OBS-URL: https://build.opensuse.org/request/show/1324609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=23
2025-12-30 11:00:15 +00:00
a470f118fb - 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.
- remove static libraries

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=29
2025-12-28 23:06:45 +00:00
4 changed files with 18 additions and 7 deletions

Binary file not shown.

3
libdatrie-0.2.14.tar.xz Normal file
View File

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

View File

@@ -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>
@@ -25,7 +36,7 @@ Tue Aug 25 21:45:14 UTC 2020 - Dirk Mueller <dmueller@suse.com>
of database size.
- Fix trie_state_get_data() on a prefix key.
- Fix reported segfault on full-range alpha map.
-------------------------------------------------------------------
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
- remove static libraries
- remove static libraries
-------------------------------------------------------------------
Mon Apr 7 15:23:59 CEST 2008 - uli@suse.de

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: libdatrie
Version: 0.2.13
Version: 0.2.14
Release: 0
Summary: Double-Array Trie Library
License: LGPL-2.1-only