commit xapian-bindings for openSUSE:Factory

2020-09-01 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2020-09-01 20:06:34

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new.3399 (New)


Package is "xapian-bindings"

Tue Sep  1 20:06:34 2020 rev:34 rq:829960 version:1.4.17

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2020-05-05 18:53:41.881194045 +0200
+++ 
/work/SRC/openSUSE:Factory/.xapian-bindings.new.3399/xapian-bindings.changes
2020-09-01 20:07:39.720600655 +0200
@@ -1,0 +2,66 @@
+Thu Aug 27 10:52:20 UTC 2020 - Antonio Larrosa 
+
+- spec-cleaner run
+
+---
+Thu Aug 27 06:20:47 UTC 2020 - Antonio Larrosa 
+
+- Update to version 1.4.17:
+  * No user-visible change except for bumping the version to indicate
+compatibility with Xapian-core 1.4.17.
+
+- Update to version 1.4.16:
+  + General:
+* Remove code to support SVN snapshots since we stopped using SVN more 
than 5
+  years ago.
+* Ignore overloads for logical ops, *, /.  These were already ignored for
+  several languages, and aren't actually usefully wrapped for any of the 
other
+  languages.
+  + CSharp:
+* Work around mono terminfo parsing bug in more cases.  With this, "make",
+  "make check", "make install" and "make uninstall" all work on Ubuntu 
18.10.
+  Patch from Dipanshu Garg, fixes 
https://github.com/xapian/xapian/pull/287 and
+  #801.
+  + Lua:
+* Allow passing a Lua function as a MatchSpy.  This was supposed to be
+  supported already, but the typemaps weren't set up.
+* On platforms where sizeof(long) is 4, SWIG was wrapping 
Xapian::BAD_VALUENO
+  as a negative constant in Lua, which was then rejected by a check which
+  disallows passing negative values for unsigned C++ types.  We now direct 
SWIG
+  to handle Xapian::valueno as double (which is what numbers in Lua usually
+  actually are) which gives us an unsigned constant, and also eliminates 
the
+  negative value check.
+* Correct documentation - get_description() is wrapped as tostring() in 
Lua,
+  not str() as we previously claimed.
+* Add test coverage for passing Lua function for a Stopper.
+  + Perl:
+* Resolve the remaining issues and remove the "experimental" marker:
+  + Add search_xapian_compat() function which sets up aliases in the
+Search::Xapian namespace to aid writing code which uses either
+Search::Xapian or this module.
+  + Allow passing Perl sub for simpler Xapian functor classes.  This fills 
in a
+missing feature compared to Search::Xapian.  See #523.
+  + Remove useless PerlStopper class which was an incomplete copy of the
+apparently non-functional Search::Xapian::PerlStopper.  We now support
+passing a Perl sub for a Stopper object.
+  + Adjust some method names to match Search::Xapian.  Iterators now 
support
+inc() (and dec() where the C++ class supports operator--) like
+Search::Xapian, rather than increment() and prev().  Reported by Eric 
Wong
+in #523.
+  + Drop undocumented and unexpected extra equals() method.
+  + Provide compatibility with ENQ_ASCENDING, etc constants.  SWIG wraps 
these
+as $Xapian::Enquire::ASCENDING, which better matches the C++ API, but
+Search::Xapian wraps this as Search::Xapian::ENQ_ASCENDING, etc so 
provide
+those too for compatibility.  Reported by Eric Wong in #523.
+  + Drop stringification and int conversion overloads.  These seem more
+confusing than helpful, and overloading stringification works badly
+with SWIG-generated bindings.
+  + Document remaining known differences from Search::Xapian.
+* Update recently tested versions in README.
+* Improve documentation.
+* Fix t/02pod.t to look for files in right directory.
+  + Ruby:
+* Don't print iterator sizes to stdout.  This was some debugging 
accidentally
+  left in as part of a change in 1.4.12.  Patch from Dan Callaghan.
+
+---

Old:

  xapian-bindings-1.4.15.tar.xz
  xapian-bindings-1.4.15.tar.xz.asc

New:

  xapian-bindings-1.4.17.tar.xz
  xapian-bindings-1.4.17.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.uCmQZf/_old  2020-09-01 20:07:41.640601553 +0200
+++ /var/tmp/diff_new_pack.uCmQZf/_new  2020-09-01 20:07:41.644601555 +0200
@@ -16,22 +16,20 @@
 #
 
 
-%bcond_with php
 %define php_extension_dir %(php-config --extension-dir)
-%bcond_with mono
-
 %if 0%{?suse_version} 

commit xapian-bindings for openSUSE:Factory

2020-05-05 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2020-05-05 18:53:37

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new.2738 (New)


Package is "xapian-bindings"

