Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xapian-bindings for openSUSE:Factory
checked in at 2022-01-29 20:57:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
and /work/SRC/openSUSE:Factory/.xapian-bindings.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xapian-bindings"
Sat Jan 29 20:57:31 2022 rev:38 rq:949639 version:1.4.19
Changes:
--------
--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes
2021-02-07 15:18:19.885698845 +0100
+++
/work/SRC/openSUSE:Factory/.xapian-bindings.new.1898/xapian-bindings.changes
2022-01-29 20:57:41.880418284 +0100
@@ -1,0 +2,25 @@
+Fri Jan 28 08:27:13 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 1.4.19:
+ * configure: Add missing AC_ARG_VAR for all programs so that they are
+ documented in --help output, and so that autoconf knows they are "precious"
+ and preserves them if configure is rerun even when they're specified via an
+ environment variable.
+ * Replace uses of obsolete autoconf macros, fixing warnings if configure is
+ regenerated with a recent release of autoconf.
+ * Add missing wrappers for some QueryParser FLAG_* constants.
+ * Fix incorrect formatting in the processed POD documentation due to missing
+ escaping of `>` in code snippets.
+ * Make configure PHP5 version check more robust. Previously it would have
+ incorrectly accepted any (future) PHP version >= 10.0.0.
+ * configure: We now reject PHP8 since it isn't currently supported
+ by a released version of SWIG. SWIG 4.1.0 will supports PHP8.
+ * configure: Check for php-config7.4 as well as earlier 7.x versions
+ and php-config.
+ * Fix deprecation warnings with Python >= 3.9.
+ * Remove more files/dirs on "make clean". Reported by Gaurav Arora.
+ * Fix build with Ruby 3.0 and clang. Reported by Eduard Panov on macos, where
+ clang is the default compiler.
+ * Improve markup in Ruby bindings docs.
+
+-------------------------------------------------------------------
Old:
----
xapian-bindings-1.4.18.tar.xz
xapian-bindings-1.4.18.tar.xz.asc
New:
----
xapian-bindings-1.4.19.tar.xz
xapian-bindings-1.4.19.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xapian-bindings.spec ++++++
--- /var/tmp/diff_new_pack.PevIGs/_old 2022-01-29 20:57:42.448414601 +0100
+++ /var/tmp/diff_new_pack.PevIGs/_new 2022-01-29 20:57:42.452414575 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xapian-bindings
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@
%bcond_with mono
%define skip_python2 1
Name: xapian-bindings
-Version: 1.4.18
+Version: 1.4.19
Release: 0
Summary: Bindings for xapian
License: GPL-2.0-only
@@ -69,7 +69,7 @@
%python_subpackages
%else
%define python_files() -n python3-%{**}
-%define python_sitearch %python3_sitearch
+%define python_sitearch %{python3_sitearch}
%endif
%description
@@ -89,6 +89,7 @@
This package provides the files needed for developing Python 3 scripts
which use Xapian.
%else
+
%package -n python3-xapian
Summary: Files needed for developing Python scripts which use Xapian
Group: Development/Libraries/Python
++++++ xapian-bindings-1.4.18.tar.xz -> xapian-bindings-1.4.19.tar.xz ++++++
++++ 13260 lines of diff (skipped)