Hello community,

here is the log from the commit of package dico for openSUSE:Factory checked in 
at 2020-06-11 14:52:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dico (Old)
 and      /work/SRC/openSUSE:Factory/.dico.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dico"

Thu Jun 11 14:52:58 2020 rev:4 rq:813458 version:2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/dico/dico.changes        2018-11-28 
11:15:06.370755331 +0100
+++ /work/SRC/openSUSE:Factory/.dico.new.3606/dico.changes      2020-06-11 
14:54:20.919214096 +0200
@@ -1,0 +2,15 @@
+Thu Jun 11 10:13:35 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Update to version 2.9
+  * New configuration variable DEFAULT_PIDFILE_NAME
+    Use it to alter the default pidfile location, e.g.:
+    ./configure DEFAULT_PIDFILE_NAME=/var/dico/dicod.pid
+  * Fix compilation on 32-bit systems
+- Changes for version 2.8"
+  * Fix out-of-boundary memory access in metaphone2 encoder
+  * Fix eventual access to freed memory block
+  * Rewrite utf8_iterator to work with non zero terminated strings.
+  * Fix the build on OpenBSD
+- Fix building with gcc10
+
+-------------------------------------------------------------------

Old:
----
  dico-2.7.tar.xz
  dico-2.7.tar.xz.sig

New:
----
  dico-2.9.tar.xz
  dico-2.9.tar.xz.sig

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

Other differences:
------------------
++++++ dico.spec ++++++
--- /var/tmp/diff_new_pack.hB4Jhk/_old  2020-06-11 14:54:23.767222780 +0200
+++ /var/tmp/diff_new_pack.hB4Jhk/_new  2020-06-11 14:54:23.771222792 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dico
 #
-# 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
@@ -19,7 +19,7 @@
 %define         sover 2
 %define         lib_name lib%{name}%{sover}
 Name:           dico
-Version:        2.7
+Version:        2.9
 Release:        0
 Summary:        Flexible modular implementation of DICT server (RFC 2229)
 License:        GPL-3.0-or-later
@@ -30,6 +30,7 @@
 Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring
 BuildRequires:  groff
 BuildRequires:  guile-devel
+BuildRequires:  libtool
 BuildRequires:  m4
 BuildRequires:  openldap2-devel
 BuildRequires:  pam-devel
@@ -44,9 +45,7 @@
 Requires:       m4
 Requires(post): info
 Requires(preun): info
-Recommends:     %{name}-lang
 Recommends:     %{name}-modules
-%lang_package
 
 %description
 GNU Dico is a flexible modular implementation of DICT server (RFC 2229). In
@@ -93,18 +92,18 @@
 %setup -q
 
 %build
+export CFLAGS="%{optflags} -fcommon"
 %configure \
   PYTHON=%{_bindir}/python3 \
   PYTHON_CONFIG=%{_bindir}/python3-config \
   DEFAULT_DICT_SERVER=dict.org \
   --libexecdir=%{_bindir} \
   --enable-static=no
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
 find %{buildroot} -type f \( -name '*.a' -o -name '*.la' \) -delete -print
-%find_lang %{name}
 
 %post -n %{lib_name} -p /sbin/ldconfig
 %postun -n %{lib_name} -p /sbin/ldconfig
@@ -131,8 +130,6 @@
 %{_mandir}/man5/dicod.conf.5%{?ext_man}
 %{_mandir}/man8/dicod.8%{?ext_man}
 
-%files lang -f %{name}.lang
-
 %files -n %{lib_name}
 %{_libdir}/libdico.so.%{sover}*
 

++++++ dico-2.7.tar.xz -> dico-2.9.tar.xz ++++++
++++ 231680 lines of diff (skipped)

++++++ dico.keyring ++++++
--- /var/tmp/diff_new_pack.hB4Jhk/_old  2020-06-11 14:54:24.587225280 +0200
+++ /var/tmp/diff_new_pack.hB4Jhk/_new  2020-06-11 14:54:24.591225293 +0200
@@ -1,3 +1,4 @@
+GPG keys of Sergey Poznyakoff <gray>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1.4.7 (GNU/Linux)
 
@@ -29,6 +30,7 @@
 9FxutfWWvZqNKW5up6GnB4y6WwCeN5k4mxck975PULOk8jq/ZqLGvnQ=
 =5lxD
 -----END PGP PUBLIC KEY BLOCK-----
+GPG keys of Wojciech Polak <polak>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1.4.9 (GNU/Linux)
 


Reply via email to