rpms/kchmviewer/devel kchmviewer-2.5-iconstorage.h.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 kchmviewer.spec, 1.2, 1.3 sources, 1.2, 1.3

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Thu May 18 10:46:45 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/kchmviewer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19250

Modified Files:
	.cvsignore kchmviewer.spec sources 
Added Files:
	kchmviewer-2.5-iconstorage.h.patch 
Log Message:
* Thu May 18 2006 Patrice Dumas <pertusus at free.fr> 2.5-1
- update to 2.5
- patch from Jose Pedro Oliveira (jpo)


kchmviewer-2.5-iconstorage.h.patch:

--- NEW FILE kchmviewer-2.5-iconstorage.h.patch ---
diff -ruN kchmviewer-2.5-orig/src/iconstorage.h kchmviewer-2.5/src/iconstorage.h
--- kchmviewer-2.5-orig/src/iconstorage.h	2006-04-02 03:09:14.000000000 +0100
+++ kchmviewer-2.5/src/iconstorage.h	2006-05-18 01:05:57.000000000 +0100
@@ -57,7 +57,7 @@
 	const QPixmap * getBookIconPixmap (unsigned int id);
 	const QPixmap * getToolbarPixmap (pixmap_index_t pix);
 	const QPixmap * getApplicationIcon();
-	const QPixmap * KCHMIconStorage::getCloseWindowIcon();
+	const QPixmap * getCloseWindowIcon();
 
 private:
 	const QPixmap * returnOrLoadImage (unsigned int id, const png_memory_image_t * image);


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kchmviewer/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	1 May 2006 08:35:31 -0000	1.2
+++ .cvsignore	18 May 2006 10:46:45 -0000	1.3
@@ -1 +1 @@
-kchmviewer-2.0.tar.gz
+kchmviewer-2.5.tar.gz


Index: kchmviewer.spec
===================================================================
RCS file: /cvs/extras/rpms/kchmviewer/devel/kchmviewer.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kchmviewer.spec	16 May 2006 14:03:31 -0000	1.2
+++ kchmviewer.spec	18 May 2006 10:46:45 -0000	1.3
@@ -1,14 +1,15 @@
 Name:           kchmviewer
-Version:        2.0
-Release:        4%{?dist}
+Version:        2.5
+Release:        1%{?dist}
 Summary:        CHM viewer
 
 Group: 		Applications/Publishing
 License:        GPL
 URL:            http://www.kchmviewer.net/
-Source0:        http://dl.sf.net/kchmviewer/kchmviewer-%{version}.tar.gz
+Source0:        http://ovh.dl.sourceforge.net/kchmviewer/kchmviewer-%{version}.tar.gz
 # fix the desktop file
 Patch0:         kchmviewer-desktop.diff
+Patch1:         kchmviewer-2.5-iconstorage.h.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt-devel chmlib-devel 
@@ -48,6 +49,7 @@
 %prep
 %setup -q
 %patch
+%patch1 -p1
 chmod -x kio-msits/msits.*
 
 
@@ -86,8 +88,13 @@
 %{_libdir}/kde3/kio_msits.so
 %{_libdir}/kde3/kio_msits.la
 %{_datadir}/services/msits.protocol
+%{_datadir}/icons/crystalsvg/*/apps/kchmviewer.png
 
 %changelog
+* Thu May 18 2006 Patrice Dumas <pertusus at free.fr> 2.5-1
+- update to 2.5
+- patch from Jose Pedro Oliveira (jpo)
+
 * Tue May 16 2006 Patrice Dumas <pertusus at free.fr> 2.0-4
 - remove the old menu entry file from /usr/share/applnk/
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kchmviewer/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 May 2006 08:35:31 -0000	1.2
+++ sources	18 May 2006 10:46:45 -0000	1.3
@@ -1 +1 @@
-94203642266aaecffdcc6c6d516f7635  kchmviewer-2.0.tar.gz
+31aa10f89b92ec5323fef7c26b1e1eed  kchmviewer-2.5.tar.gz




More information about the fedora-extras-commits mailing list