From 9f6fd63feade12042391b3cf30653964a7191513 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Aug 31 2012 02:18:32 +0000 Subject: Fix the missing descriptions for some options in --help (#853099) --- diff --git a/kasumi-853099-manpage.patch b/kasumi-853099-manpage.patch new file mode 100644 index 0000000..1ce24f9 --- /dev/null +++ b/kasumi-853099-manpage.patch @@ -0,0 +1,25 @@ +diff -pruN kasumi-2.5.orig/kasumi.1 kasumi-2.5/kasumi.1 +--- kasumi-2.5.orig/kasumi.1 2009-06-25 17:46:31.000000000 +0900 ++++ kasumi-2.5/kasumi.1 2012-08-31 11:14:19.000000000 +0900 +@@ -52,6 +52,10 @@ Run Kasumi in Manage mode\&. You may abb + Run Kasumi in Add mode\&. + + .TP ++\fB\-e\fR \fB\-\-exclusive\fR ++Run Kasumi in Exclusive mode\&. ++ ++.TP + \fB\-\-sound val\fR + Set default sound entry (only in Add mode) + +@@ -71,6 +75,10 @@ Import selected text as a spelling + \fB\-I\fR \fB\-\-ignore\fR + Ignore selected text + ++.TP ++\fB\-E\fR \fB\-\-eucjp\fR ++Use EUC-JP encoding for dictionary ++ + .SH "AUTHOR" + + .PP diff --git a/kasumi.spec b/kasumi.spec index 4ea263a..29c7f26 100644 --- a/kasumi.spec +++ b/kasumi.spec @@ -1,12 +1,13 @@ Name: kasumi Version: 2.5 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ URL: http://kasumi.sourceforge.jp/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel anthy-devel Source0: http://jaist.dl.sourceforge.jp/kasumi/41436/%{name}-%{version}.tar.gz +Patch0: kasumi-853099-manpage.patch Summary: An anthy dictionary management tool @@ -17,6 +18,7 @@ Kasumi is a dictionary management tool for Anthy. %prep %setup -q +%patch0 -p1 -b .0-manpage %build %configure @@ -46,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 31 2012 Akira TAGOH 2.5-9 +- Fix the missing descriptions for some options in --help (#853099) + * Thu Jul 19 2012 Fedora Release Engineering - 2.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 76e544f..8482beb 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -683f43fbf8ba3c92964a538c0d21afc7 kasumi-2.4.tar.gz f49d010cf1fa5672b4515502b961b8c8 kasumi-2.5.tar.gz