rpms/http_ping/devel http_ping.spec,1.8,1.9

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Feb 16 17:59:41 UTC 2006


Author: scop

Update of /cvs/extras/rpms/http_ping/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8260

Modified Files:
	http_ping.spec 
Log Message:
* Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 20050629-3
- Convert man page to UTF-8.



Index: http_ping.spec
===================================================================
RCS file: /cvs/extras/rpms/http_ping/devel/http_ping.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- http_ping.spec	9 Nov 2005 21:15:04 -0000	1.8
+++ http_ping.spec	16 Feb 2006 17:59:41 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           http_ping
 Version:        20050629
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        HTTP latency measuring utility
 
 Group:          Applications/Internet
@@ -20,6 +20,7 @@
 
 %prep
 %setup -q -n %{name}
+f=http_ping.1 ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
 
 
 %build
@@ -46,6 +47,9 @@
 
 
 %changelog
+* Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 20050629-3
+- Convert man page to UTF-8.
+
 * Wed Nov  9 2005 Ville Skyttä <ville.skytta at iki.fi> - 20050629-2
 - Rebuild for new OpenSSL.
 




More information about the scm-commits mailing list