diff --git a/libdatrie-0.2.12.tar.xz b/libdatrie-0.2.12.tar.xz deleted file mode 100644 index 6b61e38..0000000 --- a/libdatrie-0.2.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149 -size 310236 diff --git a/libdatrie-0.2.13.tar.xz b/libdatrie-0.2.13.tar.xz new file mode 100644 index 0000000..cd7b115 --- /dev/null +++ b/libdatrie-0.2.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be +size 314072 diff --git a/libdatrie.changes b/libdatrie.changes index 0f0b942..0c4f796 100644 --- a/libdatrie.changes +++ b/libdatrie.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 11 22:45:51 UTC 2021 - Dirk Müller + +- 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 include. + - [New APIs] Add serialization of the trie into memory buffer. + ------------------------------------------------------------------- Tue Aug 25 21:45:14 UTC 2020 - Dirk Mueller diff --git a/libdatrie.spec b/libdatrie.spec index 35be175..ac0dce5 100644 --- a/libdatrie.spec +++ b/libdatrie.spec @@ -1,7 +1,7 @@ # # spec file for package libdatrie # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libdatrie -Version: 0.2.12 +Version: 0.2.13 Release: 0 Summary: Double-Array Trie Library License: LGPL-2.1-only @@ -67,8 +67,6 @@ autoreconf -fiv %install %make_install rm -f %{buildroot}%{_libdir}/libdatrie.la -# This is not installed where it should -mv %{buildroot}%{_datadir}/doc/libdatrie/README.migration %{buildroot}%{_docdir}/libdatrie/ %post -n libdatrie1 -p /sbin/ldconfig %postun -n libdatrie1 -p /sbin/ldconfig @@ -79,11 +77,12 @@ mv %{buildroot}%{_datadir}/doc/libdatrie/README.migration %{buildroot}%{_docdir} %{_libdir}/libdatrie.so.1* %files devel +%doc README.migration +%doc %{_docdir}/libdatrie %{_bindir}/trietool* %{_mandir}/man*/trietool*.1%{?ext_man} %{_includedir}/datrie/ %{_libdir}/libdatrie.so %{_libdir}/pkgconfig/datrie-0.2.pc -%doc %{_docdir}/libdatrie/ %changelog