SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-xapian-1.4.5-2.2.x86_64.rpm :

* Thu Dec 14 2017 alarrosaAATTsuse.com- Update to 1.4.5
* see http://xapian.org/docs/xapian-bindings-1.4.5/NEWS
* Mon Sep 11 2017 alarrosaAATTsuse.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\"
* Fri Jun 30 2017 alarrosaAATTsuse.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 2017 jengelhAATTinai.de- Trim filler words from descriptions.- %packages need not be %if guarded (only their %files), so trim that too.
* Mon Jun 26 2017 tbechtoldAATTsuse.com- add Provides for python2-xapian
* Wed Feb 01 2017 alarrosaAATTsuse.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 2016 bosimAATTopensuse.org- Python3 support- Added automake patch for building with python3 (github PR 126)
* Fri Nov 11 2016 alarrosaAATTsuse.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 .
* Sat Jul 09 2016 tittiatcokeAATTgmail.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
* Wed Apr 13 2016 tittiatcokeAATTgmail.com- Update to 1.2.23
* see http://xapian.org/docs/xapian-bindings-1.2.23/NEWS
* Tue Jul 21 2015 jengelhAATTinai.de- Remove unnecessary buildrequire on update-alternatives: there are no scriptlets that make use of it. Drop %clean, it too is unnecessary for OBS.
* Thu May 21 2015 tittiatcokeAATTgmail.com- Update to 1.2.21
* see http://xapian.org/docs/xapian-bindings-1.2.21/NEWS
* Thu Apr 02 2015 dmuellerAATTsuse.com- make building of csharp bindings optional for architectures that do not provide mono
* Thu Mar 12 2015 mpluskalAATTsuse.com- Update to 1.2.20
* See http://xapian.org/docs/xapian-bindings-1.2.20/NEWS
* Thu Feb 19 2015 mpluskalAATTsuse.com- Tiny spec file cleanups- Enable tests during build- Add gpg signature
* Tue Oct 21 2014 tittiatcokeAATTgmail.com- Update to version 1.2.19 ? http://xapian.org/docs/xapian-bindings-1.2.19/NEWS
* Wed Jan 29 2014 hrvoje.senjanAATTgmail.com- Update to version 1.2.17
* http://svn.xapian.org/
*checkout
*/tags/1.2.17/xapian-bindings/NEWS
* Wed Dec 18 2013 tittiatcokeAATTgmail.com- Update to version 1.2.16
* http://svn.xapian.org/
*checkout
*/tags/1.2.16/xapian-bindings/NEWS
* Thu May 30 2013 tittiatcokeAATTgmail.com- Update to version 1.2.15
* http://svn.xapian.org/
*checkout
*/tags/1.2.15/xapian-bindings/NEWS
* Tue Dec 25 2012 mlinAATTsuse.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 2012 mlinAATTsuse.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
* Thu Dec 29 2011 dmuellerAATTsuse.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.
* Wed Sep 21 2011 cooloAATTsuse.com- remove %debug_package macro
* Tue Sep 13 2011 prusnakAATTopensuse.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 2011 alexAATTrosedu.org- updated to 1.2.5
* Thu Jan 20 2011 prusnakAATTopensuse.org- updated to 1.2.4
 
ICM