- New upstream release.

This commit is contained in:
Akira TAGOH 2009-01-29 11:47:14 +00:00
parent 238527a0bb
commit f44b2d8ca0
4 changed files with 7 additions and 38 deletions

View File

@ -9,3 +9,4 @@ kasumi-2.0.tar.gz
kasumi-2.0.1.tar.gz
kasumi-2.2.tar.gz
kasumi-2.3.tar.gz
kasumi-2.4.tar.gz

View File

@ -1,33 +0,0 @@
diff -pruN kasumi-2.3.orig/KasumiAddWindow.cxx kasumi-2.3/KasumiAddWindow.cxx
--- kasumi-2.3.orig/KasumiAddWindow.cxx 2007-10-28 17:40:43.000000000 +0900
+++ kasumi-2.3/KasumiAddWindow.cxx 2008-02-19 16:59:45.000000000 +0900
@@ -25,6 +25,7 @@
*********************************************************************/
#include <gtk/gtk.h>
+#include <algorithm>
#include <iostream>
#include "KasumiAddWindow.hxx"
#include "KasumiWord.hxx"
diff -pruN kasumi-2.3.orig/KasumiWord.cxx kasumi-2.3/KasumiWord.cxx
--- kasumi-2.3.orig/KasumiWord.cxx 2007-10-30 23:01:05.000000000 +0900
+++ kasumi-2.3/KasumiWord.cxx 2008-02-19 16:59:22.000000000 +0900
@@ -24,6 +24,7 @@
*********************************************************************/
#include <cstdlib>
+#include <cstring>
#include <string>
#include <map>
#include <iconv.h>
diff -pruN kasumi-2.3.orig/main.cxx kasumi-2.3/main.cxx
--- kasumi-2.3.orig/main.cxx 2007-10-30 23:01:22.000000000 +0900
+++ kasumi-2.3/main.cxx 2008-02-19 16:59:22.000000000 +0900
@@ -28,6 +28,7 @@
#include "config.h"
#endif
+#include <cstring>
#include <gtk/gtk.h>
#include <stdlib.h>
#include <time.h>

View File

@ -1,13 +1,12 @@
Name: kasumi
Version: 2.3
Release: 4%{?dist}
Version: 2.4
Release: 1%{?dist}
License: GPLv2+
URL: http://kasumi.sourceforge.jp/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils, gtk2-devel gettext-devel anthy-devel automake autoconf
Source0: %{name}-%{version}.tar.gz
Patch0: kasumi-2.3-gcc43.patch
Summary: An anthy dictionary management tool.
@ -18,7 +17,6 @@ Kasumi is a dictionary management tool for Anthy.
%prep
%setup -q
%patch0 -p1 -b .gcc43
%build
%configure
@ -49,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jan 29 2009 Akira TAGOH <tagoh@redhat.com> - 2.4-1
- New upstream release.
* Tue Apr 8 2008 Akira TAGOH <tagoh@redhat.com> - 2.3-4
- Remove .desktop file since it's accessible from scim-panel and it's not
necessarily used for every users, particularly on Live. (#439173)

View File

@ -1 +1 @@
bebc984bbcae8407d85161582e8b02a0 kasumi-2.3.tar.gz
683f43fbf8ba3c92964a538c0d21afc7 kasumi-2.4.tar.gz