From f55d04524dbb1e5de6a46981bd515f7269a7e690 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 30 Jun 2006 03:59:46 +0000 Subject: [PATCH] - New upstream release. - use dist tag. - kasumi-2.0.1-errorcode.patch: fixed not working when the private dictionary is empty. (#197313) --- .cvsignore | 1 + kasumi.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2dfe316..ed01f3a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ kasumi-0.9.tar.gz kasumi-0.10.tar.gz kasumi-1.0.tar.gz kasumi-2.0.tar.gz +kasumi-2.0.1.tar.gz diff --git a/kasumi.spec b/kasumi.spec index ead4dbb..b6e8243 100644 --- a/kasumi.spec +++ b/kasumi.spec @@ -1,6 +1,6 @@ Name: kasumi -Version: 2.0 -Release: 2.fc6 +Version: 2.0.1 +Release: 1%{?dist} License: GPL URL: http://kasumi.sourceforge.jp/ @@ -9,6 +9,7 @@ BuildRequires: desktop-file-utils, gtk2-devel gettext-devel anthy-devel automake Source0: %{name}-%{version}.tar.gz Source1: %{name}.desktop Patch0: kasumi-1.0-gcc41.patch +Patch1: kasumi-2.0.1-errorcode.patch Summary: An anthy dictionary management tool. @@ -20,6 +21,7 @@ Kasumi is a dictionary management tool for Anthy. %prep %setup -q %patch0 -p1 -b .gcc41 +%patch1 -p1 -b .errcode aclocal automake --add-missing autoconf @@ -56,6 +58,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 30 2006 Akira TAGOH - 2.0.1-1 +- New upstream release. +- use dist tag. +- kasumi-2.0.1-errorcode.patch: fixed not working when the private dictionary is empty. (#197313) + * Wed Jun 7 2006 Akira TAGOH - 2.0-2 - added anthy-devel, automake and autoconf to BuildReq. (#194121) diff --git a/sources b/sources index 56526b0..f5f8d2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2b080cbea0bac90fadcc8cfcc500460 kasumi-2.0.tar.gz +03c03a261c63d2c8cd4bdcc77a55d7eb kasumi-2.0.1.tar.gz