rpms/kmymoney2/devel kmymoney2-0.8.1-gcc41.patch, NONE, 1.1 kmymoney2.spec, 1.7, 1.8

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Dec 23 21:28:14 UTC 2005


Author: rdieter

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

Modified Files:
	kmymoney2.spec 
Added Files:
	kmymoney2-0.8.1-gcc41.patch 
Log Message:
* Fri Dec 23 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-7
- gcc41 patch


kmymoney2-0.8.1-gcc41.patch:

--- NEW FILE kmymoney2-0.8.1-gcc41.patch ---
--- kmymoney2-0.8.1/kmymoney2/converter/mymoneyqifreader.h.gcc41	2005-07-16 14:17:29.000000000 -0500
+++ kmymoney2-0.8.1/kmymoney2/converter/mymoneyqifreader.h	2005-12-23 15:26:42.000000000 -0600
@@ -270,7 +270,7 @@
     * @param searchname The name of the account to find or create
     * @return QCString id of the found or created account
     */
-  static const QCString MyMoneyQifReader::findOrCreateIncomeAccount(const QString& searchname);
+  static const QCString findOrCreateIncomeAccount(const QString& searchname);
   
   /**
     * This method looks up the @p searchname account by name and returns its id
@@ -280,7 +280,7 @@
     * @param searchname The name of the account to find or create
     * @return QCString id of the found or created account
     */
-  static const QCString MyMoneyQifReader::findOrCreateExpenseAccount(const QString& searchname);
+  static const QCString findOrCreateExpenseAccount(const QString& searchname);
   
   void processQifLine(void);
   


Index: kmymoney2.spec
===================================================================
RCS file: /cvs/extras/rpms/kmymoney2/devel/kmymoney2.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kmymoney2.spec	23 Dec 2005 16:46:29 -0000	1.7
+++ kmymoney2.spec	23 Dec 2005 21:28:14 -0000	1.8
@@ -17,7 +17,7 @@
 Summary: Personal finance 
 Name:	 kmymoney2
 Version: 0.8.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 License: GPL
 Url:	 http://kmymoney2.sourceforge.net/
@@ -27,6 +27,7 @@
 
 # inspired by http://article.gmane.org/gmane.comp.kde.kmymoney2.devel/3467
 Patch1: kmymoney2-0.8.1-qt335.patch
+Patch2: kmymoney2-0.8.1-gcc41.patch
 
 BuildRequires: desktop-file-utils
 BuildRequires: automake
@@ -56,6 +57,7 @@
 %setup -q
 
 %patch1 -p1 -b .qt335
+%patch2 -p1 -b .gcc41
 
 
 %build
@@ -159,6 +161,9 @@
 
 
 %changelog
+* Fri Dec 23 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-7
+- gcc41 patch
+
 * Fri Dec 23 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-6
 - cleanup ofx deps
 




More information about the fedora-extras-commits mailing list