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
This commit is contained in:
Stephan Kulow 2011-02-23 04:36:44 +00:00 committed by Git OBS Bridge
parent d844f7ecdc
commit 9d56253099
5 changed files with 28 additions and 6 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libdatrie1

View File

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

3
libdatrie-0.2.4.tar.bz2 Normal file
View File

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

View File

@ -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

View File

@ -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