rpms/libofx/F-9 libofx-account-type.patch,1.2,1.3

Bill Nottingham notting at fedoraproject.org
Wed Sep 10 17:59:45 UTC 2008


Author: notting

Update of /cvs/extras/rpms/libofx/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3453

Modified Files:
	libofx-account-type.patch 
Log Message:
fix the fix. doh!


libofx-account-type.patch:

Index: libofx-account-type.patch
===================================================================
RCS file: /cvs/extras/rpms/libofx/F-9/libofx-account-type.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libofx-account-type.patch	10 Sep 2008 17:55:24 -0000	1.2
+++ libofx-account-type.patch	10 Sep 2008 17:59:15 -0000	1.3
@@ -20,3 +20,20 @@
  
    OfxAggregate inctranTag("INCTRAN");
    inctranTag.Add( "DTSTART", time_t_to_ofxdate( m_date_from ) );
+diff -up libofx-0.8.3/inc/libofx.h.foo libofx-0.8.3/inc/libofx.h
+--- libofx-0.8.3/inc/libofx.h.foo	2008-02-14 13:36:38.000000000 -0500
++++ libofx-0.8.3/inc/libofx.h	2008-02-14 13:39:12.000000000 -0500
+@@ -705,7 +705,12 @@ typedef enum{
+   OFX_BANK_ACCOUNT,
+   OFX_INVEST_ACCOUNT,
+   OFX_CREDITCARD_ACCOUNT,
+-  OFX_INVALID_ACCOUNT
++  OFX_INVALID_ACCOUNT,
++  OFX_CHECKING_ACCOUNT,
++  OFX_SAVINGS_ACCOUNT,
++  OFX_MONEYMRKT_ACCOUNT,
++  OFX_CREDITLINE_ACCOUNT,
++  OFX_CMA_ACCOUNT
+ } AccountType;
+ 
+  /**




More information about the fedora-extras-commits mailing list