2012-04-01 21:13:40 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-Search-Xapian
|
|
|
|
#
|
2022-03-01 13:49:08 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2012-04-01 21:13:40 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-04-01 21:13:40 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2022-03-01 13:49:08 +00:00
|
|
|
%define cpan_name Search-Xapian
|
2011-02-19 06:47:24 +00:00
|
|
|
Name: perl-Search-Xapian
|
2022-03-01 13:49:08 +00:00
|
|
|
Version: 1.2.25.5
|
2011-02-19 06:47:24 +00:00
|
|
|
Release: 0
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
2022-03-01 13:49:08 +00:00
|
|
|
Summary: Perl XS frontend to the Xapian C++ search library
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/O/OL/OLLY/%{cpan_name}-%{version}.tar.gz
|
|
|
|
Source1: cpanspec.yml
|
2025-08-12 18:17:01 +02:00
|
|
|
Source100: README.md
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
BuildRequires: perl(Devel::Leak)
|
2011-02-19 06:47:24 +00:00
|
|
|
%{perl_requires}
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
# MANUAL BEGIN
|
2011-02-19 06:47:24 +00:00
|
|
|
BuildRequires: libxapian-devel
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
# MANUAL END
|
2011-02-19 06:47:24 +00:00
|
|
|
|
|
|
|
%description
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
This module wraps most methods of most Xapian classes. The missing classes
|
|
|
|
and methods should be added in the future. It also provides a simplified,
|
|
|
|
more 'perlish' interface to some common operations, as demonstrated above.
|
|
|
|
|
|
|
|
There are some gaps in the POD documentation for wrapped classes, but you
|
|
|
|
can read the Xapian C++ API documentation at
|
|
|
|
https://xapian.org/docs/apidoc/html/annotated.html for details of these.
|
|
|
|
Alternatively, take a look at the code in the examples and tests.
|
|
|
|
|
|
|
|
If you want to use Search::Xapian and the threads module together, make
|
|
|
|
sure you're using Search::Xapian >= 1.0.4.0 and Perl >= 5.8.7. As of
|
|
|
|
1.0.4.0, Search::Xapian uses CLONE_SKIP to make sure that the perl wrapper
|
|
|
|
objects aren't copied to new threads - without this the underlying C++
|
|
|
|
objects can get destroyed more than once.
|
|
|
|
|
|
|
|
If you encounter problems, or have any comments, suggestions, patches, etc
|
|
|
|
please email the Xapian-discuss mailing list (details of which can be found
|
|
|
|
at https://xapian.org/lists).
|
2011-02-19 06:47:24 +00:00
|
|
|
|
|
|
|
%prep
|
2022-03-01 13:49:08 +00:00
|
|
|
%autosetup -n %{cpan_name}-%{version}
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
2011-02-19 06:47:24 +00:00
|
|
|
|
|
|
|
%build
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
2022-03-01 13:49:08 +00:00
|
|
|
%make_build
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
2011-02-19 06:47:24 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
%perl_gen_filelist
|
2011-02-19 06:47:24 +00:00
|
|
|
|
Accepting request 845653 from devel:languages:perl:autoupdate
- 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
2020-11-06 20:07:58 +00:00
|
|
|
%files -f %{name}.files
|
|
|
|
%doc Changes examples README
|
2011-02-19 06:47:24 +00:00
|
|
|
|
2012-04-01 21:13:40 +00:00
|
|
|
%changelog
|