rpms/koffice/devel koffice-kspread.patch, NONE, 1.1 koffice.spec, 1.18, 1.19

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Thu Dec 15 09:05:15 UTC 2005


Author: awjb

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

Modified Files:
	koffice.spec 
Added Files:
	koffice-kspread.patch 
Log Message:
- add kspread compile fixes


koffice-kspread.patch:

--- NEW FILE koffice-kspread.patch ---
--- branches/koffice/1.4/koffice/kspread/kspread_cell.h	2005/05/27 09:18:23	418647
+++ branches/koffice/1.4/koffice/kspread/kspread_cell.h	2005/10/18 15:34:45	471722
@@ -596,7 +596,7 @@
      *
      * @return the cell that decides the format for the cell in question.
      */
-    KSpreadCell *KSpreadCell::ultimateObscuringCell() const;
+    KSpreadCell *ultimateObscuringCell() const;
 
     /**
      * @return the obscuring cell list (might be empty)


Index: koffice.spec
===================================================================
RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- koffice.spec	15 Dec 2005 08:19:07 -0000	1.18
+++ koffice.spec	15 Dec 2005 09:05:08 -0000	1.19
@@ -17,6 +17,7 @@
 
 Patch100:       koffice-krita-kisfilter.patch
 Patch101:       koffice-krita-kisclipboard.patch
+Patch102:       koffice-kspread.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # BuildRequires: world-devel ;)
@@ -199,6 +200,7 @@
 %patch1
 %patch100
 %patch101 -p4
+%patch102 -p4
 
 # this will make sure that patch0 is considered
 make -f admin/Makefile.common
@@ -755,7 +757,8 @@
 * Thu Dec 08 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.4.2-3
 - fix CAN-2005-3193
-- add krita compile fixs
+- add krita compile fixes
+- add kspread compile fixes
 
 * Thu Nov 10 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.4.2-2




More information about the scm-commits mailing list