forked from pool/perl-Search-Xapian
- updated to 1.2.25.2 see /usr/share/doc/packages/perl-Search-Xapian/Changes 1.2.25.2 [Changes contributed by Olly Betts] - Fix to build against Xapian <= 1.4.1 again, broken by changes in 1.2.25.1. Reported by Jim Lynch. 1.2.25.1 [Changes contributed by Olly Betts] - Skip testcase t/parser.t if we're using xapian-core < 1.2.21 which doesn't support character '!' in the start of a range. Reported by melmothx on #xapian. - Add compatibility with Xapian git master. 1.2.25.0 [Changes contributed by Olly Betts] - Wrap WritableDatabase::commit(), which is the preferred name for WritableDatabase::flush(). - Fix long SEE ALSO lines by putting a newline after each comma in the SEE ALSO lists, fixing warnings from man such as: <standard input>:109: warning [p 1, 8.0i]: can't break line - Backport some improvements to the POD documentation from the SWIG-based bindings in xapian-bindings 1.4.x. - Avoid perl -W in tests as that seems to break recent versions of Test::More. - Suppress dummy warning using undef value when building against xapian-core 1.4.x. 1.2.24.0 [Changes contributed by Nick Morrott] - Fix typo in POD documentation (fixes #730). [Changes contributed by Olly Betts] - Allow building against xapian-core 1.4.x as well as xapian-core 1.2.x. 1.2.23.0 [Changes contributed by Olly Betts] - makehtmldocs: Fix inter-class links in generated HTML. - Fix typo in POD documentation. - Update Xapian website and trac links to use https, which is now supported, thanks to James Aylett. 1.2.22.0 [Changes contributed by Val Rosca, updated by Andreas Marienborg] - Wrap MatchSpy and ValueCountMatchSpy classes - Wrap Enquire's add_matchspy and clear_matchspies methods, keeping track of references to Perl MatchSpy objects to avoid leaks. - t/facets.t [Changes contributed by Olly Betts] - Fix infinite loop trying to build with CPANPLUS (fixes #692, reported by Andreas Vögele). - t/termgenerator.t: If a memory leak is detected, report how many objects were allocated before and after the test. - Allow for "_gitN" tag on snapshots when checking for version compatibility with xapian-core. - META.yml: Fix specified licence to be a valid name ('perl' instead of 'perl_5'). 1.2.21.0 [Changes contributed by Olly Betts] - Support passing collapse_max argument to Enquire::set_collapse_key(). Fixes #669, reported by Felix Ostmann. - Add missing 'my' to testcases. - Add 'use strict' to all testcases. - Add a "LICENSE" section to the main POD. - META.yml: Specify licence and minimum Perl version. - Fix t/symboltest.t to work when built against an installed version of xapian-core (broken by changes in 1.2.20.0). - Fix "Filehandle STDOUT reopened as M only for input" warning from running "perl Makefile.PL". 1.2.20.0 [Changes contributed by Olly Betts] - Remove TODO for wrapping MatchAll and MatchNothing - these were added in 1.2.13.0. Reported by Will Crawford. - Wrap Xapian::BAD_VALUENO. - Fix "make test" to use the Xapian.so we just built, rather than an installed version. 1.2.19.0 [Changes contributed by Dmitry Karasik] - Fix deliberate leaks in QueryParser::add_valuerangeprocessor() and QueryParser::set_stopper() by tracking object ownership properly. (ticket#647) [Changes contributed by Olly Betts] - Fix deliberate leaks in TermGenerator::set_stopper() and Enquire methods which allow specifying a Sorter object similarly. 1.2.18.0 [Changes contributed by Olly Betts] - README: Add link to "Getting Started with Xapian". - Mass whitespace clean-up. 1.2.17.0 - No change except for bumping the version to indicate compatibility with Xapian 1.2.17. 1.2.16.0 [Changes contributed by Olly Betts] - t/symbol-test/Makefile.PL: Pass $CPPFLAGS and $CXXFLAGS from the environment through to the sub-build, fixing symbol-test.t failure when built with CPPFLAGS=-D_GLIBCXX_DEBUG. OBS-URL: https://build.opensuse.org/request/show/845653 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-Xapian?expand=0&rev=5
30 lines
778 B
YAML
30 lines
778 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: libxapian-devel
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_build: |-
|
|
# rm unused.files
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|
|
skip_doc: generate-perl-exceptions handle_exception.cc makehtmldocs perlobject.map typemap-errorclasses
|