rpms/libofx/F-9 libofx-version.patch, NONE, 1.1 libofx.spec, 1.33, 1.34

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Thu Aug 21 04:29:35 UTC 2008


Author: notting

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

Modified Files:
	libofx.spec 
Added Files:
	libofx-version.patch 
Log Message:
Send newer versions so that banks don't reject libofx. (#459367)

Patch is from:
http://libofx.cvs.sourceforge.net/libofx/libofx/lib/ofx_request.cpp?r1=1.2&r2=1.3&view=patch


libofx-version.patch:

--- NEW FILE libofx-version.patch ---
--- ofx_request.cpp	2005/07/12 04:32:04	1.2
+++ ofx_request.cpp	2007/10/26 18:46:42	1.3
@@ -52,7 +52,7 @@
 {
   return string("OFXHEADER:100\r\n"
                  "DATA:OFXSGML\r\n"
-                 "VERSION:102\r\n"
+                 "VERSION:103\r\n"
                  "SECURITY:NONE\r\n"
                  "ENCODING:USASCII\r\n"
                  "CHARSET:1252\r\n"
@@ -77,7 +77,7 @@
   sonrqTag.Add( "LANGUAGE","ENG");
   sonrqTag.Add( fiTag );
   sonrqTag.Add( "APPID","QWIN");
-  sonrqTag.Add( "APPVER","1200");
+  sonrqTag.Add( "APPVER","1600");
   
   OfxAggregate signonmsgTag("SIGNONMSGSRQV1");
   signonmsgTag.Add( sonrqTag );


Index: libofx.spec
===================================================================
RCS file: /cvs/extras/rpms/libofx/F-9/libofx.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- libofx.spec	14 Feb 2008 18:48:22 -0000	1.33
+++ libofx.spec	21 Aug 2008 04:29:05 -0000	1.34
@@ -3,7 +3,7 @@
 Summary: A library for supporting Open Financial Exchange (OFX)
 Name: libofx
 Version: 0.8.3
-Release: 5
+Release: 6
 Source: http://downloads.sourceforge.net/libofx/%{name}-%{version}.tar.gz
 URL: http://libofx.sourceforge.net/
 Group:	System Environment/Libraries
@@ -11,6 +11,7 @@
 Patch: libofx-0.8.3-xml++.patch
 Patch2: libofx-assorted-c++-fu.patch
 Patch3: libofx-account-type.patch
+Patch4: libofx-version.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: opensp-devel
 BuildRequires: curl-devel
@@ -55,6 +56,7 @@
 %endif
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 rm -rf ./doc/ofx_sample_files/CVS
 chmod 644 ./doc/ofx_sample_files/*
@@ -97,6 +99,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Thu Aug 21 2008 Bill Nottingham <notting at redhat.com> - 0.8.3-6
+- Bump app versions so banks don't reject it (#459367)
+
 * Thu Feb 14 2008 Bill Nottingham <notting at redhat.com> - 0.8.3-5
 - fix build with gcc-4.3
 - add patch for other account types (#415961)




More information about the scm-commits mailing list