rpms/psi/devel psi-0.14-enchant.patch, NONE, 1.1 psi.spec, 1.37, 1.38 psi-0.9.2-mach-build.patch, 1.1, NONE psi-0.9.2-strip.patch, 1.1, NONE psi-0.9.3-gcc4.patch, 1.1, NONE psi-uicwrapper.sh, 1.1, NONE

Sven Lankes slankes at fedoraproject.org
Sun Nov 29 23:15:23 UTC 2009


Author: slankes

Update of /cvs/pkgs/rpms/psi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10739

Modified Files:
	psi.spec 
Added Files:
	psi-0.14-enchant.patch 
Removed Files:
	psi-0.9.2-mach-build.patch psi-0.9.2-strip.patch 
	psi-0.9.3-gcc4.patch psi-uicwrapper.sh 
Log Message:
* Sun Nov 29 2009 Sven Lankes <sven at lank.es> 0.14-0.2.rc3
- Add (upstream) patch to make enchant spelling-suggestions work
- Remove old patches


psi-0.14-enchant.patch:
 enchantchecker.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE psi-0.14-enchant.patch ---
--- src/libpsi/tools/spellchecker/enchantchecker.cpp.orig	2009-11-25 18:30:16.000000000 +0100
+++ src/libpsi/tools/spellchecker/enchantchecker.cpp	2009-11-29 23:57:08.168309374 +0100
@@ -67,7 +67,7 @@
 		std::vector<std::string> out_suggestions;
 		speller_->suggest(word.toUtf8().constData(), out_suggestions);
 		std::vector<std::string>::iterator aE = out_suggestions.end();
-		for (std::vector<std::string>::iterator aI = out_suggestions.begin(); aI != aI; ++aI) {
+		for (std::vector<std::string>::iterator aI = out_suggestions.begin(); aI != aE; ++aI) {
 			words += QString::fromUtf8(aI->c_str());
 		}
 	}


Index: psi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/psi/devel/psi.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- psi.spec	29 Nov 2009 20:25:09 -0000	1.37
+++ psi.spec	29 Nov 2009 23:15:23 -0000	1.38
@@ -1,12 +1,13 @@
 Name:       psi
 Version:    0.14
-Release:    0.1.rc3%{?dist}
+Release:    0.2.rc3%{?dist}
 Summary:    Jabber client based on Qt
 License:    GPLv2+
 Group:      Applications/Internet
 URL:        http://psi-im.org
 Source0:    http://dl.sf.net/psi/psi-%{version}-rc3.tar.bz2
 Patch0:     psi-0.12-qca.patch
+Patch1:     psi-0.14-enchant.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -68,6 +69,7 @@ More icons can be found on http://jisp.n
 %prep
 %setup -q -n psi-0.14-rc3
 %patch0 -p1 -b .qca
+%patch1 -p0 -b .enchant
 
 %build
 unset QTDIR
@@ -147,6 +149,10 @@ fi
 
 
 %changelog
+* Sun Nov 29 2009 Sven Lankes <sven at lank.es> 0.14-0.2.rc3
+- Add (upstream) patch to make enchant spelling-suggestions work
+- Remove old patches
+
 * Sun Nov 29 2009 Sven Lankes <sven at lank.es> 0.14-0.1.rc3
 - 0.14 rc3
 


--- psi-0.9.2-mach-build.patch DELETED ---


--- psi-0.9.2-strip.patch DELETED ---


--- psi-0.9.3-gcc4.patch DELETED ---


--- psi-uicwrapper.sh DELETED ---




More information about the scm-commits mailing list