]> git.pld-linux.org Git - packages/libofx.git/commitdiff
- updated to 0.9.1 auto/th/libofx-0_9_1-1 auto/ti/libofx-0_9_1-1
authorArtur Frysiak <artur@frysiak.net>
Sat, 8 Aug 2009 13:34:35 +0000 (13:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libofx-includes.patch -> 1.1
    libofx.spec -> 1.17

libofx-includes.patch [new file with mode: 0644]
libofx.spec

diff --git a/libofx-includes.patch b/libofx-includes.patch
new file mode 100644 (file)
index 0000000..74db15f
--- /dev/null
@@ -0,0 +1,52 @@
+--- libofx-0.9.1/ofxdump/ofxdump.cpp.wiget     2009-08-08 15:30:42.000000000 +0200
++++ libofx-0.9.1/ofxdump/ofxdump.cpp   2009-08-08 15:31:26.000000000 +0200
+@@ -27,6 +27,8 @@
+  *   (at your option) any later version.                                   *
+  *                                                                         *
+  ***************************************************************************/
++#include <cstring>
++#include <cstdlib>
+ #include <iostream>
+ #include <iomanip>
+ #include <string>
+--- libofx-0.9.1/lib/ofx_utilities.cpp.wiget   2009-08-08 15:22:31.000000000 +0200
++++ libofx-0.9.1/lib/ofx_utilities.cpp 2009-08-08 15:25:26.000000000 +0200
+@@ -26,6 +26,8 @@
+ #include <locale.h>
+ #include "messages.hh"
+ #include "ofx_utilities.hh"
++#include <cstdlib>
++#include <ctime>
+ #ifdef OS_WIN32
+ # define DIRSEP "\\"
+--- libofx-0.9.1/lib/ofx_request_accountinfo.cpp.wiget 2009-08-08 15:29:22.000000000 +0200
++++ libofx-0.9.1/lib/ofx_request_accountinfo.cpp       2009-08-08 15:29:40.000000000 +0200
+@@ -21,6 +21,7 @@
+ #include <config.h>
+ #endif
++#include <cstdlib>
+ #include <string>
+ #include "libofx.h"
+ #include "ofx_request_accountinfo.hh"
+--- libofx-0.9.1/lib/ofx_request_statement.cpp.wiget   2009-08-08 15:29:55.000000000 +0200
++++ libofx-0.9.1/lib/ofx_request_statement.cpp 2009-08-08 15:30:08.000000000 +0200
+@@ -21,6 +21,7 @@
+ #include <config.h>
+ #endif
++#include <cstdlib>
+ #include <string>
+ #include "libofx.h"
+ #include "ofx_utilities.hh"
+--- libofx-0.9.1/lib/ofx_request.cpp.wiget     2009-08-08 15:25:55.000000000 +0200
++++ libofx-0.9.1/lib/ofx_request.cpp   2009-08-08 15:27:44.000000000 +0200
+@@ -21,6 +21,7 @@
+ #include <config.h>
+ #endif
++#include <cstring>
+ #include <string>
+ #include "messages.hh"
+ #include "libofx.h"
index 5974e1f91ebc7c15829a6ffa9875336b0d48c864..7ce2a2017facd2de2b84268cfdd6dce17be3a596 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       LibOFX library that allows applications to support OFX command responses
 Summary(pl.UTF-8):     Biblioteka LibOFX pozwalająca aplikacjom obsługiwać odpowiedzi na polecenia OFX
 Name:          libofx
-Version:       0.9.0
+Version:       0.9.1
 Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/libofx/%{name}-%{version}.tar.gz
-# Source0-md5: 6e2172f0117f90805590bf755190b79e
+# Source0-md5: e634f47ca12e82d860912d48c93b8e50
 Patch0:                %{name}-system-wide-treehh.patch
+Patch1:                %{name}-includes.patch
 URL:           http://libofx.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -67,6 +68,7 @@ Statyczna biblioteka LibOFX.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 rm -f lib/tree.hh
 
 %build
This page took 0.100583 seconds and 4 git commands to generate.