rpms/hunspell/devel hunspell-1.1.5-badheader.patch, NONE, 1.1 hunspell.spec, 1.11, 1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 20 10:51:39 UTC 2007


Author: caolanm

Update of /cvs/dist/rpms/hunspell/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18946

Modified Files:
	hunspell.spec 
Added Files:
	hunspell-1.1.5-badheader.patch 
Log Message:
messy headers

hunspell-1.1.5-badheader.patch:
 hunspell.hxx |    4 ----
 1 files changed, 4 deletions(-)

--- NEW FILE hunspell-1.1.5-badheader.patch ---
--- hunspell-1.1.5/src/hunspell/hunspell.hxx.orig	2007-03-20 10:44:20.000000000 +0000
+++ hunspell-1.1.5/src/hunspell/hunspell.hxx	2007-03-20 10:44:27.000000000 +0000
@@ -1,12 +1,8 @@
-#include "license.hunspell"
-#include "license.myspell"
-
 #include "hashmgr.hxx"
 #include "affixmgr.hxx"
 #include "suggestmgr.hxx"
 #include "csutil.hxx"
 #include "langnum.hxx"
-#include "config.h"
 
 #define  SPELL_COMPOUND  (1 << 0)
 #define  SPELL_FORBIDDEN (1 << 1)


Index: hunspell.spec
===================================================================
RCS file: /cvs/dist/rpms/hunspell/devel/hunspell.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hunspell.spec	20 Mar 2007 09:23:03 -0000	1.11
+++ hunspell.spec	20 Mar 2007 10:51:37 -0000	1.12
@@ -1,7 +1,7 @@
 Name:      hunspell
 Summary:   Hunspell is a spell checker and morphological analyzer library
 Version:   1.1.5
-Release:   1%{?dist}
+Release:   2%{?dist}
 Source:    http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Group:     System Environment/Libraries
 URL:       http://hunspell.sourceforge.net/
@@ -11,6 +11,7 @@
 BuildRequires: libtool
 Patch0: hunspell-1.1.4-defaultdictfromlang.patch
 Patch1: hunspell-1.1.5-missingheaders.patch
+Patch2: hunspell-1.1.5-badheader.patch
 
 %description
 Hunspell is a spell checker and morphological analyzer library and program 
@@ -30,6 +31,7 @@
 %setup -q
 %patch0 -p1 -b .defaultdictfromlang.patch
 %patch1 -p1 -b .missingheaders.patch
+%patch2 -p1 -b .badheader.patch
 
 %build
 libtoolize --automake --force
@@ -79,6 +81,9 @@
 %{_libdir}/pkgconfig/hunspell.pc
 
 %changelog
+* Tue Mar 20 2007 Caolan McNamara <caolanm at redhat.com> - 1.1.5-2
+- some junk in delivered headers
+
 * Tue Mar 20 2007 Caolan McNamara <caolanm at redhat.com> - 1.1.5-1
 - next version
 




More information about the fedora-cvs-commits mailing list