- New upstream release.
This commit is contained in:
parent
238527a0bb
commit
f44b2d8ca0
@ -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
|
||||
|
||||
@ -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>
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user