Mailinglist Archive: opensuse-commit (1670 mails)

< Previous Next >
commit libofx
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 3 Oct 2006 18:20:10 +0200 (CEST)
  • Message-id: <20061003162010.0CD0B71B5A@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libofx
checked in at Tue Oct 3 18:20:10 CEST 2006.

--------
--- GNOME/libofx/libofx.changes 2006-05-10 16:43:30.000000000 +0200
+++ /mounts/work_src_done/STABLE/libofx/libofx.changes 2006-10-03 17:25:31.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Oct 3 13:59:32 CEST 2006 - sbrabec@xxxxxxx
+
+- Updated to version 0.8.2:
+ * bug fixes for GCC4.x and 64-bit compatibility
+ * fix to enable OFXDirectConnect in Aqbanking
+ * improvements to ofxpartner functionality
+ * minor build system modifications
+ * new fields for fees, commissions and stock split data
+ * fix a memory leak and a potential crashing bug
+- Developer documentation moved to devel subpackage.
+
+-------------------------------------------------------------------

Old:
----
libofx-0.8.0.tar.bz2
libofx-gcc4.patch
libofx-makefile.patch

New:
----
libofx-0.8.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libofx.spec ++++++
--- /var/tmp/diff_new_pack.37j5ug/_old 2006-10-03 18:16:27.000000000 +0200
+++ /var/tmp/diff_new_pack.37j5ug/_new 2006-10-03 18:16:27.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package libofx (Version 0.8.0)
+# spec file for package libofx (Version 0.8.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,18 +11,16 @@
# norootforbuild

Name: libofx
-BuildRequires: curl-devel doxygen gcc-c++ graphviz opensp-devel
+BuildRequires: curl-devel doxygen gcc-c++ graphviz libxml++-devel opensp-devel pkgconfig
%define prefix /usr
License: GPL
Group: Development/Libraries/Other
Autoreqprov: on
-Version: 0.8.0
-Release: 19
+Version: 0.8.2
+Release: 1
Summary: OFX Command Parser and API
URL: http://libofx.sourceforge.net/
Source: libofx-%{version}.tar.bz2
-Patch: libofx-gcc4.patch
-Patch1: libofx-makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -64,47 +62,66 @@

%prep
%setup -q -n libofx-%{version}
-%patch -p1
-%patch1
+# Force latest libxml++
+sed -i 's/libxml++-1\.0/libxml++-2.6/' configure configure.in
+chmod -x doc/ofx_sample_files/ofx_spec160_stmtrs_example.sgml

%build
-# %{?suse_update_config:%{suse_update_config -f}}
-libtoolize --force
-aclocal
-automake -a
-autoconf
+ %{?suse_update_config:%{suse_update_config -f}}
+#libtoolize --force
+#aclocal
+#automake -a
+#autoconf
CFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=/usr \
+CXXFLAGS="$RPM_OPT_FLAGS" \
+./configure --prefix=%{prefix} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--libdir=%{_libdir} \
--with-opensp-libs=%{_libdir}
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} docdir=%{_defaultdocdir}/%{name}

%install
make install DESTDIR=$RPM_BUILD_ROOT
-#cleanup
-rm -rf $RPM_BUILD_ROOT/usr/share/doc/libofx*
+mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}
+mv $RPM_BUILD_ROOT%{_datadir}/doc/libofx $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
+rm $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/INSTALL
+#cp -a AUTHORS COPYING ChangeLog NEWS README totest.txt $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
+cp -a doc/ofx_sample_files/*.* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
+cp -a doc/html $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/

%files
%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README totest.txt doc/html
+%doc %dir %{_defaultdocdir}/%{name}
+%doc %dir %{_defaultdocdir}/%{name}/[ACNR]*
+%doc %dir %{_defaultdocdir}/%{name}/*.txt
%{_bindir}/*
%{_libdir}/*.so.*
-%dir %{_datadir}/libofx
-%dir %{_datadir}/libofx/dtd
-%{_datadir}/libofx/dtd/*
+%{_datadir}/libofx

%files devel
%defattr(-,root,root)
+%doc %{_defaultdocdir}/%{name}/html
+%doc %{_defaultdocdir}/%{name}/*.sgml
+%doc %{_defaultdocdir}/%{name}/*.xml
%{_libdir}/*.*a
%{_libdir}/*.so
-%{_includedir}/*
+%{_includedir}/libofx
+%{_libdir}/pkgconfig/libofx.pc

%clean
rm -rf $RPM_BUILD_ROOT

%changelog -n libofx
+* Tue Oct 03 2006 - sbrabec@xxxxxxx
+- Updated to version 0.8.2:
+ * bug fixes for GCC4.x and 64-bit compatibility
+ * fix to enable OFXDirectConnect in Aqbanking
+ * improvements to ofxpartner functionality
+ * minor build system modifications
+ * new fields for fees, commissions and stock split data
+ * fix a memory leak and a potential crashing bug
+- Developer documentation moved to devel subpackage.
* Wed May 10 2006 - sbrabec@xxxxxxx
- Split devel subpackage.
- Fixed dependencies.

++++++ libofx-0.8.0.tar.bz2 -> libofx-0.8.2.tar.bz2 ++++++
++++ 88948 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages