rpms/jwhois/F-13 jwhois-4.0-conf_update5.patch, NONE, 1.1 jwhois.spec, 1.54, 1.55

vcrhonek vcrhonek at fedoraproject.org
Tue Jun 22 13:18:23 UTC 2010


Author: vcrhonek

Update of /cvs/pkgs/rpms/jwhois/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15720

Modified Files:
	jwhois.spec 
Added Files:
	jwhois-4.0-conf_update5.patch 
Log Message:
Update server options for whois.1api.net

jwhois-4.0-conf_update5.patch:
 jwhois.conf |    4 ++++
 1 file changed, 4 insertions(+)

--- NEW FILE jwhois-4.0-conf_update5.patch ---
diff -up jwhois-4.0/example/jwhois.conf.orig jwhois-4.0/example/jwhois.conf
--- jwhois-4.0/example/jwhois.conf.orig	2010-06-22 13:24:01.000000000 +0200
+++ jwhois-4.0/example/jwhois.conf	2010-06-22 13:38:51.247680927 +0200
@@ -1166,6 +1166,10 @@ server-options {
 		http-action = "/cgi-bin/whois";
 		form-element = "textfield";
 	}
+
+	"whois\\.1api\\.net" {
+		answer-charset = "UTF-8";
+	}
 }
 
 #


Index: jwhois.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jwhois/F-13/jwhois.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -r1.54 -r1.55
--- jwhois.spec	26 Jan 2010 13:35:35 -0000	1.54
+++ jwhois.spec	22 Jun 2010 13:18:23 -0000	1.55
@@ -1,6 +1,6 @@
 Name: jwhois
 Version: 4.0
-Release: 19%{?dist}
+Release: 20%{?dist}
 URL: http://www.gnu.org/software/jwhois/
 Source0: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz
 Patch0: jwhois-4.0-connect.patch
@@ -15,6 +15,7 @@ Patch8: jwhois-4.0-dotster.patch
 Patch9: jwhois-4.0-conf_update3.patch
 Patch10: jwhois-4.0-conf_update4.patch
 Patch11: jwhois-4.0-select.patch
+Patch12: jwhois-4.0-conf_update5.patch
 License: GPLv3
 Group: Applications/Internet
 Summary: Internet whois/nicname client
@@ -40,6 +41,7 @@ A whois client that accepts both traditi
 %patch9 -p1 -b .conf_update3
 %patch10 -p1 -b .conf_update4
 %patch11 -p1 -b .select
+%patch12 -p1 -b .conf_update5
 
 iconv -f iso-8859-1 -t utf-8 < doc/sv/jwhois.1 > doc/sv/jwhois.1_
 mv doc/sv/jwhois.1_ doc/sv/jwhois.1
@@ -83,6 +85,10 @@ fi
 rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Tue Jun 22 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 4.0-20
+- Update server options for whois.1api.net
+  Resolves: #600096
+
 * Tue Jan 26 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 4.0-19
 - Use select to wait for input (patch by Joshua Roys <joshua.roys at gtri.gatech.edu>)
   Resolves: #469412



More information about the scm-commits mailing list