- New upstream release.

- use dist tag.
- kasumi-2.0.1-errorcode.patch: fixed not working when the private
    dictionary is empty. (#197313)
This commit is contained in:
Akira TAGOH 2006-06-30 03:59:46 +00:00
parent d6a3171fd4
commit f55d04524d
3 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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 <tagoh@redhat.com> - 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 <tagoh@redhat.com> - 2.0-2
- added anthy-devel, automake and autoconf to BuildReq. (#194121)

View File

@ -1 +1 @@
f2b080cbea0bac90fadcc8cfcc500460 kasumi-2.0.tar.gz
03c03a261c63d2c8cd4bdcc77a55d7eb kasumi-2.0.1.tar.gz