From a81f3b950571c920f12e91b7c5737a87c8662866b6fef1cbd5d8596b87104c67 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Wed, 4 Feb 2015 21:22:00 +0000 Subject: [PATCH] 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 --- libdatrie-0.2.4.tar.gz | 3 --- libdatrie-0.2.8.tar.xz | 3 +++ libdatrie.changes | 11 +++++++++++ libdatrie.spec | 7 ++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 libdatrie-0.2.4.tar.gz create mode 100644 libdatrie-0.2.8.tar.xz diff --git a/libdatrie-0.2.4.tar.gz b/libdatrie-0.2.4.tar.gz deleted file mode 100644 index a66cf07..0000000 --- a/libdatrie-0.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2acfbfd9df07780f91352bc1bb16e4d8a32772dc9194bbc35ae600e0591dfa2 -size 359658 diff --git a/libdatrie-0.2.8.tar.xz b/libdatrie-0.2.8.tar.xz new file mode 100644 index 0000000..b944825 --- /dev/null +++ b/libdatrie-0.2.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a14d55c5687fc325216fffb5db0cf55d31b108cce65314a6d5c8042417ab7c2 +size 286428 diff --git a/libdatrie.changes b/libdatrie.changes index 0b3963f..3767bb0 100644 --- a/libdatrie.changes +++ b/libdatrie.changes @@ -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 diff --git a/libdatrie.spec b/libdatrie.spec index 027b761..28777fe 100644 --- a/libdatrie.spec +++ b/libdatrie.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,17 @@ Name: libdatrie -Version: 0.2.4 +Version: 0.2.8 Release: 0 Summary: Double-Array Trie Library License: LGPL-2.1 Group: System/Libraries 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 BuildRequires: doxygen BuildRequires: pkg-config +BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description