rpms/eblook/devel eblook.spec,1.8,1.9 import.log,1.1,1.2

Daiki Ueno ueno at fedoraproject.org
Fri Apr 16 07:12:32 UTC 2010


Author: ueno

Update of /cvs/pkgs/rpms/eblook/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14814/devel

Modified Files:
	eblook.spec import.log 
Log Message:
- don't use tabs in this spec.
- change the encoding of Japanese docs to UTF-8.



Index: eblook.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eblook/devel/eblook.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- eblook.spec	16 Apr 2010 06:56:07 -0000	1.8
+++ eblook.spec	16 Apr 2010 07:12:31 -0000	1.9
@@ -1,13 +1,13 @@
 Name:           eblook
 Version:        1.6.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Command-line EB and EPWING dictionary search program
 
 Group:          Applications/Text
 License:        GPLv2+
 URL:            http://openlab.ring.gr.jp/edict/eblook/
 Source0:        http://openlab.ring.gr.jp/edict/eblook/dist/%{name}-%{version}.tar.gz
-Patch0:		eblook-strcpy.patch
+Patch0:         eblook-strcpy.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  eb-devel
@@ -19,6 +19,10 @@ Command-line EB and EPWING dictionary se
 %prep
 %setup -q
 %patch0 -p1
+for i in NEWS README; do
+    iconv -f ISO-2022-JP -t UTF-8 $i > ${i}.UTF-8
+    mv ${i}.UTF-8 $i
+done
 
 
 %build
@@ -62,6 +66,10 @@ fi
 
 
 %changelog
+* Fri Apr 16 2010 Daiki Ueno <dueno at redhat.com> - 1.6.1-8
+- don't use tabs in this spec.
+- change the encoding of Japanese docs to UTF-8.
+
 * Fri Apr 16 2010 Daiki Ueno <dueno at redhat.com> - 1.6.1-7
 - fix wrong usage of strcpy (closes #579610).
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/eblook/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	16 Apr 2010 06:54:03 -0000	1.1
+++ import.log	16 Apr 2010 07:12:32 -0000	1.2
@@ -1 +1,2 @@
 eblook-1_6_1-7_fc13:HEAD:eblook-1.6.1-7.fc13.src.rpm:1271400754
+eblook-1_6_1-8_fc13:HEAD:eblook-1.6.1-8.fc13.src.rpm:1271401871



More information about the scm-commits mailing list