rpms/tmispell-voikko/devel tmispell-voikko-gcc44.patch, NONE, 1.1 tmispell-voikko.spec, 1.1, 1.2

Ville-Pekka Vainio vpv at fedoraproject.org
Wed Feb 4 18:58:14 UTC 2009


Author: vpv

Update of /cvs/pkgs/rpms/tmispell-voikko/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8747

Modified Files:
	tmispell-voikko.spec 
Added Files:
	tmispell-voikko-gcc44.patch 
Log Message:
* Wed Feb 04 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 0.7-2
- Fix build with GCC 4.4


tmispell-voikko-gcc44.patch:

--- NEW FILE tmispell-voikko-gcc44.patch ---
diff -Nur tmispell-voikko-0.7.orig/src/tmerror.cc tmispell-voikko-0.7/src/tmerror.cc
--- tmispell-voikko-0.7.orig/src/tmerror.cc	2008-02-13 17:54:50.000000000 +0200
+++ tmispell-voikko-0.7/src/tmerror.cc	2009-02-04 20:39:12.000000000 +0200
@@ -16,6 +16,7 @@
  *********************************************************************************/
 
 #include <stdarg.h>
+#include <stdio.h>
 
 #include "tmerror.hh"
 


Index: tmispell-voikko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tmispell-voikko/devel/tmispell-voikko.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tmispell-voikko.spec	14 May 2008 16:30:14 -0000	1.1
+++ tmispell-voikko.spec	4 Feb 2009 18:57:43 -0000	1.2
@@ -5,13 +5,14 @@
 
 Name:           tmispell-voikko
 Version:        0.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An Ispell compatible front-end for spell-checking modules
 
 Group:          Applications/Text
 License:        GPLv2+
 URL:            http://voikko.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
+Patch0:         tmispell-voikko-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libvoikko-devel ncurses-devel gettext glibmm24-devel
@@ -41,7 +42,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
 %if %{with enchant}
@@ -102,6 +103,9 @@
 
 
 %changelog
+* Wed Feb 04 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 0.7-2
+- Fix build with GCC 4.4
+
 * Wed May 14 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 0.7-1
 - Bump release for the first Fedora build
 




More information about the fedora-extras-commits mailing list