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-08-08 08:45:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.xapian-bindings.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xapian-bindings"

Mon Aug  8 08:45:07 2022 rev:39 rq:993353 version:1.4.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2022-01-29 20:57:41.880418284 +0100
+++ 
/work/SRC/openSUSE:Factory/.xapian-bindings.new.1521/xapian-bindings.changes    
    2022-08-08 08:45:19.510475769 +0200
@@ -1,0 +2,23 @@
+Tue Jul 19 14:16:07 UTC 2022 - Ben Greiner <[email protected]>
+
+- Refresh do-not-use-sphinx.diff
+
+-------------------------------------------------------------------
+Sun Jul 17 15:40:54 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 1.4.20:
+  * Enable -fvisibility-inlines-hidden option if the compiler supports it.
+  * Add missing reference tracking. XapianEnquire now keeps a reference to the
+    current XapianSorter object (if any).  XapianQueryParser now keeps a
+    reference to any set XapianFieldProcessor objects.  Test coverage for 
keeping
+    references to set functor objects is now more comprehensive.
+  * smoketest.php: Remove bogus extra null parameters.  PHP ignores these extra
+    parameters, but it's more helpful to be testing valid usage.
+  * The configure probes for Python3 no longer use the deprecated distutils and
+    imp modules (both of which are slated for removal in Python 3.12).  We now
+    use sysconfig to get the directory to install the xapian module to, which 
may
+    result in it being installed in a different place (it should still work, 
but
+    if you're packaging the bindings you may need to update the list of files 
to
+    include in the package).
+
+-------------------------------------------------------------------

Old:
----
  xapian-bindings-1.4.19.tar.xz
  xapian-bindings-1.4.19.tar.xz.asc

New:
----
  xapian-bindings-1.4.20.tar.xz
  xapian-bindings-1.4.20.tar.xz.asc

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

Other differences:
------------------
++++++ xapian-bindings.spec ++++++
--- /var/tmp/diff_new_pack.SguYrl/_old  2022-08-08 08:45:20.150477651 +0200
+++ /var/tmp/diff_new_pack.SguYrl/_new  2022-08-08 08:45:20.154477663 +0200
@@ -30,7 +30,7 @@
 %bcond_with mono
 %define skip_python2 1
 Name:           xapian-bindings
-Version:        1.4.19
+Version:        1.4.20
 Release:        0
 Summary:        Bindings for xapian
 License:        GPL-2.0-only

++++++ do-not-use-sphinx.diff ++++++
--- /var/tmp/diff_new_pack.SguYrl/_old  2022-08-08 08:45:20.190477769 +0200
+++ /var/tmp/diff_new_pack.SguYrl/_new  2022-08-08 08:45:20.194477781 +0200
@@ -1,52 +1,52 @@
-Index: xapian-bindings-1.4.4/configure
+Index: xapian-bindings-1.4.20/configure
 ===================================================================
---- xapian-bindings-1.4.4.orig/configure
-+++ xapian-bindings-1.4.4/configure
-@@ -17097,19 +17097,6 @@ $as_echo "$as_me: WARNING: Couldn't impo
+--- xapian-bindings-1.4.20.orig/configure
++++ xapian-bindings-1.4.20/configure
+@@ -18076,19 +18076,6 @@ printf "%s\n" "$as_me: WARNING: Couldn't
        fi
        fi
      fi
--    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python2 sphinx 
module" >&5
--$as_echo_n "checking for python2 sphinx module... " >&6; }
+-    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for python2 sphinx 
module" >&5
+-printf %s "checking for python2 sphinx module... " >&6; }
 -    if $PYTHON2 -c 'import sphinx;print(repr(sphinx.main))' >&5 2>&5 ; then
--      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
--$as_echo "yes" >&6; }
+-      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+-printf "%s\n" "yes" >&6; }
 -    else
--      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
--$as_echo "no" >&6; }
+-      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+-printf "%s\n" "no" >&6; }
 -      if test yes = "$with_python" ; then
 -      as_fn_error $? "Couldn't import sphinx module and call sphinx.main() 
for Python2 - try package python-sphinx" "$LINENO" 5
 -      fi
 -      PYTHON2=
 -    fi
      if test -n "$PYTHON2" ; then
-                   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 
$PYTHON2_INC/Python.h" >&5
- $as_echo_n "checking for $PYTHON2_INC/Python.h... " >&6; }
-@@ -17284,19 +17271,6 @@ $as_echo "$as_me: WARNING: Couldn't impo
-       fi
-       fi
+                   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for 
$PYTHON2_INC/Python.h" >&5
+ printf %s "checking for $PYTHON2_INC/Python.h... " >&6; }
+@@ -18263,19 +18250,6 @@ printf "%s\n" "$version (too old)" >&6;
+       PYTHON3_INC=`$PYTHON3 -c 'import 
os,sysconfig;print(sysconfig.get_path("include").replace(os.sep,"/"))' 
2>/dev/null`
+ 
      fi
--    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python3 sphinx 
module" >&5
--$as_echo_n "checking for python3 sphinx module... " >&6; }
+-    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for python3 sphinx 
module" >&5
+-printf %s "checking for python3 sphinx module... " >&6; }
 -    if $PYTHON3 -c 'import sphinx' >&5 2>&5 ; then
