Hello community, here is the log from the commit of package libofx for openSUSE:Factory checked in at 2012-03-20 11:28:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libofx (Old) and /work/SRC/openSUSE:Factory/.libofx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libofx", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libofx/libofx.changes 2012-01-12 15:30:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libofx.new/libofx.changes 2012-03-20 11:30:13.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Mar 14 20:51:33 UTC 2012 - [email protected] + +- Add libofx-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- New: ---- libofx-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libofx.spec ++++++ --- /var/tmp/diff_new_pack.aonR7b/_old 2012-03-20 11:30:15.000000000 +0100 +++ /var/tmp/diff_new_pack.aonR7b/_new 2012-03-20 11:30:15.000000000 +0100 @@ -24,6 +24,7 @@ Group: Development/Libraries/Other Url: http://libofx.sourceforge.net/ Source: http://downloads.sourceforge.net/project/libofx/libofx/0.9.5/%{name}-%{version}.tar.gz +Patch0: libofx-gcc47.patch BuildRequires: curl-devel BuildRequires: doxygen BuildRequires: fdupes @@ -77,6 +78,7 @@ %prep %setup -q +%patch0 -p1 chmod -x doc/ofx_sample_files/ofx_spec160_stmtrs_example.sgml %build ++++++ libofx-gcc47.patch ++++++ Index: libofx-0.9.5/ofxconnect/ofxpartner.cpp =================================================================== --- libofx-0.9.5.orig/ofxconnect/ofxpartner.cpp +++ libofx-0.9.5/ofxconnect/ofxpartner.cpp @@ -37,6 +37,7 @@ #include <vector> #include <algorithm> #include <string.h> +#include <unistd.h> using std::string; using std::vector; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
