Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libdatrie for openSUSE:Factory checked in at 2021-02-17 18:09:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdatrie (Old) and /work/SRC/openSUSE:Factory/.libdatrie.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdatrie" Wed Feb 17 18:09:32 2021 rev:22 rq:871391 version:0.2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/libdatrie/libdatrie.changes 2020-09-01 20:06:38.808572167 +0200 +++ /work/SRC/openSUSE:Factory/.libdatrie.new.28504/libdatrie.changes 2021-02-17 18:09:36.609845874 +0100 @@ -1,0 +2,13 @@ +Thu Feb 11 22:45:51 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- 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 <unistd.h> include. + - [New APIs] Add serialization of the trie into memory buffer. + +------------------------------------------------------------------- Old: ---- libdatrie-0.2.12.tar.xz New: ---- libdatrie-0.2.13.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdatrie.spec ++++++ --- /var/tmp/diff_new_pack.06prJu/_old 2021-02-17 18:09:37.309846447 +0100 +++ /var/tmp/diff_new_pack.06prJu/_new 2021-02-17 18:09:37.313846449 +0100 @@ -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 @@ %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 @@ %{_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 ++++++ libdatrie-0.2.12.tar.xz -> libdatrie-0.2.13.tar.xz ++++++ ++++ 4716 lines of diff (skipped)