- don't use stopwords by default anymore
authorGerd von Egidy <gerd.von.egidy@intra2net.com>
Tue, 1 Feb 2011 08:54:42 +0000 (09:54 +0100)
committerGerd von Egidy <gerd.von.egidy@intra2net.com>
Tue, 1 Feb 2011 08:54:42 +0000 (09:54 +0100)
mnogosearch-distconfig.patch
mnogosearch.spec

index 46e3c86..2f72758 100644 (file)
@@ -1,6 +1,6 @@
 diff -r -u mnogosearch-3.3.11.orig/etc/indexer.conf-dist mnogosearch-3.3.11/etc/indexer.conf-dist
 --- mnogosearch-3.3.11.orig/etc/indexer.conf-dist      2011-01-31 14:02:07.000000000 +0100
-+++ mnogosearch-3.3.11/etc/indexer.conf-dist   2011-01-31 14:02:20.000000000 +0100
++++ mnogosearch-3.3.11/etc/indexer.conf-dist   2011-02-01 09:49:45.000000000 +0100
 @@ -1,4 +1,4 @@
 -#!/usr/local/mnogosearch/sbin/indexer -d
 +#!/usr/bin/indexer -d
@@ -25,15 +25,6 @@ diff -r -u mnogosearch-3.3.11.orig/etc/indexer.conf-dist mnogosearch-3.3.11/etc/
  
  #######################################################################
  #ForceIISCharset1251 yes/no
-@@ -169,7 +169,7 @@
- #
- #StopwordFile stopwords/en.sl
--#Include stopwords.conf
-+Include stopwords.conf
- ###########################################################################
 @@ -180,7 +180,7 @@
  #
  #LangMapFile langmap/en.ascii.lm
@@ -93,7 +84,7 @@ diff -r -u mnogosearch-3.3.11.orig/etc/indexer.conf-dist mnogosearch-3.3.11/etc/
  #Server http://localhost/subdir/
 diff -r -u mnogosearch-3.3.11.orig/etc/search.htm-dist mnogosearch-3.3.11/etc/search.htm-dist
 --- mnogosearch-3.3.11.orig/etc/search.htm-dist        2011-01-27 16:10:07.000000000 +0100
-+++ mnogosearch-3.3.11/etc/search.htm-dist     2011-01-31 14:04:20.000000000 +0100
++++ mnogosearch-3.3.11/etc/search.htm-dist     2011-02-01 09:50:26.000000000 +0100
 @@ -13,7 +13,7 @@
  <!--variables
  # Database parameters
@@ -114,12 +105,10 @@ diff -r -u mnogosearch-3.3.11.orig/etc/search.htm-dist mnogosearch-3.3.11/etc/se
  
  # Load stopwords file.  File name is either absolute
  # or relative to /etc directory of mnoGoSearch installation.
-@@ -35,6 +35,10 @@
+@@ -35,6 +35,8 @@
  #StopwordFile stopwords/ru.sl
  #
  
-+Include stopwords.conf
-+
 +Include langmap.conf
 +
  #
index 2592511..a7166d9 100644 (file)
@@ -11,7 +11,7 @@
 Summary:        Web indexing and search system for a small domain or intranet
 Name:           mnogosearch
 Version:        3.3.11
-Release:        3
+Release:        4
 License:        GPLv2+
 Group:          Applications/Internet
 URL:            http://www.mnogosearch.org/
@@ -308,6 +308,9 @@ service httpd condrestart > /dev/null 2>&1 || :
 %{php_extdir}
 
 %changelog
+* Mon Feb 1 2011 Gerd v. Egidy <gerd@egidy.de> 3.3.11-4
+- don't use stopwords by default anymore
+
 * Mon Jan 31 2011 Gerd v. Egidy <gerd@egidy.de> 3.3.11-3
 - include upstream-patch to make adapting the config more easy
 - add unrtf to default config and requires