rpms/kvirc/devel kvirc-help-fix.patch,NONE,1.1 kvirc.spec,1.22,1.23

nucleo nucleo at fedoraproject.org
Sun Apr 18 14:38:30 UTC 2010


Author: nucleo

Update of /cvs/pkgs/rpms/kvirc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9120

Modified Files:
	kvirc.spec 
Added Files:
	kvirc-help-fix.patch 
Log Message:
fix in help borwser (r4258)

kvirc-help-fix.patch:
 libkvihelp.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kvirc-help-fix.patch ---
Index: src/modules/help/libkvihelp.cpp
===================================================================
--- src/modules/help/libkvihelp.cpp	(revision 4257)
+++ src/modules/help/libkvihelp.cpp	(revision 4258)
@@ -93,7 +93,7 @@
 	// no document => index
 	if(szParam.isEmpty())
 	{
-		szParam = dirHelp.absoluteFilePath("index.html");
+		szParam = QString("index.html");
 		qDebug ("No file, use default at path %s",szDoc.toUtf8().data());
 	}
 


Index: kvirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kvirc/devel/kvirc.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- kvirc.spec	17 Apr 2010 20:07:21 -0000	1.22
+++ kvirc.spec	18 Apr 2010 14:38:29 -0000	1.23
@@ -3,12 +3,14 @@
 
 Name:             kvirc
 Version:          4.0.0
-Release:          0.26.%{pre}%{?dist}
+Release:          0.27.%{pre}%{?dist}
 Summary:          Free portable IRC client
 Group:            Applications/Internet
 License:          GPLv2+ with exceptions
 URL:              http://kvirc.net/
 Source0:          ftp://ftp.kvirc.de/pub/kvirc/snapshots/source/%{name}-4.0%{pre}.tar.bz2
+# fix for https://svn.kvirc.de/kvirc/ticket/763
+Patch0:           kvirc-help-fix.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    kdelibs4-devel audiofile-devel esound-devel glib2-devel
 BuildRequires:    python-devel perl-ExtUtils-Embed dbus-devel
@@ -27,6 +29,7 @@ many IRC addicted developers around the 
 
 %prep
 %setup -q -n %{name}-4.0%{pre}
+%patch0
 
 %build
 %{cmake}  \
@@ -133,6 +136,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %exclude %{_datadir}/%{name}/4.0/doc/README
 
 %changelog
+* Sun Apr 18 2010 Alexey Kurov <nucleo at fedoraproject.org> - 4.0.0-0.27.rc3
+- fix in help borwser (r4258)
+
 * Sat Apr 17 2010 Alexey Kurov <nucleo at fedoraproject.org> - 4.0.0-0.26.rc3
 - update to 4.0 rc3
 



More information about the scm-commits mailing list