rpms/kdebase/devel kdebase-3.5.4-htdig.patch, NONE, 1.1 kdebase.spec, 1.212, 1.213

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 18 15:43:03 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdebase/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27891

Modified Files:
	kdebase.spec 
Added Files:
	kdebase-3.5.4-htdig.patch 
Log Message:
fix #203083, correct htdig settings


kdebase-3.5.4-htdig.patch:
 khc_docbookdig.pl.in |    2 +-
 khc_htdig.pl.in      |    2 +-
 khc_htsearch.pl      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE kdebase-3.5.4-htdig.patch ---
--- kdebase-3.5.4/khelpcenter/searchhandlers/khc_htsearch.pl.orig	2006-08-18 16:31:15.000000000 +0200
+++ kdebase-3.5.4/khelpcenter/searchhandlers/khc_htsearch.pl	2006-08-18 16:39:30.000000000 +0200
@@ -8,7 +8,7 @@
 use open IO => ':utf8';
 use open ':std';
 
-my $htsearchpath="/srv/www/cgi-bin/htsearch";
+my $htsearchpath="/var/www/cgi-bin/htsearch";
 
 my $config;
 my $format;
--- kdebase-3.5.4/khelpcenter/searchhandlers/khc_htdig.pl.in.orig	2006-08-18 16:30:16.000000000 +0200
+++ kdebase-3.5.4/khelpcenter/searchhandlers/khc_htdig.pl.in	2006-08-18 16:30:37.000000000 +0200
@@ -26,7 +26,7 @@
 
 use Getopt::Long;
 
-my $htdigdata = "/srv/www/htdig/common/";
+my $htdigdata = "/usr/share/htdig/";
 my $htdigbin = "/usr/bin";
 my $kdeprefix = "@prefix@";
 chomp $kdeprefix;
--- kdebase-3.5.4/khelpcenter/searchhandlers/khc_docbookdig.pl.in.orig	2006-08-18 16:28:11.000000000 +0200
+++ kdebase-3.5.4/khelpcenter/searchhandlers/khc_docbookdig.pl.in	2006-08-18 16:28:55.000000000 +0200
@@ -26,7 +26,7 @@
 
 use Getopt::Long;
 
-my $htdigdata = "/srv/www/htdig/common/";
+my $htdigdata = "/usr/share/htdig/";
 my $htdigbin = "/usr/bin";
 my $kdeprefix = "@prefix@";
 chomp $kdeprefix;


Index: kdebase.spec
===================================================================
RCS file: /cvs/dist/rpms/kdebase/devel/kdebase.spec,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- kdebase.spec	15 Aug 2006 09:51:34 -0000	1.212
+++ kdebase.spec	18 Aug 2006 15:43:00 -0000	1.213
@@ -18,7 +18,7 @@
 Summary: K Desktop Environment - core files
 Name: kdebase
 Version: 3.5.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 6
 Url: http://www.kde.org
 Group: User Interface/Desktops
@@ -52,6 +52,7 @@
 Patch18: kdebase-3.5.2-kconf_update-klipper.patch
 Patch20: kdebase-3.5.3-keyinit.patch
 Patch21: kdebase-3.5.3-khelpcenter-sort.patch
+Patch22: kdebase-3.5.4-htdig.patch
 
 # upstream patches
 Patch100: kdebase-3.5.4-halbackend-dbus.patch
@@ -160,6 +161,7 @@
 %patch18 -p1 -b .klipper
 %patch20 -p1 -b .keyinit
 %patch21 -p1 -b .khelpcenter-sort
+%patch22 -p1 -b .htdig
 
 # upstream patches
 %patch100 -p0 -b .halbackend-dbus
@@ -534,6 +536,9 @@
 %exclude %{_libdir}/libkdeinit_*
 
 %changelog
+* Fri Aug 18 2006 Than Ngo <than at redhat.com> 6:3.5.4-3
+- fix #203083, correct htdig settings
+
 * Tue Aug 15 2006 Than Ngo <than at redhat.com> 6:3.5.4-2
 - apply upstream patch to fix argument quoting
 




More information about the fedora-cvs-commits mailing list