Tue May  5 18:53:37 2020 rev:33 rq:799126 version:1.4.15

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2020-04-19 21:35:52.542442906 +0200
+++ 
/work/SRC/openSUSE:Factory/.xapian-bindings.new.2738/xapian-bindings.changes
2020-05-05 18:53:41.881194045 +0200
@@ -1,0 +2,7 @@
+Wed Apr 29 16:58:36 UTC 2020 - Dominique Leuenberger 
+
+- Update to version 1.4.15:
+  + Perl: Improve comment about App::Prove.
+  + Ruby: Support Ruby 2.7 (boo#1169447).
+
+---

Old:

  xapian-bindings-1.4.14.tar.xz
  xapian-bindings-1.4.14.tar.xz.asc

New:

  xapian-bindings-1.4.15.tar.xz
  xapian-bindings-1.4.15.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.0oD7dk/_old  2020-05-05 18:53:43.041196543 +0200
+++ /var/tmp/diff_new_pack.0oD7dk/_new  2020-05-05 18:53:43.045196551 +0200
@@ -31,7 +31,7 @@
 %endif
 
 Name:   xapian-bindings
-Version:1.4.14
+Version:1.4.15
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0-only

++ xapian-bindings-1.4.14.tar.xz -> xapian-bindings-1.4.15.tar.xz ++
 9296 lines of diff (skipped)





commit xapian-bindings for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2020-04-19 21:35:49

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new.2738 (New)


Package is "xapian-bindings"

Sun Apr 19 21:35:49 2020 rev:32 rq:766613 version:1.4.14

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2019-06-13 23:06:27.595190315 +0200
+++ 
/work/SRC/openSUSE:Factory/.xapian-bindings.new.2738/xapian-bindings.changes
2020-04-19 21:35:52.542442906 +0200
@@ -1,0 +2,146 @@
+Wed Jan 15 10:00:03 UTC 2020 - Antonio Larrosa 
+
+- Update to 1.4.14:
+  * Python3:
++ Remove broken replicationtest.py.  It's never worked reliably, and 
because
+  of that was disabled shortly after being added over a decade ago.
+  Unsurprisingly it's bit-rotted at least a bit since.  Nobody seems 
interested
+  in fixing it, so it's time to just get rid of it.
+- Remove the python2 bindings
+- Rebase patch:
+  * do-not-use-sphinx.diff
+
+- Update to 1.4.13:
+  * General:
++ Omit SWIG exception handling for destructors.  Since C++11, destructors 
can't
+  throw by default and we don't override that default, so there's no point
+  adding exception handling code for them.
++ Ensure doccomments.i is distributed.  If you unpacked a distribution 
tarball,
+  configured it and then ran "make dist" python/doccomments.i and
+  python3/doccomments.i would be missing unless you configured the tree 
with
+  --enable-maintainer-mode.
+  * PHP:
++ Check for php-config5.6 and php-config5.5 in configure as these versioned
+  names are used in some packages (such as those from the ondrej/php PPA).
+  * PHP7:
++ Work around build failure on Illuminos.  Fixes
+  https://trac.xapian.org/ticket/793, reported by Amitai Schleier.
+  * Ruby:
++ smoketest.rb: Use #push not #append on Array to restore compatibility 
with
+  Ruby < 2.5 (broken by changes in 1.4.12).
++ Expand tabs in Ruby code since using spaces for indentation seems to be
+  preferred Ruby style.
++ Remove trailing `;` from Ruby code.
+
+- Update to 1.4.12:
+  * Documentation:
++ Update bindings HACKING document.  Reported as out of date by Niwesh 
Gupta.
+  * CSharp:
++ Work around mono terminfo parsing bug - older cli-sn fails with e.g.
+  TERM=xterm-256color due to: https://github.com/mono/mono/issues/6752
+  Encountered on Kubuntu 18.10 and debugged by Tejasvi Tomar.  Seems to be
+  fixed in the mono version in Debian buster.
+  * Perl:
++ Suppress warnings from older Perl headers due to use of constructs which 
look
+  like C++11 user-defined literals.  They're fixed in newer versions so 
they're
+  just noise in our build.  We were working around these in the CI build, 
so
+  drop that workaround as we want to make the build warning-clean for users
+  too.  Reported by daniel93 on #xapian.
+  * Python3:
++ Fix build for changes in Sphinx 2.0 (which drops support for 
sphinx.main()).
+  Fixes #778, reported by karolyi.  Also reported by Gaurav Arora.
++ We now throw UnicodeEncodeError for bad Unicode string input.  Previously
+  cases such as a lone surrogate would be handled by quietly skipping the 
bad
+  codepoints when converting to UTF-8 to pass to Xapian.
++ We no longer use the deprecated old-style Py_UNICODE API, which currently
+  gives deprecation warnings and is slated to be removed in Python 4.0.
+  * Ruby:
++ Add support for block iteration.  All the iterator methods in the Ruby 
API
+  now accept an optional block.  If no block is given an array is returned 
so
+  existing code will still work.  Partly based on a patch in
+  https://github.com/xapian/xapian/pull/232 from Cong Ding.
++ Add missing wrappers for all the C++ methods returning iterators which
+  weren't wrapped for Ruby.  Fixes #777, reported by do.
++ Suppress warnings from Ruby 2.3 headers due to use of register and
+  constructs which look like C++11 user-defined literals.  They're fixed in
+  newer versions so they're just noise in our build.  We were working 
around
+  these in the CI build, so drop that workaround as we want to make the 
build
+  warning-clean for users too.  Reported by daniel93 on #xapian.
++ smoketest.rb: Don't leave temporary databases behind in /tmp.
+
+- Update to 1.4.11:
+  * CSharp:
++ Make MatchAll and MatchNothing readonly.
+  * Java:
++ Simplify load-time setup of Query.OP_OR, etc which are provided for
+  compatibility with the original hand-written JNI bindings.
+  * PHP:
++ We now load the module for "make check" using -d extension=xapian which
+  avoids needing to turn off 

commit xapian-bindings for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2019-06-13 23:06:25

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new.4811 (New)


Package is "xapian-bindings"

Thu Jun 13 23:06:25 2019 rev:31 rq:709676 version:1.4.9

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2018-11-26 10:28:25.541160333 +0100
+++ 
/work/SRC/openSUSE:Factory/.xapian-bindings.new.4811/xapian-bindings.changes
2019-06-13 23:06:27.595190315 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 09:47:29 UTC 2019 - Tomáš Chvátal 
+
+- Always disable the sphinx module as it causes trouble whenever
+  we update Sphinx (like now to 2.0)
+
+---



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.B1VpjK/_old  2019-06-13 23:06:28.235189937 +0200
+++ /var/tmp/diff_new_pack.B1VpjK/_new  2019-06-13 23:06:28.239189934 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-bindings
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %bcond_with mono
 
 %if 0%{?suse_version} >= 1320 && 0%{?is_opensuse}
-%bcond_without sphinx
+%bcond_with sphinx
 %define phpver php7
 %define phppkg php7
 %else






commit xapian-bindings for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2018-11-26 10:27:05

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new.19453 (New)


Package is "xapian-bindings"

Mon Nov 26 10:27:05 2018 rev:30 rq:651066 version:1.4.9

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2018-11-08 09:47:15.541186705 +0100
+++ 
/work/SRC/openSUSE:Factory/.xapian-bindings.new.19453/xapian-bindings.changes   
2018-11-26 10:28:25.541160333 +0100
@@ -1,0 +2,19 @@
+Tue Nov 20 09:11:16 UTC 2018 - Antonio Larrosa 
+
+- Update to 1.4.9
+  * PHP7:
++ Fix to build with upcoming PHP 7.3 release, which changes array_init()
+  to not return a value instead of always returning the constant SUCCESS.
+  We were checking this return value but no longer do.
+
+- Update to 1.4.8
+  * Perl:
++ Wrap new STEM_SOME_FULL_POS constant.
++ Add STEM_ALL_Z to qpstem export tag and POD docs.
++ Fix Perl bindings documentation typos.
+  * Python:
++ Fix RST formatting warning during build.
+  * Python3:
++ Fix RST formatting warning during build.
+
+---

Old:

  xapian-bindings-1.4.7.tar.xz
  xapian-bindings-1.4.7.tar.xz.asc

New:

  xapian-bindings-1.4.9.tar.xz
  xapian-bindings-1.4.9.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.xvZzSb/_old  2018-11-26 10:28:26.141159629 +0100
+++ /var/tmp/diff_new_pack.xvZzSb/_new  2018-11-26 10:28:26.145159624 +0100
@@ -31,7 +31,7 @@
 %endif
 
 Name:   xapian-bindings
-Version:1.4.7
+Version:1.4.9
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0-only

++ xapian-bindings-1.4.7.tar.xz -> xapian-bindings-1.4.9.tar.xz ++
 12637 lines of diff (skipped)





commit xapian-bindings for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2018-11-08 09:47:11

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is "xapian-bindings"

Thu Nov  8 09:47:11 2018 rev:29 rq:644361 version:1.4.7

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2018-07-27 10:58:15.721878494 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2018-11-08 09:47:15.541186705 +0100
@@ -1,0 +2,6 @@
+Thu Jul 26 14:03:27 UTC 2018 - alarr...@suse.com
+
+- Update to 1.4.7
+  * see http://xapian.org/docs/xapian-bindings-1.4.7/NEWS
+
+---

Old:

  xapian-bindings-1.4.6.tar.xz
  xapian-bindings-1.4.6.tar.xz.asc

New:

  xapian-bindings-1.4.7.tar.xz
  xapian-bindings-1.4.7.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.xwbUiK/_old  2018-11-08 09:47:16.429185661 +0100
+++ /var/tmp/diff_new_pack.xwbUiK/_new  2018-11-08 09:47:16.429185661 +0100
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -31,7 +31,7 @@
 %endif
 
 Name:   xapian-bindings
-Version:1.4.6
+Version:1.4.7
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0-only
@@ -184,14 +184,24 @@
 
 %files -n python-xapian
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
+%doc AUTHORS ChangeLog HACKING NEWS README TODO
+%if 0%{suse_version} < 1500 && !0%{?is_opensuse}
+%doc COPYING
+%else
+%license COPYING
+%endif
 %dir %{_defaultdocdir}/%{name}
 %doc %{_defaultdocdir}/%{name}/python/
 %{python_sitearch}/xapian/
 
 %files -n python3-xapian
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
+%doc AUTHORS ChangeLog HACKING NEWS README TODO
+%if 0%{suse_version} < 1500 && !0%{?is_opensuse}
+%doc COPYING
+%else
+%license COPYING
+%endif
 %dir %{_defaultdocdir}/%{name}
 %doc %{_defaultdocdir}/%{name}/python3/
 %{python3_sitearch}/xapian/
@@ -199,7 +209,12 @@
 %if %{with php}
 %files -n %{phppkg}-xapian
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
+%doc AUTHORS ChangeLog HACKING NEWS README TODO
+%if 0%{suse_version} < 1500 && !0%{?is_opensuse}
+%doc COPYING
+%else
+%license COPYING
+%endif
 %dir %{_defaultdocdir}/%{name}
 %doc %{_defaultdocdir}/%{name}/php/
 %{php_extension_dir}/xapian.so
@@ -208,7 +223,12 @@
 
 %files -n ruby-xapian
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
+%doc AUTHORS ChangeLog HACKING NEWS README TODO
+%if 0%{suse_version} < 1500 && !0%{?is_opensuse}
+%doc COPYING
+%else
+%license COPYING
+%endif
 %dir %{_defaultdocdir}/%{name}
 %doc %{_defaultdocdir}/%{name}/ruby/
 %{_libdir}/ruby/site_ruby/%{rb_ver}/%{rb_arch}/_xapian.so
@@ -216,7 +236,12 @@
 
 %files -n tcl8-xapian
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
+%doc AUTHORS ChangeLog HACKING NEWS README TODO
+%if 0%{suse_version} < 1500 && !0%{?is_opensuse}
+%doc COPYING
+%else
+%license COPYING
+%endif
 %dir %{_defaultdocdir}/%{name}
 %doc %{_defaultdocdir}/%{name}/tcl8/
 %{_libdir}/tcl/xapian%{version}/
@@ -224,7 +249,12 @@
 %if %{with mono}
 %files -n xapian-csharp
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
+%doc AUTHORS ChangeLog HACKING NEWS README TODO
+%if 0%{suse_version} < 1500 && !0%{?is_opensuse}
+%doc COPYING
+%else
+%license COPYING
+%endif
 %dir %{_defaultdocdir}/%{name}
 %doc %{_defaultdocdir}/%{name}/csharp/
 %{_libdir}/_XapianSharp.so

++ xapian-bindings-1.4.6.tar.xz -> xapian-bindings-1.4.7.tar.xz ++
 9417 lines of diff (skipped)





commit xapian-bindings for openSUSE:Factory

2018-07-27 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2018-07-27 10:57:27

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is "xapian-bindings"

Fri Jul 27 10:57:27 2018 rev:28 rq:625433 version:1.4.6

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2017-12-20 10:39:55.834703274 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2018-07-27 10:58:15.721878494 +0200
@@ -1,0 +2,6 @@
+Tue Jul  3 09:25:26 UTC 2018 - alarr...@suse.com
+
+- Update to 1.4.6 
+  * see http://xapian.org/docs/xapian-bindings-1.4.6/NEWS
+
+---

Old:

  xapian-bindings-1.4.5.tar.xz
  xapian-bindings-1.4.5.tar.xz.asc

New:

  xapian-bindings-1.4.6.tar.xz
  xapian-bindings-1.4.6.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.uBHRQs/_old  2018-07-27 10:58:16.245879497 +0200
+++ /var/tmp/diff_new_pack.uBHRQs/_new  2018-07-27 10:58:16.245879497 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-bindings
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,10 +31,10 @@
 %endif
 
 Name:   xapian-bindings
-Version:1.4.5
+Version:1.4.6
 Release:0
 Summary:Bindings for xapian
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Development/Languages/Other
 Url:http://www.xapian.org/
 Source0:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz

++ xapian-bindings-1.4.5.tar.xz -> xapian-bindings-1.4.6.tar.xz ++
 39100 lines of diff (skipped)





commit xapian-bindings for openSUSE:Factory

2017-12-20 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2017-12-20 10:39:53

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is "xapian-bindings"

Wed Dec 20 10:39:53 2017 rev:27 rq:558313 version:1.4.5

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2017-09-12 19:57:53.390028717 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2017-12-20 10:39:55.834703274 +0100
@@ -1,0 +2,6 @@
+Thu Dec 14 10:47:34 UTC 2017 - alarr...@suse.com
+
+- Update to 1.4.5 
+  * see http://xapian.org/docs/xapian-bindings-1.4.5/NEWS
+
+---

Old:

  xapian-bindings-1.4.4.tar.xz
  xapian-bindings-1.4.4.tar.xz.asc

New:

  xapian-bindings-1.4.5.tar.xz
  xapian-bindings-1.4.5.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.RhU17m/_old  2017-12-20 10:39:56.626645769 +0100
+++ /var/tmp/diff_new_pack.RhU17m/_new  2017-12-20 10:39:56.626645769 +0100
@@ -31,7 +31,7 @@
 %endif
 
 Name:   xapian-bindings
-Version:1.4.4
+Version:1.4.5
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0

++ xapian-bindings-1.4.4.tar.xz -> xapian-bindings-1.4.5.tar.xz ++
 13759 lines of diff (skipped)





commit xapian-bindings for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2017-09-12 19:57:53

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is "xapian-bindings"

Tue Sep 12 19:57:53 2017 rev:26 rq:523631 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2017-07-04 13:42:54.246100699 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2017-09-12 19:57:53.390028717 +0200
@@ -1,0 +2,13 @@
+Mon Sep 11 15:55:18 UTC 2017 - alarr...@suse.com
+
+- Create a new php7-xapian package in Tumbleweed instead of using php5
+  which will be removed soon (boo#1058105)
+- Add fix-php7-directory.patch to install xapian.php to the right directory.
+- Disable creation of php bindings by default due to 
+  https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package 
+- To build the php bindings locally, use :
+  * osc build --with=php
+  or download the src.rpm file and use:
+  * rpmbuild --rebuild xapian-bindings-1.4.4-0.src.rpm -D "with_php 1"
+
+---

New:

  fix-php7-directory.patch



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.TTAE8E/_old  2017-09-12 19:57:54.033938177 +0200
+++ /var/tmp/diff_new_pack.TTAE8E/_new  2017-09-12 19:57:54.033938177 +0200
@@ -16,13 +16,18 @@
 #
 
 
+%bcond_with php
 %define php_extension_dir %(php-config --extension-dir)
 %bcond_with mono
 
 %if 0%{?suse_version} >= 1320 && 0%{?is_opensuse}
 %bcond_without sphinx
+%define phpver php7
+%define phppkg php7
 %else
 %bcond_with sphinx
+%define phpver php5
+%define phppkg php
 %endif
 
 Name:   xapian-bindings
@@ -36,13 +41,20 @@
 Source1:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 Patch0: do-not-use-sphinx.diff
+Patch1: fix-php7-directory.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  java-devel
+BuildRequires:  libtool
 BuildRequires:  libuuid-devel
 BuildRequires:  libxapian-devel = %{version}
 %if %{with mono}
 BuildRequires:  mono-devel
 %endif
-BuildRequires:  php5-devel >= 5.5
+
+%if %{with php}
+BuildRequires:  %{phpver}-devel
+%endif
 BuildRequires:  pkg-config
 BuildRequires:  python-devel >= 2.6
 BuildRequires:  python-setuptools
@@ -85,17 +97,19 @@
 This package provides the files needed for developing Python 3 scripts
 which use Xapian.
 
-%package -n php-xapian
+%if %{with php}
+%package -n %{phppkg}-xapian
 Summary:Files needed for developing PHP scripts which use Xapian
 Group:  Productivity/Networking/Web/Servers
-Requires:   php5
+Requires:   %{phpver}
 
-%description -n php-xapian
+%description -n %{phppkg}-xapian
 Xapian is a probabilistic information retrieval library. It offers an
 adaptable toolkit that allows developers to add advanced indexing and
 search facilities to applications.
 This package provides the files needed for developing PHP scripts
 which use Xapian.
+%endif
 
 %package -n ruby-xapian
 Summary:Files needed for developing Ruby scripts which use Xapian
@@ -138,6 +152,9 @@
 %if %{without sphinx}
 %patch0 -p1
 %endif
+%if %{with php} && %{phpver} == php7
+%patch1 -p1
+%endif
 
 %build
 
@@ -146,7 +163,9 @@
 %configure\
 --with-python \
 --with-python3 \
---with-php\
+%if %{with php}
+--with-%{phppkg} \
+%endif
 --with-ruby   \
 --with-tcl\
 %if %{without mono}
@@ -177,13 +196,15 @@
 %doc %{_defaultdocdir}/%{name}/python3/
 %{python3_sitearch}/xapian/
 
-%files -n php-xapian
+%if %{with php}
+%files -n %{phppkg}-xapian
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
 %dir %{_defaultdocdir}/%{name}
 %doc %{_defaultdocdir}/%{name}/php/
 %{php_extension_dir}/xapian.so
-%{_datadir}/php5/xapian.php
+%{_datadir}/%{phpver}/xapian.php
+%endif
 
 %files -n ruby-xapian
 %defattr(-,root,root)

++ fix-php7-directory.patch ++
Index: xapian-bindings-1.4.4/php7/Makefile.am
===
--- xapian-bindings-1.4.4.orig/php7/Makefile.am
+++ xapian-bindings-1.4.4/php7/Makefile.am
@@ -39,7 +39,7 @@ phpext_LTLIBRARIES = xapian.la
 # This location is correct for Debian, but in general there doesn't seem
 # to be a suitable location which is guaranteed to be in the include_path
 # by default.
-phpincdir = $(datadir)/php
+phpincdir = $(datadir)/php7
 phpinc_DATA = php7/xapian.php
 
 # Remove the .la file - xapian.la is never linked against (it's a module)





commit xapian-bindings for openSUSE:Factory

2017-07-04 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2017-07-04 13:42:52

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is "xapian-bindings"

Tue Jul  4 13:42:52 2017 rev:25 rq:507413 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2017-06-28 10:36:39.744185401 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2017-07-04 13:42:54.246100699 +0200
@@ -1,0 +2,14 @@
+Fri Jun 30 15:56:06 UTC 2017 - alarr...@suse.com
+
+- Update to 1.4.4
+  * see http://xapian.org/docs/xapian-bindings-1.4.4/NEWS
+- Rebase do-not-use-sphinx.diff
+
+---
+Fri Jun 30 15:00:17 UTC 2017 - jeng...@inai.de
+
+- Trim filler words from descriptions.
+- %packages need not be %if guarded (only their %files),
+  so trim that too.
+
+---

Old:

  xapian-bindings-1.4.3.tar.xz
  xapian-bindings-1.4.3.tar.xz.asc

New:

  xapian-bindings-1.4.4.tar.xz
  xapian-bindings-1.4.4.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.eRhTqY/_old  2017-07-04 13:42:54.866013410 +0200
+++ /var/tmp/diff_new_pack.eRhTqY/_new  2017-07-04 13:42:54.866013410 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   xapian-bindings
-Version:1.4.3
+Version:1.4.4
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0
@@ -58,9 +58,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Xapian is an Open Source Probabilistic Information Retrieval Library. It
-offers a highly adaptable toolkit that allows developers to easily add advanced
-indexing and search facilities to applications.
+Xapian is a probabilistic information retrieval library. It offers an
+adaptable toolkit that allows developers to add advanced indexing and
+search facilities to applications.
 
 %package -n python-xapian
 Summary:Files needed for developing Python scripts which use Xapian
@@ -68,20 +68,22 @@
 Provides:   python2-xapian = %{version}
 
 %description -n python-xapian
-Xapian is an Open Source Probabilistic Information Retrieval framework. It
-offers a highly adaptable toolkit that allows developers to easily add advanced
-indexing and search facilities to applications. This package provides the
-files needed for developing Python scripts which use Xapian.
+Xapian is a probabilistic information retrieval library. It offers an
+adaptable toolkit that allows developers to add advanced indexing and
+search facilities to applications.
+This package provides the files needed for developing Python 2 scripts
+which use Xapian.
 
 %package -n python3-xapian
 Summary:Files needed for developing Python scripts which use Xapian
 Group:  Development/Libraries/Python
 
 %description -n python3-xapian
-Xapian is an Open Source Probabilistic Information Retrieval framework. It
-offers a highly adaptable toolkit that allows developers to easily add advanced
-indexing and search facilities to applications. This package provides the
-files needed for developing Python scripts which use Xapian.
+Xapian is a probabilistic information retrieval library. It offers an
+adaptable toolkit that allows developers to add advanced indexing and
+search facilities to applications.
+This package provides the files needed for developing Python 3 scripts
+which use Xapian.
 
 %package -n php-xapian
 Summary:Files needed for developing PHP scripts which use Xapian
@@ -89,10 +91,11 @@
 Requires:   php5
 
 %description -n php-xapian
-Xapian is an Open Source Probabilistic Information Retrieval framework. It
-offers a highly adaptable toolkit that allows developers to easily add advanced
-indexing and search facilities to applications. This package provides the
-files needed for developing PHP scripts which use Xapian.
+Xapian is a probabilistic information retrieval library. It offers an
+adaptable toolkit that allows developers to add advanced indexing and
+search facilities to applications.
+This package provides the files needed for developing PHP scripts
+which use Xapian.
 
 %package -n ruby-xapian
 Summary:Files needed for developing Ruby scripts which use Xapian
@@ -100,10 +103,11 @@
 Requires:   ruby
 
 %description -n ruby-xapian
-Xapian is an Open Source Probabilistic Information Retrieval framework. It
-offers a highly adaptable toolkit that allows developers to easily add advanced
-indexing and search facilities to applications. This package provides the
-files 

commit xapian-bindings for openSUSE:Factory

2017-06-28 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2017-06-28 10:36:39

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is "xapian-bindings"

Wed Jun 28 10:36:39 2017 rev:24 rq:506393 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2017-03-12 20:00:03.063283468 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2017-06-28 10:36:39.744185401 +0200
@@ -1,0 +2,5 @@
+Mon Jun 26 10:00:17 UTC 2017 - tbecht...@suse.com
+
+- add Provides for python2-xapian
+
+---



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.xn5v9u/_old  2017-06-28 10:36:40.340101095 +0200
+++ /var/tmp/diff_new_pack.xn5v9u/_new  2017-06-28 10:36:40.344100529 +0200
@@ -65,6 +65,7 @@
 %package -n python-xapian
 Summary:Files needed for developing Python scripts which use Xapian
 Group:  Development/Libraries/Python
+Provides:   python2-xapian = %{version}
 
 %description -n python-xapian
 Xapian is an Open Source Probabilistic Information Retrieval framework. It






commit xapian-bindings for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2017-03-12 20:00:01

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is "xapian-bindings"

Sun Mar 12 20:00:01 2017 rev:23 rq:468645 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2016-12-05 16:34:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2017-03-12 20:00:03.063283468 +0100
@@ -1,0 +2,19 @@
+Wed Feb  1 09:48:05 UTC 2017 - alarr...@suse.com
+
+- Update to 1.4.3 
+  * see http://xapian.org/docs/xapian-bindings-1.4.3/NEWS
+- xapian-bindings 1.4.3 requires Python >= 2.6
+- Update to 1.4.2
+  * see http://xapian.org/docs/xapian-bindings-1.4.2/NEWS
+- Added BuildRequire python3-Sphinx
+- Drop automake.patch, which is not needed anymore
+- Added do-not-use-sphinx.diff to remove the need of python3-Sphinx 
+  on distributions that don't have it
+
+---
+Tue Nov 22 13:15:37 UTC 2016 - bo...@opensuse.org
+
+- Python3 support
+- Added automake patch for building with python3 (github PR 126)
+
+---

Old:

  xapian-bindings-1.4.1.tar.xz
  xapian-bindings-1.4.1.tar.xz.asc

New:

  do-not-use-sphinx.diff
  xapian-bindings-1.4.3.tar.xz
  xapian-bindings-1.4.3.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.Jrivud/_old  2017-03-12 20:00:04.139131238 +0100
+++ /var/tmp/diff_new_pack.Jrivud/_new  2017-03-12 20:00:04.143130672 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-bindings
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,14 @@
 %define php_extension_dir %(php-config --extension-dir)
 %bcond_with mono
 
+%if 0%{?suse_version} >= 1320 && 0%{?is_opensuse}
+%bcond_without sphinx
+%else
+%bcond_with sphinx
+%endif
+
 Name:   xapian-bindings
-Version:1.4.1
+Version:1.4.3
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0
@@ -29,6 +35,7 @@
 Source0:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
 Source1:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
+Patch0: do-not-use-sphinx.diff
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libxapian-devel = %{version}
@@ -37,8 +44,14 @@
 %endif
 BuildRequires:  php5-devel >= 5.5
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
+BuildRequires:  python-devel >= 2.6
+BuildRequires:  python-setuptools
+%if %{with sphinx}
 BuildRequires:  python-sphinx
+BuildRequires:  python3-Sphinx
+%endif
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRequires:  ruby-devel
 BuildRequires:  tcl-devel
 BuildRequires:  xz
@@ -52,7 +65,6 @@
 %package -n python-xapian
 Summary:Files needed for developing Python scripts which use Xapian
 Group:  Development/Libraries/Python
-%py_requires
 
 %description -n python-xapian
 Xapian is an Open Source Probabilistic Information Retrieval framework. It
@@ -60,6 +72,16 @@
 indexing and search facilities to applications. This package provides the
 files needed for developing Python scripts which use Xapian.
 
+%package -n python3-xapian
+Summary:Files needed for developing Python scripts which use Xapian
+Group:  Development/Libraries/Python
+
+%description -n python3-xapian
+Xapian is an Open Source Probabilistic Information Retrieval framework. It
+offers a highly adaptable toolkit that allows developers to easily add advanced
+indexing and search facilities to applications. This package provides the
+files needed for developing Python scripts which use Xapian.
+
 %package -n php-xapian
 Summary:Files needed for developing PHP scripts which use Xapian
 Group:  Productivity/Networking/Web/Servers
@@ -108,10 +130,17 @@
 
 %prep
 %setup -q
+%if %{without sphinx}
+%patch0 -p1
+%endif
 
 %build
+
+autoreconf -vfi
+
 %configure\
 --with-python \
+--with-python3 \
 --with-php\
 --with-ruby   \
 --with-tcl\
@@ -134,7 +163,14 @@
 %doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
 %dir %{_defaultdocdir}/%{name}
 %doc %{_defaultdocdir}/%{name}/python/
-%{py_sitedir}/xapian/
+%{python_sitearch}/xapian/
+

commit xapian-bindings for openSUSE:Factory

2016-12-05 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2016-12-05 16:34:30

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is "xapian-bindings"

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2016-08-20 12:27:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2016-12-05 16:34:32.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 11 10:10:28 UTC 2016 - alarr...@suse.com
+
+- Update to 1.4.1
+  * see http://xapian.org/docs/xapian-bindings-1.4.1/NEWS
+- Specify in BuildRequires that php >= 5.5 is needed .
+
+---

Old:

  xapian-bindings-1.4.0.tar.xz
  xapian-bindings-1.4.0.tar.xz.asc

New:

  xapian-bindings-1.4.1.tar.xz
  xapian-bindings-1.4.1.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.fOhT4G/_old  2016-12-05 16:34:33.0 +0100
+++ /var/tmp/diff_new_pack.fOhT4G/_new  2016-12-05 16:34:33.0 +0100
@@ -20,7 +20,7 @@
 %bcond_with mono
 
 Name:   xapian-bindings
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0
@@ -35,7 +35,7 @@
 %if %{with mono}
 BuildRequires:  mono-devel
 %endif
-BuildRequires:  php5-devel
+BuildRequires:  php5-devel >= 5.5
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  python-sphinx

++ xapian-bindings-1.4.0.tar.xz -> xapian-bindings-1.4.1.tar.xz ++
 36129 lines of diff (skipped)





commit xapian-bindings for openSUSE:Factory

2016-08-20 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2016-08-20 12:27:02

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is "xapian-bindings"

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2016-04-22 16:25:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2016-08-20 12:27:04.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul  9 06:29:24 UTC 2016 - tittiatc...@gmail.com
+
+- Update to 1.4.0
+  * see http://xapian.org/docs/xapian-bindings-1.4.0/NEWS
+  
+- Drop patch replaced-swig-zend-error-noreturn-flag.patch
+
+---

Old:

  replaced-swig-zend-error-noreturn-flag.patch
  xapian-bindings-1.2.23.tar.xz
  xapian-bindings-1.2.23.tar.xz.asc

New:

  xapian-bindings-1.4.0.tar.xz
  xapian-bindings-1.4.0.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.F3sR7R/_old  2016-08-20 12:27:05.0 +0200
+++ /var/tmp/diff_new_pack.F3sR7R/_new  2016-08-20 12:27:05.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with mono
 
 Name:   xapian-bindings
-Version:1.2.23
+Version:1.4.0
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0
@@ -29,7 +29,6 @@
 Source0:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
 Source1:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
-Patch0: replaced-swig-zend-error-noreturn-flag.patch
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libxapian-devel = %{version}
@@ -39,6 +38,7 @@
 BuildRequires:  php5-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
+BuildRequires:  python-sphinx
 BuildRequires:  ruby-devel
 BuildRequires:  tcl-devel
 BuildRequires:  xz
@@ -108,7 +108,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure\

++ xapian-bindings-1.2.23.tar.xz -> xapian-bindings-1.4.0.tar.xz ++
 690027 lines of diff (skipped)





commit xapian-bindings for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2016-04-22 16:25:52

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is "xapian-bindings"

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2015-07-22 09:19:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2016-04-22 16:25:59.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 13 07:09:20 UTC 2016 - tittiatc...@gmail.com
+
+- Update to 1.2.23
+  * see http://xapian.org/docs/xapian-bindings-1.2.23/NEWS
+
+---

Old:

  xapian-bindings-1.2.21.tar.xz
  xapian-bindings-1.2.21.tar.xz.asc

New:

  xapian-bindings-1.2.23.tar.xz
  xapian-bindings-1.2.23.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.GNToQX/_old  2016-04-22 16:26:00.0 +0200
+++ /var/tmp/diff_new_pack.GNToQX/_new  2016-04-22 16:26:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-bindings
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %bcond_with mono
 
 Name:   xapian-bindings
-Version:1.2.21
+Version:1.2.23
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0

++ xapian-bindings-1.2.21.tar.xz -> xapian-bindings-1.2.23.tar.xz ++
 51188 lines of diff (skipped)





commit xapian-bindings for openSUSE:Factory

2015-07-22 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2015-07-22 09:19:55

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2015-05-22 09:54:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2015-07-22 09:19:58.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 21 12:25:15 UTC 2015 - jeng...@inai.de
+
+- Remove unnecessary buildrequire on update-alternatives:
+  there are no scriptlets that make use of it.
+  Drop %clean, it too is unnecessary for OBS.
+
+---



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.IK07ph/_old  2015-07-22 09:19:59.0 +0200
+++ /var/tmp/diff_new_pack.IK07ph/_new  2015-07-22 09:19:59.0 +0200
@@ -41,7 +41,6 @@
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
 BuildRequires:  tcl-devel
-BuildRequires:  update-alternatives
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -131,9 +130,6 @@
 %install
 make install DESTDIR=%{?buildroot} %{?_smp_mflags}
 
-%clean
-rm -rf %{buildroot}
-
 %files -n python-xapian
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO






commit xapian-bindings for openSUSE:Factory

2015-05-22 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2015-05-22 09:54:34

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2015-04-03 14:34:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2015-05-22 09:54:35.0 +0200
@@ -1,0 +2,6 @@
+Thu May 21 09:19:17 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 1.2.21
+  * see http://xapian.org/docs/xapian-bindings-1.2.21/NEWS
+
+---

Old:

  xapian-bindings-1.2.20.tar.xz
  xapian-bindings-1.2.20.tar.xz.asc

New:

  xapian-bindings-1.2.21.tar.xz
  xapian-bindings-1.2.21.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.E1TgJx/_old  2015-05-22 09:54:36.0 +0200
+++ /var/tmp/diff_new_pack.E1TgJx/_new  2015-05-22 09:54:36.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with mono
 
 Name:   xapian-bindings
-Version:1.2.20
+Version:1.2.21
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0

++ xapian-bindings-1.2.20.tar.xz - xapian-bindings-1.2.21.tar.xz ++
 30151 lines of diff (skipped)





commit xapian-bindings for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2015-04-03 14:34:48

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2015-03-12 16:39:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2015-04-03 14:34:49.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  2 10:41:05 UTC 2015 - dmuel...@suse.com
+
+- make building of csharp bindings optional for architectures
+  that do not provide mono
+
+---



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.ahXozw/_old  2015-04-03 14:34:49.0 +0200
+++ /var/tmp/diff_new_pack.ahXozw/_new  2015-04-03 14:34:49.0 +0200
@@ -17,6 +17,7 @@
 
 
 %define php_extension_dir %(php-config --extension-dir)
+%bcond_with mono
 
 Name:   xapian-bindings
 Version:1.2.20
@@ -32,7 +33,9 @@
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libxapian-devel = %{version}
+%if %{with mono}
 BuildRequires:  mono-devel
+%endif
 BuildRequires:  php5-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
@@ -91,6 +94,7 @@
 indexing and search facilities to applications. This package provides the
 files needed for developing TCL scripts which use Xapian.
 
+%if %{with mono}
 %package -n xapian-csharp
 Summary:Files needed for developing C# applications which use Xapian
 Group:  Development/Languages/Mono
@@ -101,7 +105,7 @@
 offers a highly adaptable toolkit that allows developers to easily add advanced
 indexing and search facilities to applications. This package provides the
 files needed for developing C# applications which use Xapian.
-
+%endif
 
 %prep
 %setup -q
@@ -113,7 +117,11 @@
 --with-php\
 --with-ruby   \
 --with-tcl\
+%if %{without mono}
+--without-csharp \
+%else
 --with-csharp \
+%endif
 --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 
@@ -156,6 +164,7 @@
 %doc %{_defaultdocdir}/%{name}/tcl8/
 %{_libdir}/tcl/xapian%{version}/
 
+%if %{with mono}
 %files -n xapian-csharp
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
@@ -166,5 +175,6 @@
 %{_libdir}/mono/XapianSharp/
 %dir %{_libdir}/mono/gac/
 %{_libdir}/mono/gac/XapianSharp/
+%endif
 
 %changelog






commit xapian-bindings for openSUSE:Factory

2015-03-12 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2015-03-12 16:39:03

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2015-02-22 17:26:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2015-03-12 16:39:05.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar 12 07:33:29 UTC 2015 - mplus...@suse.com
+
+- Update to 1.2.20
+  * See http://xapian.org/docs/xapian-bindings-1.2.20/NEWS 
+
+---

Old:

  xapian-bindings-1.2.19.tar.xz
  xapian-bindings-1.2.19.tar.xz.asc

New:

  xapian-bindings-1.2.20.tar.xz
  xapian-bindings-1.2.20.tar.xz.asc



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.oE9FMq/_old  2015-03-12 16:39:05.0 +0100
+++ /var/tmp/diff_new_pack.oE9FMq/_new  2015-03-12 16:39:05.0 +0100
@@ -19,7 +19,7 @@
 %define php_extension_dir %(php-config --extension-dir)
 
 Name:   xapian-bindings
-Version:1.2.19
+Version:1.2.20
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0

++ xapian-bindings-1.2.19.tar.xz - xapian-bindings-1.2.20.tar.xz ++
 4992 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-bindings for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2015-02-22 17:26:28

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2014-10-22 16:22:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2015-02-22 17:26:31.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 19 16:44:48 UTC 2015 - mplus...@suse.com
+
+- Tiny spec file cleanups
+- Enable tests during build
+- Add gpg signature
+
+---

New:

  xapian-bindings-1.2.19.tar.xz.asc
  xapian-bindings.keyring



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.yCOIvN/_old  2015-02-22 17:26:32.0 +0100
+++ /var/tmp/diff_new_pack.yCOIvN/_new  2015-02-22 17:26:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-bindings
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,9 @@
 License:GPL-2.0
 Group:  Development/Languages/Other
 Url:http://www.xapian.org/
-Source: 
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
+Source0:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
+Source1:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz.asc
+Source2:%{name}.keyring
 Patch0: replaced-swig-zend-error-noreturn-flag.patch
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
@@ -115,8 +117,11 @@
 --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 
+%check
+make check %{?_smp_mflags}
+
 %install
-make install DESTDIR=%{?buildroot}
+make install DESTDIR=%{?buildroot} %{?_smp_mflags}
 
 %clean
 rm -rf %{buildroot}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-bindings for openSUSE:Factory

2014-10-22 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2014-10-22 16:22:44

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2014-01-30 12:56:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2014-10-22 16:22:45.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 21 12:24:10 UTC 2014 - tittiatc...@gmail.com
+
+- Update to version 1.2.19
+  ? http://xapian.org/docs/xapian-bindings-1.2.19/NEWS
+
+---

Old:

  xapian-bindings-1.2.17.tar.xz

New:

  xapian-bindings-1.2.19.tar.xz



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.hzVYQR/_old  2014-10-22 16:22:46.0 +0200
+++ /var/tmp/diff_new_pack.hzVYQR/_new  2014-10-22 16:22:46.0 +0200
@@ -19,7 +19,7 @@
 %define php_extension_dir %(php-config --extension-dir)
 
 Name:   xapian-bindings
-Version:1.2.17
+Version:1.2.19
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0

++ xapian-bindings-1.2.17.tar.xz - xapian-bindings-1.2.19.tar.xz ++
 8143 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-bindings for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2014-01-30 12:56:29

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2013-12-19 12:38:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2014-01-30 12:56:29.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 29 22:21:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.2.17
+  * http://svn.xapian.org/*checkout*/tags/1.2.17/xapian-bindings/NEWS
+
+---

Old:

  xapian-bindings-1.2.16.tar.xz

New:

  xapian-bindings-1.2.17.tar.xz



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.PpMbHZ/_old  2014-01-30 12:56:30.0 +0100
+++ /var/tmp/diff_new_pack.PpMbHZ/_new  2014-01-30 12:56:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-bindings
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # 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 php_extension_dir %(php-config --extension-dir)
 
 Name:   xapian-bindings
-Version:1.2.16
+Version:1.2.17
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0
@@ -27,7 +27,6 @@
 Url:http://www.xapian.org/
 Source: 
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
 Patch0: replaced-swig-zend-error-noreturn-flag.patch
-BuildRequires:  xz
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libxapian-devel = %{version}
@@ -38,6 +37,7 @@
 BuildRequires:  ruby-devel
 BuildRequires:  tcl-devel
 BuildRequires:  update-alternatives
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ xapian-bindings-1.2.16.tar.xz - xapian-bindings-1.2.17.tar.xz ++
 5475 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-bindings for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2013-12-19 12:38:16

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2013-06-05 13:23:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2013-12-19 12:38:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 18 13:29:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to version 1.2.16
+  * http://svn.xapian.org/*checkout*/tags/1.2.16/xapian-bindings/NEWS
+---

Old:

  xapian-bindings-1.2.15.tar.gz

New:

  xapian-bindings-1.2.16.tar.xz



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.qRMTCV/_old  2013-12-19 12:38:18.0 +0100
+++ /var/tmp/diff_new_pack.qRMTCV/_new  2013-12-19 12:38:18.0 +0100
@@ -19,14 +19,15 @@
 %define php_extension_dir %(php-config --extension-dir)
 
 Name:   xapian-bindings
-Version:1.2.15
+Version:1.2.16
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0
 Group:  Development/Languages/Other
 Url:http://www.xapian.org/
-Source: 
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
+Source: 
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
 Patch0: replaced-swig-zend-error-noreturn-flag.patch
+BuildRequires:  xz
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libxapian-devel = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-bindings for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2013-06-05 13:23:54

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2013-01-08 09:14:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2013-06-05 13:23:56.0 +0200
@@ -1,0 +2,6 @@
+Thu May 30 17:39:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to version 1.2.15
+  * http://svn.xapian.org/*checkout*/tags/1.2.15/xapian-bindings/NEWS
+
+---

Old:

  xapian-bindings-1.2.12.tar.gz

New:

  xapian-bindings-1.2.15.tar.gz



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.pwkk1R/_old  2013-06-05 13:23:57.0 +0200
+++ /var/tmp/diff_new_pack.pwkk1R/_new  2013-06-05 13:23:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-bindings
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # 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 php_extension_dir %(php-config --extension-dir)
 
 Name:   xapian-bindings
-Version:1.2.12
+Version:1.2.15
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0

++ xapian-bindings-1.2.12.tar.gz - xapian-bindings-1.2.15.tar.gz ++
 9304 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-bindings for openSUSE:Factory

2013-01-08 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2013-01-08 09:14:49

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2012-01-05 13:50:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2013-01-08 09:14:51.0 +0100
@@ -1,0 +2,44 @@
+Tue Dec 25 06:55:45 UTC 2012 - m...@suse.com
+
+- Added patch (replaced-swig-zend-error-noreturn-flag.patch)  that 
+  is replacing the -DSWIG_ZEND_ERROR_NORETURN=zend_error_noreturn 
+  flag to workaround a PHP bug on some platforms/architectures by 
+  compiling with -DSWIG_ZEND_ERROR_NORETURN=zend_error, for example 
+  no-return-in-nonvoid-function issue
+
+---
+Fri Dec 21 10:24:58 UTC 2012 - m...@suse.com
+
+- Update to version 1.2.12
+  * No changes since 1.2.11 except to bump the version - this release 
+was made to fix an incorrect library version information update 
+in xapian-core 1.2.11.
+ Perl:
+  * In generated C++ code, pass 0 instead of NULL for non-pointer 
+parameter to av_fetch() (spotted due to GCC 4.7 warning).
+ PHP:
+  * Fix make check to work for PHP when building from a release 
+tarball with srcdir != builddir.
+  * Work around undefined symbol: zend_error_noreturn error.
+ CSharp:
+  * Use -keyfile and -keycontainer options to the C# compiler, 
+because it warns us to do this instead of setting them in 
+AssemblyInfo.cs.
+  * Use diff's -c option when comparing the files SWIG generated 
+against those we were expecting to get as the output should be 
+easier to understand.
+  * Sort both the lists of expected and of found SWIG-generated 
+sources with Perl, to avoid problems with locale-specific sort 
+orders.
+ Java-SWIG:
+  * Remove now superfluous old check that SWIG generated at least the 
+sources we want - we now check it generated *exactly* the sources 
+we want.
+  * Use diff's -c option when comparing the files SWIG generated against 
+those we were expecting to get as the output should be easier to 
+understand.
+  * Sort both the lists of expected and of found SWIG-generated sources 
+with Perl, to avoid problems with locale-specific sort orders.
+  * See http://svn.xapian.org/*checkout*/tags/1.2.12/xapian-bindings/NEWS
+
+---

Old:

  xapian-bindings-1.2.8.tar.gz

New:

  replaced-swig-zend-error-noreturn-flag.patch
  xapian-bindings-1.2.12.tar.gz



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.f9nkah/_old  2013-01-08 09:14:52.0 +0100
+++ /var/tmp/diff_new_pack.f9nkah/_new  2013-01-08 09:14:52.0 +0100
@@ -15,16 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define php_extension_dir %(php-config --extension-dir)
 
 Name:   xapian-bindings
-Version:1.2.8
+Version:1.2.12
 Release:0
 Summary:Bindings for xapian
 License:GPL-2.0
 Group:  Development/Languages/Other
 Url:http://www.xapian.org/
 Source: 
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
+Patch0: replaced-swig-zend-error-noreturn-flag.patch
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libxapian-devel = %{version}
@@ -100,6 +102,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure\

++ replaced-swig-zend-error-noreturn-flag.patch ++
Index: xapian-bindings-1.2.12/php/Makefile.in
===
--- xapian-bindings-1.2.12.orig/php/Makefile.in
+++ xapian-bindings-1.2.12/php/Makefile.in
@@ -351,7 +351,7 @@ phpext_LTLIBRARIES = xapian.la
 phpincdir = $(datadir)/php$(PHP_MAJOR_VERSION)
 phpinc_DATA = php5/xapian.php
 AM_CPPFLAGS = $(PHP_INC)
-AM_CXXFLAGS = $(SWIG_CXXFLAGS) $(XAPIAN_CXXFLAGS) 
-DSWIG_ZEND_ERROR_NORETURN=zend_error
+AM_CXXFLAGS = $(SWIG_CXXFLAGS) $(XAPIAN_CXXFLAGS) 
-DSWIG_ZEND_ERROR_NORETURN=zend_error_noreturn
 xapian_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
 xapian_la_SOURCES = php5/xapian_wrap.cc php5/xapian_wrap.h
 xapian_la_LIBADD = $(XAPIAN_LIBS) $(PHP_LIBS)
++ xapian-bindings-1.2.8.tar.gz - xapian-bindings-1.2.12.tar.gz ++
 10271 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-bindings for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2012-01-05 13:50:19

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2011-09-23 12:50:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2012-01-05 13:50:29.0 +0100
@@ -1,0 +2,18 @@
+Thu Dec 29 11:33:52 CET 2011 - dmuel...@suse.de
+
+- update to 1.2.8:
+  * Wrap user-subclassable functor objects by allowing the user to pass a
+Lua function where the functor object would be passed in the C++ API.
+  * Fix PHP Notice:  Undefined variable: r in xapian.php.  (Fixes bug#576)
+  * The PHP bindings will now work again with a version of PHP built with ZTS
+enabled (which is the default on Microsoft Windows).  This was broken by
+the changes to support subclassing in PHP in the version of SWIG used since
+1.2.6.
+  * Add a module docstring.  (Fixes bug #573)
+  * The python testsuite now checks for object leaks during each testcase.
+  * In test_matchingterms_iter, run the code we're testing for leaks twice, and
+only check for leaks the second time to avoid falsely reporting a leak when
+some cached value gets initialised under Python 2.5.
+  * Wrap optional prefix parameter to Database::allterms.
+
+---

Old:

  xapian-bindings-1.2.7.tar.gz

New:

  xapian-bindings-1.2.8.tar.gz



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.eioc2e/_old  2012-01-05 13:50:30.0 +0100
+++ /var/tmp/diff_new_pack.eioc2e/_new  2012-01-05 13:50:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-bindings
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define php_extension_dir %(php-config --extension-dir)
 
 Name:   xapian-bindings
-Version:1.2.7
+Version:1.2.8
 Release:0
-License:GPL-2.0
 Summary:Bindings for xapian
-Url:http://www.xapian.org/
+License:GPL-2.0
 Group:  Development/Languages/Other
+Url:http://www.xapian.org/
 Source: 
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel

++ xapian-bindings-1.2.7.tar.gz - xapian-bindings-1.2.8.tar.gz ++
 22443 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-bindings for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2011-12-06 19:13:42

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings, Maintainer is 

Changes:




Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.AQXDEg/_old  2011-12-06 19:53:31.0 +0100
+++ /var/tmp/diff_new_pack.AQXDEg/_new  2011-12-06 19:53:31.0 +0100
@@ -21,7 +21,7 @@
 Name:   xapian-bindings
 Version:1.2.7
 Release:0
-License:GPLv2
+License:GPL-2.0
 Summary:Bindings for xapian
 Url:http://www.xapian.org/
 Group:  Development/Languages/Other

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-bindings for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory
checked in at Thu Sep 22 10:53:04 CEST 2011.




--- xapian-bindings/xapian-bindings.changes 2011-09-21 11:31:17.0 
+0200
+++ /mounts/work_src_done/STABLE/xapian-bindings/xapian-bindings.changes
2011-09-21 18:47:56.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 21 16:47:44 UTC 2011 - co...@suse.com
+
+- remove %debug_package macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.2pvFUN/_old  2011-09-22 10:53:00.0 +0200
+++ /var/tmp/diff_new_pack.2pvFUN/_new  2011-09-22 10:53:00.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define php_extension_dir %(php-config --extension-dir)
 
 Name:   xapian-bindings
@@ -97,7 +98,6 @@
 indexing and search facilities to applications. This package provides the
 files needed for developing C# applications which use Xapian.
 
-%debug_package
 
 %prep
 %setup -q






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-bindings for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory
checked in at Wed Sep 21 17:25:59 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/xapian-bindings/xapian-bindings.changes
2011-09-21 11:31:17.0 +0200
@@ -0,0 +1,89 @@
+---
+Tue Sep 13 09:29:40 UTC 2011 - prus...@opensuse.org
+
+- updated to 1.2.7
+  
+  General:
+  * Add missing wrappers for Database::has_positions() and
+TermIterator::positionlist_count(), and correct the return type of
+Database::get_doclength() from double to Xapian::termcount.
+
+  CSharp:
+  * Fix iterator ++ and -- so that the reference to the object 
+isn't released prematurely, which was causing an occasional 
+crash if the garbage collection happened at just the wrong moment,
+  * Add test coverage for QueryParser.ParseQuery() with flags argument.
+  * Wrap Query::MatchAll and Query::MatchNothing. (ticket#158)
+
+  Java:
+  * SmokeTest.java: Fix == comparisons with strings to use equals().
+  * Add test that string passing is zero byte safe.
+  * Fix MyExpandDecider.accept() to really check the passed parameter.
+
+  Java-SWIG:
+  * Put the SWIG-generated Java bindings in package org.xapian.
+  * Wrap Query::MatchAll and Query::MatchNothing. (ticket#158)
+  * SmokeTest.java: Fix == comparisons with literal strings to 
+use equals()
+  * Add test that string passing is zero byte safe.
+  * Fix MyExpandDecider.accept() to really check the passed parameter.
+  * Fix the compile JNI code to have a .jnilib extension on Mac OS X.
+  * Create an HTML documentation page based on java/README.
+  * Copy java examples from the hand-coded JNI ones.
+  * docs/examples/SimpleIndex.java: Update to use commit() rather 
+than flush().
+  * Wrap Query::MatchAll and Query::MatchNothing. (ticket#158)
+  * Check that exactly the sources we expect are generated, and add 
+some sources which were missing from the list.
+
+  Perl:
+  * Wrap MatchAll and MatchNothing for Perl (as 
+Search::Xapian::Query::MatchAll and 
+Search::Xapian::Query::MatchNothing).  (ticket#158)
+  * perl/t/termgenerator.t: Test TermIterator::index_text() with 
+two arguments.
+  * perl/t/symbol-test.t: Fix to work when built against an installed
+xapian-core.  (ticket#558)
+
+  PHP:
+  * Wrap MatchAll and MatchNothing for PHP as XapianQuery::MatchAll() and
+XapianQuery::MatchNothing(). (ticket#158)
+
+  Ruby:
+  * Wrap MatchAll and MatchNothing for Ruby.  (ticket#158)
+
+---
+Thu Jan 20 14:16:20 UTC 2011 - a...@rosedu.org
+
+- updated to 1.2.5
+
+---
+Thu Jan 20 14:16:20 UTC 2011 - prus...@opensuse.org
+
+- updated to 1.2.4
+
+---
+Tue Nov 20 17:14:48 CET 2007 - mrueck...@suse.de
+
+- updated java build requires
+
+---
+Tue Nov 20 13:59:09 CET 2007 - mrueck...@suse.de
+
+- fixed filelist
+
+---
+Mon Nov 19 22:16:52 CET 2007 - mrueck...@suse.de
+
+- update to version 1.0.4
+
+---
+Sun Jun 24 11:49:46 CEST 2007 - mrueck...@suse.de
+
+- update to version 1.0.1
+
+---
+Sat Nov 11 05:45:59 CET 2006 - mrueck...@suse.de
+
+- initial package of version 0.9.9
+

calling whatdependson for head-i586


New:

  xapian-bindings-1.2.7.tar.gz
  xapian-bindings.changes
  xapian-bindings.spec



Other differences:
--
++ xapian-bindings.spec ++
#
# spec file for package xapian-bindings
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

%define php_extension_dir %(php-config --extension-dir)

Name:   xapian-bindings
Version:1.2.7
Release:0
License:GPLv2
Summary:Bindings for xapian
Url:http://www.xapian.org/
Group:  Development/Languages/Other
Source: