diff --git a/Search-Tools-0.58.tar.bz2 b/Search-Tools-0.58.tar.bz2 deleted file mode 100644 index 163e0bb..0000000 --- a/Search-Tools-0.58.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed3885dc85eaf0bd1157f1e4e57f703c537accb5c02772213325c5b1ca5bb93c -size 417355 diff --git a/Search-Tools-0.63.tar.bz2 b/Search-Tools-0.63.tar.bz2 new file mode 100644 index 0000000..d422c2f --- /dev/null +++ b/Search-Tools-0.63.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72f779183542d48aeaff3c7fff1c087465d783be5b8f17fdf60bd474c581c44 +size 417323 diff --git a/perl-Search-Tools.changes b/perl-Search-Tools.changes index 90929ac..94552af 100644 --- a/perl-Search-Tools.changes +++ b/perl-Search-Tools.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Oct 15 09:05:58 UTC 2011 - pascal.bleser@opensuse.org + +- update to 0.63: + * add normalize_whitespace feature to XML->no_html() method + * add several Unicode whitespace defs to $whitespace regex in XML class + * fix whitespace def to include   (broke HTML::HiLiter) + * add term_min_length option to QueryParser, to ignore terms unless then are + N chars or longer. Useful for skipping single-character words when Snipping + or HiLiting. For backwards compatibility the default is 1 + * fix treat_uris_like_phrases regex to add / character in addition to @.\ + * remove ';' as sentence boundary character (it was marked as TODO in + search-tools.c) because character entities use it (e.g. &) + * change __func__ macro to use FUNCION__ instead since Perl core implements + that portable macro + ------------------------------------------------------------------- Sun May 29 19:31:17 UTC 2011 - pascal.bleser@opensuse.org diff --git a/perl-Search-Tools.spec b/perl-Search-Tools.spec index 0070958..e049144 100644 --- a/perl-Search-Tools.spec +++ b/perl-Search-Tools.spec @@ -1,15 +1,32 @@ -# vim: set sw=4 ts=4 et nu: +# +# spec file for package perl-Search-Tools +# +# 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/ +# + + Name: perl-Search-Tools -Version: 0.58 +Version: 0.63 Release: 0 Summary: High-performance tools for building search applications # ftp://ftp.cpan.org/pub/CPAN/authors/id/K/KA/KARMAN/Search-Tools-%{version}.tar.gz Source: Search-Tools-%{version}.tar.bz2 -URL: http://search.cpan.org/dist/Search-Tools +Url: http://search.cpan.org/dist/Search-Tools Group: Development/Libraries/Perl License: Perl License -BuildRoot: %{_tmppath}/build-%{name}-%{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl-macros BuildRequires: make @@ -47,7 +64,6 @@ Search::Tools is derived from some of the features in HTML::HiLiter and SWISH::HiLiter, but has been re-written with an eye to accomodating more general purpose features. -%debug_package %prep %setup -q -n "Search-Tools-%{version}" %__sed -i '/^auto_install/d' Makefile.PL @@ -64,6 +80,7 @@ find . -type f -name '*.pm' -exec %__chmod 0644 {} \; %perl_process_packlist %if 0%{?suse_version} == 0 || 0%{?suse_version} >= 1120 + %check %__make test %endif @@ -82,3 +99,4 @@ find . -type f -name '*.pm' -exec %__chmod 0644 {} \; %doc %{perl_man3dir}/Search::Tools.%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/Search::Tools::*.%{perl_man3ext}%{ext_man} +%changelog