rpms/diction/devel .cvsignore, 1.2, 1.3 diction.spec, 1.3, 1.4 sources, 1.2, 1.3

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Sun Jul 23 15:32:05 UTC 2006


Author: icon

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

Modified Files:
	.cvsignore diction.spec sources 
Log Message:
Upstream version update.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/diction/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	1 Jul 2005 15:02:16 -0000	1.2
+++ .cvsignore	23 Jul 2006 15:32:05 -0000	1.3
@@ -1 +1 @@
-diction-1.08.tar.gz
+diction-1.10-rc4.tar.gz


Index: diction.spec
===================================================================
RCS file: /cvs/extras/rpms/diction/devel/diction.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- diction.spec	13 Feb 2006 19:11:14 -0000	1.3
+++ diction.spec	23 Jul 2006 15:32:05 -0000	1.4
@@ -1,12 +1,14 @@
+%define         rcrel    rc4
+
 Name:           diction
-Version:        1.08
-Release:        1.2%{?dist}
+Version:        1.10
+Release:        0.1.%{rcrel}%{?dist}
 Summary:        Identifies diction and style errors
 
 Group:          Applications/Text
 License:        GPL
 URL:            http://www.gnu.org/software/diction/diction.html
-Source0:        http://www.moria.de/~michael/diction/diction-%{version}.tar.gz
+Source0:        http://www.moria.de/~michael/diction/diction-%{version}-%{rcrel}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext
@@ -28,6 +30,11 @@
 %build
 %configure
 make %{?_smp_mflags}
+# convert manpages to unicode
+for FILE in *.1; do
+    /usr/bin/iconv -f iso-8859-1 -t utf-8 $FILE > $FILE.utf8
+    mv -f $FILE.utf8 $FILE
+done
 
 
 %install
@@ -49,6 +56,10 @@
 
 
 %changelog
+* Sun Jul 23 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.10-0.1.rc4
+- version 1.10-rc4
+- convert manpages to utf-8
+
 * Mon Feb 13 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.08-1.2
 - FC5 rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/diction/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 Jul 2005 15:02:16 -0000	1.2
+++ sources	23 Jul 2006 15:32:05 -0000	1.3
@@ -1 +1 @@
-18bf7dbd4776772a8208a8cc7eed5f9b  diction-1.08.tar.gz
+d66fdce94f1101a4e570e02aa0315eaf  diction-1.10-rc4.tar.gz




More information about the fedora-extras-commits mailing list