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
This commit is contained in:
commit
ddedf0a410
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2acfbfd9df07780f91352bc1bb16e4d8a32772dc9194bbc35ae600e0591dfa2
|
|
||||||
size 359658
|
|
3
libdatrie-0.2.8.tar.xz
Normal file
3
libdatrie-0.2.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a14d55c5687fc325216fffb5db0cf55d31b108cce65314a6d5c8042417ab7c2
|
||||||
|
size 286428
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 4 12:34:37 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.2.8
|
||||||
|
* Fix compiler warnings in test suites.
|
||||||
|
* Fix edge-case error on alphabet set of size 255.
|
||||||
|
* Fail trie operations on non-alphabet inputs, rather than silently
|
||||||
|
allowing them to sneak in as false keys.
|
||||||
|
* Improved documentation.
|
||||||
|
- Add xz build require to keep SLE11 support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 11 14:22:14 UTC 2013 - mmeister@suse.com
|
Thu Apr 11 14:22:14 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdatrie
|
# spec file for package libdatrie
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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,16 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libdatrie
|
Name: libdatrie
|
||||||
Version: 0.2.4
|
Version: 0.2.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Double-Array Trie Library
|
Summary: Double-Array Trie Library
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://linux.thai.net/~thep/datrie/datrie.html
|
Url: http://linux.thai.net/~thep/datrie/datrie.html
|
||||||
Source: ftp://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.gz
|
Source: ftp://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user