Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory 
checked in at 2020-09-01 20:05:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdatrie (Old)
 and      /work/SRC/openSUSE:Factory/.libdatrie.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdatrie"

Tue Sep  1 20:05:35 2020 rev:21 rq:829642 version:0.2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdatrie/libdatrie.changes      2018-02-21 
14:07:57.505779969 +0100
+++ /work/SRC/openSUSE:Factory/.libdatrie.new.3399/libdatrie.changes    
2020-09-01 20:06:38.808572167 +0200
@@ -1,0 +2,15 @@
+Tue Aug 25 21:45:14 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 0.2.12:
+  - More C90 (ANSI C) compliance.
+  - Prevent some compiling conflicts with other sources.
+  - Fix miscellaneous compiler warnings.
+  - Prevent trimming on extremely long dictionary path names.
+  - Detect iconv() error more correctly in trietool.
+  - Clarify package description that search time is O(m), where m is
+    key length, not O(1), while still claiming that it's independent
+    of database size.
+  - Fix trie_state_get_data() on a prefix key.
+  - Fix reported segfault on full-range alpha map.
+   
+-------------------------------------------------------------------

Old:
----
  libdatrie-0.2.10.tar.xz

New:
----
  libdatrie-0.2.12.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libdatrie.spec ++++++
--- /var/tmp/diff_new_pack.yEHWqZ/_old  2020-09-01 20:06:40.068572757 +0200
+++ /var/tmp/diff_new_pack.yEHWqZ/_new  2020-09-01 20:06:40.072572759 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdatrie
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           libdatrie
-Version:        0.2.10
+Version:        0.2.12
 Release:        0
 Summary:        Double-Array Trie Library
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
-Url:            https://linux.thai.net/~thep/datrie/datrie.html
+URL:            https://linux.thai.net/~thep/datrie/datrie.html
 Source:         
https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  autoconf-archive
@@ -62,7 +62,7 @@
 %configure \
         --disable-static \
         --with-html-docdir=%{_docdir}/libdatrie/html
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -74,12 +74,13 @@
 %postun -n libdatrie1 -p /sbin/ldconfig
 
 %files -n libdatrie1
-%doc AUTHORS ChangeLog COPYING README
+%license COPYING
+%doc AUTHORS ChangeLog README
 %{_libdir}/libdatrie.so.1*
 
 %files devel
 %{_bindir}/trietool*
-%{_mandir}/man*/trietool*.1%{ext_man}
+%{_mandir}/man*/trietool*.1%{?ext_man}
 %{_includedir}/datrie/
 %{_libdir}/libdatrie.so
 %{_libdir}/pkgconfig/datrie-0.2.pc

++++++ libdatrie-0.2.10.tar.xz -> libdatrie-0.2.12.tar.xz ++++++
++++ 44390 lines of diff (skipped)


Reply via email to