Hello community,

here is the log from the commit of package libofx for openSUSE:Factory
checked in at Fri May 6 15:45:19 CEST 2011.



--------
--- GNOME/libofx/libofx.changes 2009-11-03 20:19:49.000000000 +0100
+++ /mounts/work_src_done/STABLE/libofx/libofx.changes  2011-05-02 
23:45:43.000000000 +0200
@@ -1,0 +2,24 @@
+Fri Apr 29 18:47:19 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.4:
+  + Fix segfault on some malformed date formats.
+  + LibOFX will now look for DTDs in env variable OFX_DTD_PATH.  
+  + Better handling of paths (tolerates trailing path separator,
+    or lack thereof)
+  + No longer ignore return value of mkstemp()
+  + Move to LibXML++ 2.6, as 1.0 is deprecated
+  + Add generated man pages with html2man
+- Changes from version 0.9.3:
+  + sf#2969817: Fix segfault on some files containing missing
+    closing tags.
+- Changes from version 0.9.2:
+  + Win32: Look up the dtd installation directory from the current
+    executable's location.
+  + Fix a crash on invalid date format
+  + Allow wrapping the library in python.
+  + Fix "Transaction posting date off by one"
+  + Various C++ include fixes for building with recent compilers.
+- Drop libofx-0.8.2-gcc43.patch: fixed upstream.
+- Use source services: download_url, recompress, set_version.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libofx-0.8.2-gcc43.patch
  libofx-0.9.1.tar.bz2

New:
----
  _service
  _service:recompress:download_url:libofx-0.9.4.tar.bz2
  _service:set_version:libofx.spec

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

Other differences:
------------------
++++++ _service:set_version:libofx.spec ++++++
#
# spec file for package libofx (Version 0.9.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           libofx
BuildRequires:  curl-devel doxygen fdupes gcc-c++ graphviz libxml++-devel 
opensp-devel pkgconfig
License:        GPL v2 or later
Group:          Development/Libraries/Other
AutoReqProv:    on
Version: 0.9.4
Release: 0
Summary:        OFX Command Parser and API
Url:            http://libofx.sourceforge.net/
Source:         libofx-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
LibOFX is a parser and API designed to allow applications to support
OFX command responses, usually provided by financial institutions for
statement downloads. The author says, "To my knowledge, it is the first
working OpenSource implementations of the OFX (Open Financial eXchange)
specification on the client side. This project was first started as my
end of degree project, with the goal of adding OFX support to GnuCash.
It has since evolved into a generic library, so all OpenSource
Financial software can benefit from it."

%package -n libofx4
License:        GPL v2 or later
Group:          Development/Libraries/Other
Summary:        OFX Command Parser and API
Requires:       %{name} = %{version}

%description -n libofx4
LibOFX is a parser and API designed to allow applications to support
OFX command responses, usually provided by financial institutions for
statement downloads. The author says, "To my knowledge, it is the first
working OpenSource implementations of the OFX (Open Financial eXchange)
specification on the client side. This project was first started as my
end of degree project, with the goal of adding OFX support to GnuCash.
It has since evolved into a generic library, so all OpenSource
Financial software can benefit from it."

%package devel
License:        GPL v2 or later
Group:          Development/Libraries/Other
Summary:        OFX Command Parser and API
Requires:       %{name} = %{version} glibc-devel

%description devel
LibOFX is a parser and API designed to allow applications to support
OFX command responses, usually provided by financial institutions for
statement downloads. The author says, "To my knowledge, it is the first
working OpenSource implementations of the OFX (Open Financial eXchange)
specification on the client side. This project was first started as my
end of degree project, with the goal of adding OFX support to GnuCash.
It has since evolved into a generic library, so all OpenSource
Financial software can benefit from it."

%prep
%setup
chmod -x doc/ofx_sample_files/ofx_spec160_stmtrs_example.sgml

%build
%configure --disable-static --with-pic --with-opensp-libs=%{_libdir}    
%{__make} %{?jobs:-j%jobs} docdir=%{_defaultdocdir}/%{name}

%install
make install DESTDIR=$RPM_BUILD_ROOT
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 doc/ofx_sample_files/*.* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
cp -a doc/html $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
%fdupes $RPM_BUILD_ROOT
%{__rm} -f %{buildroot}%{_libdir}/*.la

%post -n libofx4 -p /sbin/ldconfig

%postun -n libofx4 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc %dir %{_defaultdocdir}/%{name}
%doc %dir %{_defaultdocdir}/%{name}/[ACNR]*
%doc %dir %{_defaultdocdir}/%{name}/*.txt
%{_bindir}/*
%{_datadir}/libofx
%{_mandir}/man1/*.1%{?ext_man}

%files -n libofx4
%defattr (-, root, root)
%{_libdir}/*.so.*

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

%clean
rm -rf $RPM_BUILD_ROOT

%changelog
++++++ libofx.spec ++++++
--- /var/tmp/diff_new_pack.4jAf3I/_old  2011-05-06 15:44:45.000000000 +0200
+++ /var/tmp/diff_new_pack.4jAf3I/_new  2011-05-06 15:44:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libofx (Version 0.9.1)
+# spec file for package libofx
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,14 @@
 
 Name:           libofx
 BuildRequires:  curl-devel doxygen fdupes gcc-c++ graphviz libxml++-devel 
opensp-devel pkgconfig
-License:        GPL v2 or later
+License:        GPLv2+
 Group:          Development/Libraries/Other
 AutoReqProv:    on
 Version:        0.9.1
-Release:        2
+Release:        12
 Summary:        OFX Command Parser and API
 Url:            http://libofx.sourceforge.net/
 Source:         libofx-%{version}.tar.bz2
-Patch:          libofx-0.8.2-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,14 +40,8 @@
 It has since evolved into a generic library, so all OpenSource
 Financial software can benefit from it."
 
-
-
-Authors:
---------
-    Benoit Gr�goire <b...@step.polymtl.ca>
-
 %package -n libofx4
-License:        GPL v2 or later
+License:        GPLv2+
 Group:          Development/Libraries/Other
 Summary:        OFX Command Parser and API
 Requires:       %{name} = %{version}
@@ -63,14 +56,8 @@
 It has since evolved into a generic library, so all OpenSource
 Financial software can benefit from it."
 
-
-
-Authors:
---------
-    Benoit Gr�goire <b...@step.polymtl.ca>
-
 %package devel
-License:        GPL v2 or later
+License:        GPLv2+
 Group:          Development/Libraries/Other
 Summary:        OFX Command Parser and API
 Requires:       %{name} = %{version} glibc-devel
@@ -85,15 +72,8 @@
 It has since evolved into a generic library, so all OpenSource
 Financial software can benefit from it."
 
-
-
-Authors:
---------
-    Benoit Gr�goire <b...@step.polymtl.ca>
-
 %prep
 %setup
-%patch -p1
 chmod -x doc/ofx_sample_files/ofx_spec160_stmtrs_example.sgml
 
 %build
@@ -121,6 +101,7 @@
 %doc %dir %{_defaultdocdir}/%{name}/*.txt
 %{_bindir}/*
 %{_datadir}/libofx
+%{_mandir}/man1/*.1%{?ext_man}
 
 %files -n libofx4
 %defattr (-, root, root)

++++++ _service ++++++
<services>
  <service name="download_url">
    <param name="protocol">http</param>
    <param name="host">sourceforge.net</param>
    <param 
name="path">/projects/libofx/files/libofx/0.9.4/libofx-0.9.4.tar.gz</param>
  </service>
  <service name="recompress">
    <param name="file">_service:download_url:*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version" />
</services>

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to