packages: libofx/libofx.spec, libofx/libofx-includes.patch (NEW) - updated ...
wiget
wiget at pld-linux.org
Sat Aug 8 15:34:40 CEST 2009
Author: wiget Date: Sat Aug 8 13:34:40 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.9.1
---- Files affected:
packages/libofx:
libofx.spec (1.16 -> 1.17) , libofx-includes.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/libofx/libofx.spec
diff -u packages/libofx/libofx.spec:1.16 packages/libofx/libofx.spec:1.17
--- packages/libofx/libofx.spec:1.16 Tue May 27 08:21:03 2008
+++ packages/libofx/libofx.spec Sat Aug 8 15:34:35 2009
@@ -2,13 +2,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
@@ -68,6 +69,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
rm -f lib/tree.hh
%build
@@ -122,6 +124,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2009/08/08 13:34:35 wiget
+- updated to 0.9.1
+
Revision 1.16 2008/05/27 06:21:03 qboosh
- ghost soname symlink
================================================================
Index: packages/libofx/libofx-includes.patch
diff -u /dev/null packages/libofx/libofx-includes.patch:1.1
--- /dev/null Sat Aug 8 15:34:40 2009
+++ packages/libofx/libofx-includes.patch Sat Aug 8 15:34:35 2009
@@ -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"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libofx/libofx.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list