--      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
--$as_echo "yes" >&6; }
+-      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+-printf "%s\n" "yes" >&6; }
 -    else
--      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
--$as_echo "no" >&6; }
+-      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+-printf "%s\n" "no" >&6; }
 -      if test yes = "$with_python3" ; then
 -      as_fn_error $? "Couldn't import sphinx module for Python3 - try package 
python3-sphinx" "$LINENO" 5
 -      fi
 -      PYTHON3=
 -    fi
      if test -n "$PYTHON3" ; then
-                   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 
$PYTHON3_INC/Python.h" >&5
- $as_echo_n "checking for $PYTHON3_INC/Python.h... " >&6; }
-Index: xapian-bindings-1.4.4/configure.ac
+                   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for 
$PYTHON3_INC/Python.h" >&5
+ printf %s "checking for $PYTHON3_INC/Python.h... " >&6; }
+Index: xapian-bindings-1.4.20/configure.ac
 ===================================================================
---- xapian-bindings-1.4.4.orig/configure.ac
-+++ xapian-bindings-1.4.4/configure.ac
-@@ -351,16 +351,6 @@ if test no != "$with_python" ; then
+--- xapian-bindings-1.4.20.orig/configure.ac
++++ xapian-bindings-1.4.20/configure.ac
+@@ -353,16 +353,6 @@ if test no != "$with_python" ; then
        fi
        fi
      fi
@@ -63,9 +63,9 @@
      if test -n "$PYTHON2" ; then
        dnl Check that Python.h is there, which is a good way to check that
        dnl the appropriate python-dev package has been installed.
-@@ -441,16 +431,6 @@ if test no != "$with_python3" ; then
-       fi
-       fi
+@@ -434,16 +424,6 @@ if test no != "$with_python3" ; then
+       PYTHON3_INC=`$PYTHON3 -c 'import 
os,sysconfig;print(sysconfig.get_path("include").replace(os.sep,"/"))' 
2>/dev/null`
+       AC_SUBST(PYTHON3_INC)
      fi
 -    AC_MSG_CHECKING([for python3 sphinx module])
 -    if $PYTHON3 -c 'import sphinx' >&5 2>&5 ; then
@@ -80,11 +80,11 @@
      if test -n "$PYTHON3" ; then
        dnl Check that Python.h is there, which is a good way to check that
        dnl the appropriate python3-dev package has been installed.
-Index: xapian-bindings-1.4.4/python/Makefile.am
+Index: xapian-bindings-1.4.20/python/Makefile.am
 ===================================================================
---- xapian-bindings-1.4.4.orig/python/Makefile.am
-+++ xapian-bindings-1.4.4/python/Makefile.am
-@@ -158,9 +158,7 @@ sphinxdocs = docs/html/index.html
+--- xapian-bindings-1.4.20.orig/python/Makefile.am
++++ xapian-bindings-1.4.20/python/Makefile.am
+@@ -151,9 +151,7 @@ sphinxdocs = docs/html/index.html
  
  install-data-local:
        $(mkinstalldirs) '$(DESTDIR)$(docdir)/python'
@@ -95,11 +95,11 @@
  
  $(sphinxdocs): xapian/__init__.py xapian/_xapian$(PYTHON2_SO) docs/conf.py 
$(RST_DOCS) $(dist_exampledata_DATA)
  ## We need to run Sphinx for the right version of Python here, so we can't
-Index: xapian-bindings-1.4.4/python3/Makefile.am
+Index: xapian-bindings-1.4.20/python3/Makefile.am
 ===================================================================
---- xapian-bindings-1.4.4.orig/python3/Makefile.am
-+++ xapian-bindings-1.4.4/python3/Makefile.am
-@@ -163,9 +163,7 @@ sphinxdocs = docs/html/index.html
+--- xapian-bindings-1.4.20.orig/python3/Makefile.am
++++ xapian-bindings-1.4.20/python3/Makefile.am
+@@ -160,9 +160,7 @@ sphinxdocs = docs/html/index.html
  
  install-data-local:
        $(mkinstalldirs) '$(DESTDIR)$(docdir)/python3'
@@ -108,6 +108,6 @@
 -all-local: $(sphinxdocs)
 +      cp -R -p `test -r docs/index.rst || echo '$(srcdir)/'`docs 
'$(DESTDIR)$(docdir)/python3'
  
- $(sphinxdocs): xapian/__init__.py xapian/_xapian$(PYTHON3_SO) docs/conf.py 
$(RST_DOCS) $(dist_exampledata_DATA)
+ $(sphinxdocs): xapian/__init__.py xapian/_xapian$(PYTHON3_EXT_SUFFIX) 
docs/conf.py $(RST_DOCS) $(dist_exampledata_DATA)
        PYTHONPATH=..:$$PYTHONPATH $(OSX_SIP_HACK_ENV) $(PYTHON3) \
 

++++++ xapian-bindings-1.4.19.tar.xz -> xapian-bindings-1.4.20.tar.xz ++++++
++++ 27322 lines of diff (skipped)

Reply via email to