Commit Graph

26 Commits

Author SHA256 Message Date
Dominique Leuenberger
beee0eb8f0 Accepting request 871391 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/871391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=22
2021-02-17 17:09:32 +00:00
5ddebefc4f Accepting request 871303 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 0.2.13:
  - Fix wrong key listing in byte trie
  - Fix cross-compiling issue caused by AC_FUNC_MALLOC
  - Fix isspace() arg problem on NetBSD.
  - Fix some documentations.
  - Really use TRIE_CHAR_TERM in TrieChar string termination.
    Changing TRIE_CHAR_TERM definition now won't break the code.
  - Fix Windows build issue by avoiding <unistd.h> include.
  - [New APIs] Add serialization of the trie into memory buffer.

OBS-URL: https://build.opensuse.org/request/show/871303
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=27
2021-02-12 10:17:00 +00:00
Dominique Leuenberger
bb06bbf770 Accepting request 829642 from devel:libraries:c_c++
- update to 0.2.12:
  - More C90 (ANSI C) compliance.
  - Prevent some compiling conflicts with other sources.
  - Fix miscellaneous compiler warnings.
  - Prevent trimming on extremely long dictionary path names.
  - Detect iconv() error more correctly in trietool.
  - Clarify package description that search time is O(m), where m is
    key length, not O(1), while still claiming that it's independent
    of database size.
  - Fix trie_state_get_data() on a prefix key.
  - Fix reported segfault on full-range alpha map.

OBS-URL: https://build.opensuse.org/request/show/829642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=21
2020-09-01 18:05:35 +00:00
0390a57a27 - update to 0.2.12:
- More C90 (ANSI C) compliance.
  - Prevent some compiling conflicts with other sources.
  - Fix miscellaneous compiler warnings.
  - Prevent trimming on extremely long dictionary path names.
  - Detect iconv() error more correctly in trietool.
  - Clarify package description that search time is O(m), where m is
    key length, not O(1), while still claiming that it's independent
    of database size.
  - Fix trie_state_get_data() on a prefix key.
  - Fix reported segfault on full-range alpha map.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=25
2020-08-25 21:46:39 +00:00
Dominique Leuenberger
a5ca5bd8df Accepting request 578035 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/578035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=20
2018-02-21 13:07:53 +00:00
35ad40e277 Accepting request 578016 from home:jengelh:branches:devel:libraries:c_c++
- Fix RPM groups. Remove ineffective --with-pic.

OBS-URL: https://build.opensuse.org/request/show/578016
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=23
2018-02-19 12:57:12 +00:00
2605135c57 Accepting request 577713 from home:avindra
- update to version 0.2.10
  * Correctly check doxygen version on configure
  * Optimization on AlphaMap mapping
- remove libdatrie-doxygen-version-check.patch
  * upstreamed in 7db54c662357dba5f109eaf1b24490f46ca23d44
- use https urls

OBS-URL: https://build.opensuse.org/request/show/577713
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=22
2018-02-19 09:19:29 +00:00
Dominique Leuenberger
8cdb247333 Accepting request 324195 from devel:libraries:c_c++
- update to version 0.2.9
  * Fix infinite loop on empty trie iteration.
  * Document about alphabet size.
  * Disable timestamp in Doxygen-generated doc.
  * etc. see ChangeLog
- remove libdatrie-doxygen-found-is-enough.patch in favour of
  libdatrie-doxygen-version-check.patch

- Add libdatrie-doxygen-found-is-enough.patch: when we find
  doxygen, we assume it is new enough. The configure script uses
  'expr 1.8.4 \< $DOXYGEN_VER', which returns false for 1.8.10.
- For safeguard, we specify the minimal required version of
  doxygen (1.8.4) in the buildrequirements.

OBS-URL: https://build.opensuse.org/request/show/324195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=19
2015-09-09 18:19:57 +00:00
Ismail Dönmez
6774c890b0 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=20
2015-08-19 07:33:41 +00:00
Ismail Dönmez
aedd0548e3 Accepting request 324130 from home:pgajdos
- update to version 0.2.9
  * Fix infinite loop on empty trie iteration.
  * Document about alphabet size.
  * Disable timestamp in Doxygen-generated doc.
  * etc. see ChangeLog
- remove libdatrie-doxygen-found-is-enough.patch in favour of
  libdatrie-doxygen-version-check.patch

OBS-URL: https://build.opensuse.org/request/show/324130
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=19
2015-08-19 07:29:52 +00:00
Ismail Dönmez
4337395185 Accepting request 323991 from home:dimstar:Factory
Fix build with doxygen 1.8.10... the configure check is plain stupid

OBS-URL: https://build.opensuse.org/request/show/323991
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=18
2015-08-18 13:38:54 +00:00
Dominique Leuenberger
ddedf0a410 Accepting request 284118 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/284118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=18
2015-02-06 21:36:04 +00:00
Michal Vyskocil
a81f3b9505 Accepting request 284022 from home:posophe:branches:devel:libraries:c_c++
Update

OBS-URL: https://build.opensuse.org/request/show/284022
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=16
2015-02-04 21:22:00 +00:00
Stephan Kulow
dd68acb0c8 Accepting request 163670 from devel:libraries:c_c++
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 163665 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/163670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=15
2013-04-14 08:24:05 +00:00
6003b977e3 Accepting request 163665 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/163665
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=14
2013-04-11 15:21:40 +00:00
Stephan Kulow
d058a13485 Accepting request 103976 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/103976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=12
2012-02-15 15:15:55 +00:00
fbc5b14961 Remove redundant tags/sections; %_smp_mflags
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=12
2012-02-01 02:27:54 +00:00
Stephan Kulow
b600545def replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=11
2011-12-06 17:23:02 +00:00
OBS User autobuild
cca503e4e7 Autobuild autoformatter for 62598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=9
2011-02-23 09:51:52 +00:00
Ruediger Oertel
f3a4cfa603 Accepting request 62598 from devel:libraries:c_c++
Accepted submit request 62598 from user coolo

OBS-URL: https://build.opensuse.org/request/show/62598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=8
2011-02-23 09:51:40 +00:00
Stephan Kulow
9d56253099 Accepting request 62594 from home:vuntz:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/62594
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=10
2011-02-23 04:36:44 +00:00
OBS User autobuild
86b79e9942 Accepting request 48507 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libdatrie based on submit request 48507 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/48507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=6
2010-09-20 13:38:36 +00:00
OBS User autobuild
d844f7ecdc Accepting request 48507 from devel:libraries:c_c++
checked in (request 48507)

OBS-URL: https://build.opensuse.org/request/show/48507
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=9
2010-09-20 13:38:35 +00:00
OBS User autobuild
401754cb9e Accepting request 38678 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libdatrie based on submit request 38678 from user coolo

OBS-URL: https://build.opensuse.org/request/show/38678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=3
2010-04-24 15:00:07 +00:00
OBS User autobuild
dbf9f33334 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=2 2010-03-18 15:02:13 +00:00
OBS User autobuild
f891fb96e5 Accepting request 32407 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libdatrie based on submit request 32407 from user darix

OBS-URL: https://build.opensuse.org/request/show/32407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=1
2010-02-18 14:51:11 +00:00