diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..7c62fcd --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libdatrie1 diff --git a/libdatrie-0.2.2.tar.bz2 b/libdatrie-0.2.2.tar.bz2 deleted file mode 100644 index 872062c..0000000 --- a/libdatrie-0.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5decf7a01b8dde4d944c4b9e7a6e9bdc654cb566ca294f3a81f2682655a8787 -size 281395 diff --git a/libdatrie-0.2.4.tar.bz2 b/libdatrie-0.2.4.tar.bz2 new file mode 100644 index 0000000..0dd713b --- /dev/null +++ b/libdatrie-0.2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab03f619df709971888dd80f50ce9193a6d960eb9756edf4d093fa6ab3058b84 +size 282302 diff --git a/libdatrie.changes b/libdatrie.changes index 7059996..7b71dfa 100644 --- a/libdatrie.changes +++ b/libdatrie.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Feb 23 02:18:55 CET 2011 - vuntz@opensuse.org + +- Add missing baselibs.conf. + +------------------------------------------------------------------- +Sun Sep 19 11:51:01 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.2.4: + + Close file on saving trie. + + Add trie_store_if_absent() API which fails on adding duplicated + key. This is useful for preventing race condition in + multi-thread applications. + + Add trie_fread() and trie_fwrite() APIs for reading/writing + trie data in an open file, allowing trie to be embeded as part + of a bigger file. +- Changes from version 0.2.3: + + More robustness against corrupted trie files. + + License clarification in individual source files. + ------------------------------------------------------------------- Sat Apr 24 10:32:55 UTC 2010 - coolo@novell.com diff --git a/libdatrie.spec b/libdatrie.spec index 4c73d0e..494f2ff 100644 --- a/libdatrie.spec +++ b/libdatrie.spec @@ -1,5 +1,5 @@ # -# spec file for package libdatrie (Version 0.2.2) +# spec file for package libdatrie (Version 0.2.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,13 +18,14 @@ Name: libdatrie -Version: 0.2.2 -Release: 2 +Version: 0.2.4 +Release: 1 License: LGPLv2.1 Summary: Double-Array Trie Library Url: http://linux.thai.net/~thep/datrie/datrie.html Group: System/Libraries Source: %{name}-%{version}.tar.bz2 +Source99: baselibs.conf BuildRequires: doxygen pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build