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-10-03 13:44:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old) and /work/SRC/openSUSE:Factory/.xapian-bindings.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xapian-bindings" Mon Oct 3 13:44:25 2022 rev:40 rq:1007288 version:1.4.21 Changes: -------- --- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes 2022-08-08 08:45:19.510475769 +0200 +++ /work/SRC/openSUSE:Factory/.xapian-bindings.new.2275/xapian-bindings.changes 2022-10-03 13:44:40.685338352 +0200 @@ -1,0 +2,24 @@ +Fri Sep 30 12:07:31 UTC 2022 - Antonio Larrosa <alarr...@suse.com> + +- update to 1.4.21: + * Documentation: + - Consistently say "macOS" not "Mac OS X", "OS X", etc. + * General: + - Update to use AX_CXX_COMPILE_STDCXX which is a replacement for + AX_CXX_COMPILE_STDCXX_11 (which we were using) which also + supports newer C++ standards versions which will be useful. + For C++11 the only difference seems to be that the macro now + checks for attribute support - we use C++11 attributes so + that seems a good thing. + * Portability: + - Drop special handling of MACOSX_DEPLOYMENT_TARGET. This was + only relevant for macOS 10.3 and (for powerpc only) 10.4, and + Apple dropped support for 10.4 in 2009. + * Java: + - Document where to install .jar on macOS. Partly addresses #774 +- Rebase patch: + * do-not-use-sphinx.diff +- Add workaround for Leap 15.4 where %python38_version_nodots + doesn't evaluate properly + +------------------------------------------------------------------- Old: ---- xapian-bindings-1.4.20.tar.xz xapian-bindings-1.4.20.tar.xz.asc New: ---- xapian-bindings-1.4.21.tar.xz xapian-bindings-1.4.21.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xapian-bindings.spec ++++++ --- /var/tmp/diff_new_pack.j9rrwu/_old 2022-10-03 13:44:41.233339558 +0200 +++ /var/tmp/diff_new_pack.j9rrwu/_new 2022-10-03 13:44:41.237339566 +0200 @@ -30,7 +30,7 @@ %bcond_with mono %define skip_python2 1 Name: xapian-bindings -Version: 1.4.20 +Version: 1.4.21 Release: 0 Summary: Bindings for xapian License: GPL-2.0-only @@ -63,6 +63,11 @@ %if %{with sphinx} BuildRequires: python3-Sphinx %endif +%if 0%{?sle_version} == 150400 +# python38_version_nodots doesn't evaluate correctly in 150400 +%define python_files() -n python3-%{**} +%define python_sitearch %{python3_sitearch} +%else %if 0%{?python38_version_nodots} == 38 # If we have multiple python flavors, build bindings for all of them %define python_subpackage_only 1 @@ -71,6 +76,7 @@ %define python_files() -n python3-%{**} %define python_sitearch %{python3_sitearch} %endif +%endif %description Xapian is a probabilistic information retrieval library. It offers an ++++++ do-not-use-sphinx.diff ++++++ --- /var/tmp/diff_new_pack.j9rrwu/_old 2022-10-03 13:44:41.269339637 +0200 +++ /var/tmp/diff_new_pack.j9rrwu/_new 2022-10-03 13:44:41.269339637 +0200 @@ -109,5 +109,5 @@ + cp -R -p `test -r docs/index.rst || echo '$(srcdir)/'`docs '$(DESTDIR)$(docdir)/python3' $(sphinxdocs): xapian/__init__.py xapian/_xapian$(PYTHON3_EXT_SUFFIX) docs/conf.py $(RST_DOCS) $(dist_exampledata_DATA) - PYTHONPATH=..:$$PYTHONPATH $(OSX_SIP_HACK_ENV) $(PYTHON3) \ + PYTHONPATH=..:$$PYTHONPATH $(MACOS_SIP_HACK_ENV) $(PYTHON3) \ ++++++ xapian-bindings-1.4.20.tar.xz -> xapian-bindings-1.4.21.tar.xz ++++++ ++++ 48243 lines of diff (skipped)